Skip to content

Commit 777d1bd

Browse files
meta: bump the lint group across 1 directory with 9 updates
Bumps the lint group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.3` | `16.2.7` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.36.0` | `9.39.1` | | [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.39.1` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.45.0` | `8.48.0` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `7.0.1` | | [stylelint](https://github.com/stylelint/stylelint) | `16.24.0` | `16.26.1` | | [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `39.0.0` | `39.0.1` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.4` | `16.0.5` | Updates `lint-staged` from 16.2.3 to 16.2.7 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.2.3...v16.2.7) Updates `@eslint/js` from 9.36.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js) Updates `eslint` from 9.36.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.36.0...v9.39.1) Updates `prettier` from 3.6.2 to 3.7.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.1) Updates `typescript-eslint` from 8.45.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/typescript-eslint) Updates `eslint-plugin-react-hooks` from 5.2.0 to 7.0.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `stylelint` from 16.24.0 to 16.26.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.24.0...16.26.1) Updates `stylelint-config-standard` from 39.0.0 to 39.0.1 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@39.0.0...39.0.1) Updates `eslint-config-next` from 15.5.4 to 16.0.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.0.5/packages/eslint-config-next) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lint - dependency-name: "@eslint/js" dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: prettier dependency-version: 3.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: stylelint dependency-version: 16.26.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint-config-standard dependency-version: 39.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-config-next dependency-version: 16.0.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4201b2a commit 777d1bd

File tree

4 files changed

+651
-530
lines changed

4 files changed

+651
-530
lines changed

apps/site/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,23 @@
8989
"@types/mdx": "^2.0.13",
9090
"@types/semver": "~7.7.1",
9191
"dedent": "^1.7.0",
92-
"eslint-config-next": "15.5.4",
92+
"eslint-config-next": "16.0.7",
9393
"eslint-plugin-mdx": "~3.6.2",
9494
"eslint-plugin-react": "~7.37.5",
95-
"eslint-plugin-react-hooks": "^5.2.0",
95+
"eslint-plugin-react-hooks": "^7.0.1",
9696
"global-jsdom": "^27.0.0",
9797
"handlebars": "4.7.8",
9898
"jsdom": "^27.1.0",
9999
"mdast-util-from-markdown": "^2.0.2",
100100
"nock": "^14.0.10",
101101
"remark-frontmatter": "^5.0.0",
102-
"stylelint": "16.24.0",
103-
"stylelint-config-standard": "39.0.0",
102+
"stylelint": "16.26.1",
103+
"stylelint-config-standard": "39.0.1",
104104
"stylelint-order": "7.0.0",
105105
"stylelint-selector-bem-pattern": "4.0.1",
106106
"tsx": "^4.20.6",
107107
"typescript": "catalog:",
108-
"typescript-eslint": "~8.45.0",
108+
"typescript-eslint": "~8.48.1",
109109
"user-agent-data-types": "0.4.2",
110110
"wrangler": "^4.45.3"
111111
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@
3535
},
3636
"dependencies": {
3737
"husky": "9.1.7",
38-
"lint-staged": "16.2.3",
38+
"lint-staged": "16.2.7",
3939
"turbo": "2.5.8"
4040
},
4141
"devDependencies": {
42-
"@eslint/js": "~9.36.0",
42+
"@eslint/js": "~9.39.1",
4343
"@reporters/github": "^1.11.0",
4444
"@testing-library/react": "~16.3.0",
4545
"cross-env": "^10.0.0",
46-
"eslint": "~9.36.0",
46+
"eslint": "~9.39.1",
4747
"eslint-import-resolver-typescript": "~4.4.4",
4848
"eslint-plugin-import-x": "~4.16.1",
4949
"globals": "^16.4.0",
50-
"prettier": "3.6.2",
50+
"prettier": "3.7.4",
5151
"prettier-plugin-tailwindcss": "0.7.1",
5252
"typescript": "catalog:",
53-
"typescript-eslint": "~8.45.0"
53+
"typescript-eslint": "~8.48.1"
5454
},
5555
"packageManager": "pnpm@10.24.0",
5656
"devEngines": {

packages/ui-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@
6464
"cross-env": "catalog:",
6565
"css-loader": "~7.1.2",
6666
"eslint-plugin-react": "~7.37.5",
67-
"eslint-plugin-react-hooks": "^5.2.0",
67+
"eslint-plugin-react-hooks": "^7.0.1",
6868
"eslint-plugin-storybook": "~10.0.2",
6969
"global-jsdom": "^27.0.0",
7070
"postcss-cli": "^11.0.1",
7171
"postcss-loader": "~8.2.0",
7272
"react": "catalog:",
7373
"storybook": "^10.0.2",
7474
"style-loader": "~4.0.0",
75-
"stylelint": "^16.24.0",
76-
"stylelint-config-standard": "^39.0.0",
75+
"stylelint": "^16.26.1",
76+
"stylelint-config-standard": "^39.0.1",
7777
"stylelint-order": "7.0.0",
7878
"stylelint-selector-bem-pattern": "4.0.1",
7979
"tailwindcss": "catalog:",

0 commit comments

Comments
 (0)