Skip to content

Commit 8b6bf79

Browse files
chore(deps)(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates
Bumps the dev-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `16.3.1` | `16.3.3` | | [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `16.3.1` | `16.3.3` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.4` | `19.2.5` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.67.0` | `8.68.0` | | [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.67.0` | `8.68.0` | | [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `10.0.1` | `10.1.1` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.3.0` | `17.4.1` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.125.0` | `4.127.0` | Updates `@next/bundle-analyzer` from 16.3.1 to 16.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.3.3/packages/next-bundle-analyzer) Updates `@next/mdx` from 16.3.1 to 16.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.3.3/packages/next-mdx) Updates `@types/react-dom` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@typescript-eslint/parser` from 8.67.0 to 8.68.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/parser) Updates `@typescript-eslint/types` from 8.67.0 to 8.68.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/types) Updates `cspell` from 10.0.1 to 10.1.1 - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.1.1/packages/cspell) Updates `lint-staged` from 17.3.0 to 17.4.1 - [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@v17.3.0...v17.4.1) Updates `wrangler` from 4.125.0 to 4.127.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.127.0/packages/wrangler) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@next/mdx" dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/react-dom" dependency-version: 19.2.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.68.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/types" dependency-version: 8.68.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: cspell dependency-version: 10.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: lint-staged dependency-version: 17.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: wrangler dependency-version: 4.127.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59c3dc2 commit 8b6bf79

2 files changed

Lines changed: 352 additions & 356 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@
7979
"@cspell/dict-ru_ru": "^2.3.2",
8080
"@cspell/dict-tr-tr": "^3.0.6",
8181
"@mdx-js/loader": "^3.1.1",
82-
"@next/bundle-analyzer": "^16.3.1",
83-
"@next/mdx": "^16.3.1",
82+
"@next/bundle-analyzer": "^16.3.3",
83+
"@next/mdx": "^16.3.3",
8484
"@playwright/test": "^1.62.1",
8585
"@tailwindcss/postcss": "^4.3.3",
8686
"@types/mdx": "^2.0.14",
8787
"@types/node": "^22.20.1",
8888
"@types/react": "^19.2.18",
89-
"@types/react-dom": "^19.2.4",
90-
"@typescript-eslint/parser": "^8.67.0",
91-
"@typescript-eslint/types": "^8.67.0",
89+
"@types/react-dom": "^19.2.5",
90+
"@typescript-eslint/parser": "^8.68.0",
91+
"@typescript-eslint/types": "^8.68.0",
9292
"ajv": "^8.20.0",
9393
"ajv-formats": "^3.0.1",
94-
"cspell": "^10.0.1",
94+
"cspell": "^10.1.1",
9595
"gray-matter": "^4.0.3",
9696
"husky": "9.1.7",
97-
"lint-staged": "17.3.0",
97+
"lint-staged": "17.4.1",
9898
"rehype-highlight": "^7.0.2",
9999
"remark-frontmatter": "^5.0.0",
100100
"remark-gfm": "^4.0.1",
@@ -103,7 +103,7 @@
103103
"typescript": "^6.0.3",
104104
"user-agents": "^1.1.669",
105105
"vitest": "^4.1.11",
106-
"wrangler": "^4.125.0"
106+
"wrangler": "^4.127.0"
107107
},
108108
"repository": {
109109
"type": "git",

0 commit comments

Comments
 (0)