Skip to content

Commit

Permalink
Merge pull request #482 from hogashi/renovate/rome-12.x
Browse files Browse the repository at this point in the history
Update dependency rome to v12
  • Loading branch information
hogashi authored Aug 2, 2023
2 parents 405e3d7 + e889986 commit 9f0e515
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 50 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "webpack --version && webpack --mode production",
"build-dev": "webpack --version && webpack --mode development",
"lint": "rome check --apply-suggested src __tests__",
"lint": "rome check --apply-unsafe src __tests__",
"format": "rome format --write src __tests__",
"rome:fix": "run-s lint format",
"jest": "jest --version && jest --verbose --testEnvironment=jsdom --coverage",
Expand Down Expand Up @@ -54,6 +54,6 @@
"@material-ui/core": "4.12.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"rome": "^11.0.0"
"rome": "12.1.3"
}
}
3 changes: 3 additions & 0 deletions rome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"recommended": true,
"performance": {
"noDelete": "off"
},
"style": {
"noNonNullAssertion": "off"
}
},
"ignore": ["__tests__/**/*.snap"]
Expand Down
18 changes: 9 additions & 9 deletions src/extension-contexts/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,34 +92,34 @@ export const Popup = (props: Props): JSX.Element => {
minWidth: '300px',
}}
>
<AppBar position="static">
<AppBar position='static'>
<Toolbar
variant="dense"
variant='dense'
style={{
display: 'flex',
justifyContent: 'center',
}}
>
<Typography color="inherit" variant="h5" style={{ flex: '0 1 auto' }}>
<Typography color='inherit' variant='h5' style={{ flex: '0 1 auto' }}>
Options - 設定
</Typography>
</Toolbar>
</AppBar>
<List subheader={<ListSubheader component="div">TwitterWeb公式</ListSubheader>}>
<List subheader={<ListSubheader component='div'>TwitterWeb公式</ListSubheader>}>
{optionsItems[SHOW_ON_TIMELINE]}
{optionsItems[SHOW_ON_TWEET_DETAIL]}
</List>
<List subheader={<ListSubheader component="div">TweetDeck</ListSubheader>}>
<List subheader={<ListSubheader component='div'>TweetDeck</ListSubheader>}>
{optionsItems[SHOW_ON_TWEETDECK_TIMELINE]}
{optionsItems[SHOW_ON_TWEETDECK_TWEET_DETAIL]}
</List>
<List subheader={<ListSubheader component="div">画像ページ</ListSubheader>}>
<List subheader={<ListSubheader component='div'>画像ページ</ListSubheader>}>
{optionsItems[STRIP_IMAGE_SUFFIX]}
</List>
<Button
className="saveSettingButton"
variant="contained"
color="primary"
className='saveSettingButton'
variant='contained'
color='primary'
onClick={onSave}
style={{ flex: '0 1 auto' }}
>
Expand Down
78 changes: 39 additions & 39 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1436,35 +1436,35 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@rometools/cli-darwin-arm64@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@rometools/cli-darwin-arm64/-/cli-darwin-arm64-11.0.0.tgz#8f916df0580fede2325434a50ed5b1f2cf972696"
integrity sha512-F3vkdY+s3FLIEnAjSbyHTuIPB88cLpccimW4ecid5I7S6GzGG3iUJI4xT00JhH73K4P/qW20/9r+kH1T9Du8Xg==

"@rometools/cli-darwin-x64@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@rometools/cli-darwin-x64/-/cli-darwin-x64-11.0.0.tgz#1393a5bba26e8c5352737270a1a98f2759f40d14"
integrity sha512-X6jhtS6Iml4GOzgNtnLwIp/KXXhSdqeVyfv69m/AHnIzx3gQAjPZ7BPnJLvTCbhe4SKHL+uTZYFSCJpkUUKE6w==

"@rometools/cli-linux-arm64@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@rometools/cli-linux-arm64/-/cli-linux-arm64-11.0.0.tgz#efbfd36013455fc5d940b24b1b195a43aba87bcb"
integrity sha512-dktTJJlTpmycBZ2TwhJBcAO8ztK8DdevdyZnFFxdYRvtmJgTjIsC2UFayf/SbKew8B8q1IhI0it+D6ihAeIpeg==

"@rometools/cli-linux-x64@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@rometools/cli-linux-x64/-/cli-linux-x64-11.0.0.tgz#675532d9f603b88ab0686da800ec711b45d22085"
integrity sha512-WVcnXPNdWGUWo0p4NU8YzuthjYR7q+b4vRcjdxtP1DlpphZmSsoC/RSE85nEqRAz8hChcKUansVzOPM8BSsuGA==

"@rometools/cli-win32-arm64@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@rometools/cli-win32-arm64/-/cli-win32-arm64-11.0.0.tgz#4d50f446acf2bc126cb58b5cff5a4d53b7c6a378"
integrity sha512-tPj6RThQzS7Q45jqQll7NlTYvNcsg/BEP3LYiiazqSh9FAFnMkrV6ewUcMPKWyAfiyLs7jlz4rRvdNRUSygzfQ==

"@rometools/cli-win32-x64@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@rometools/cli-win32-x64/-/cli-win32-x64-11.0.0.tgz#c6d48db5ea52b393dae7fe04bfe803ad8cee71a5"
integrity sha512-bmBai8WHxYjsGk1+je7ZTfCUCWq30WJI3pQM8pzTA674lfGTZ9ymJoZwTaIMSO4rL5V9mlO6uLunsBKso9VqOg==
"@rometools/cli-darwin-arm64@12.1.3":
version "12.1.3"
resolved "https://registry.yarnpkg.com/@rometools/cli-darwin-arm64/-/cli-darwin-arm64-12.1.3.tgz#b00fe225e34047c4dac63588e237b11ebec47694"
integrity sha512-AmFTUDYjBuEGQp/Wwps+2cqUr+qhR7gyXAUnkL5psCuNCz3807TrUq/ecOoct5MIavGJTH6R4aaSL6+f+VlBEg==

"@rometools/cli-darwin-x64@12.1.3":
version "12.1.3"
resolved "https://registry.yarnpkg.com/@rometools/cli-darwin-x64/-/cli-darwin-x64-12.1.3.tgz#e5bbf02afb1aab7447e743092245dea992b4b29f"
integrity sha512-k8MbWna8q4LRlb005N2X+JS1UQ+s3ZLBBvwk4fP8TBxlAJXUz17jLLu/Fi+7DTTEmMhM84TWj4FDKW+rNar28g==

"@rometools/cli-linux-arm64@12.1.3":
version "12.1.3"
resolved "https://registry.yarnpkg.com/@rometools/cli-linux-arm64/-/cli-linux-arm64-12.1.3.tgz#e75b01b74c134edc811e21fa7e1e440602930d59"
integrity sha512-X/uLhJ2/FNA3nu5TiyeNPqiD3OZoFfNfRvw6a3ut0jEREPvEn72NI7WPijH/gxSz55znfQ7UQ6iM4DZumUknJg==

"@rometools/cli-linux-x64@12.1.3":
version "12.1.3"
resolved "https://registry.yarnpkg.com/@rometools/cli-linux-x64/-/cli-linux-x64-12.1.3.tgz#2b9f4a68079783f275d4d27df83e4fa2220ec6fc"
integrity sha512-csP17q1eWiUXx9z6Jr/JJPibkplyKIwiWPYNzvPCGE8pHlKhwZj3YHRuu7Dm/4EOqx0XFIuqqWZUYm9bkIC8xg==

"@rometools/cli-win32-arm64@12.1.3":
version "12.1.3"
resolved "https://registry.yarnpkg.com/@rometools/cli-win32-arm64/-/cli-win32-arm64-12.1.3.tgz#714acb67ac4ea4c15e2bc6aea4dd290c76c8efc6"
integrity sha512-RymHWeod57EBOJY4P636CgUwYA6BQdkQjh56XKk4pLEHO6X1bFyMet2XL7KlHw5qOTalzuzf5jJqUs+vf3jdXQ==

"@rometools/cli-win32-x64@12.1.3":
version "12.1.3"
resolved "https://registry.yarnpkg.com/@rometools/cli-win32-x64/-/cli-win32-x64-12.1.3.tgz#b4f53491d2ca8f1234b3613b7cc73418ad8d76bb"
integrity sha512-yHSKYidqJMV9nADqg78GYA+cZ0hS1twANAjiFibQdXj9aGzD+s/IzIFEIi/U/OBLvWYg/SCw0QVozi2vTlKFDQ==

"@sinclair/typebox@^0.27.8":
version "0.27.8"
Expand Down Expand Up @@ -4854,17 +4854,17 @@ reusify@^1.0.4:
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==

rome@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/rome/-/rome-11.0.0.tgz#cd2f00fadfd3611399eba9a2f87612e1f3299a23"
integrity sha512-rRo6JOwpMLc3OkeTDRXkrmrDqnxDvZ75GS4f0jLDBNmRgDXWbu0F8eVnJoRn+VbK2AE7vWvhVOMBjnWowcopkQ==
rome@12.1.3:
version "12.1.3"
resolved "https://registry.yarnpkg.com/rome/-/rome-12.1.3.tgz#4d4d62cad16216843680bd3ca11a4c248134902a"
integrity sha512-e+ff72hxDpe/t5/Us7YRBVw3PBET7SeczTQNn6tvrWdrCaAw3qOukQQ+tDCkyFtS4yGsnhjrJbm43ctNbz27Yg==
optionalDependencies:
"@rometools/cli-darwin-arm64" "11.0.0"
"@rometools/cli-darwin-x64" "11.0.0"
"@rometools/cli-linux-arm64" "11.0.0"
"@rometools/cli-linux-x64" "11.0.0"
"@rometools/cli-win32-arm64" "11.0.0"
"@rometools/cli-win32-x64" "11.0.0"
"@rometools/cli-darwin-arm64" "12.1.3"
"@rometools/cli-darwin-x64" "12.1.3"
"@rometools/cli-linux-arm64" "12.1.3"
"@rometools/cli-linux-x64" "12.1.3"
"@rometools/cli-win32-arm64" "12.1.3"
"@rometools/cli-win32-x64" "12.1.3"

rst-selector-parser@^2.2.3:
version "2.2.3"
Expand Down

0 comments on commit 9f0e515

Please sign in to comment.