Skip to content

Commit ba2593f

Browse files
chore(deps)(deps-dev): bump the dev-dependencies group with 7 updates
Bumps the dev-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `16.2.12` | `16.3.0` | | [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `16.2.12` | `16.3.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.65.0` | `8.66.0` | | [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.65.0` | `8.66.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.2.0` | `17.3.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.10` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.116.0` | `4.119.0` | Updates `@next/bundle-analyzer` from 16.2.12 to 16.3.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.3.0/packages/next-bundle-analyzer) Updates `@next/mdx` from 16.2.12 to 16.3.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.3.0/packages/next-mdx) Updates `@typescript-eslint/parser` from 8.65.0 to 8.66.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.66.0/packages/parser) Updates `@typescript-eslint/types` from 8.65.0 to 8.66.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.66.0/packages/types) Updates `lint-staged` from 17.2.0 to 17.3.0 - [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.2.0...v17.3.0) Updates `tsx` from 4.23.1 to 4.23.10 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.1...v4.23.10) Updates `wrangler` from 4.116.0 to 4.119.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.119.0/packages/wrangler) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@next/mdx" dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/types" dependency-version: 8.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: lint-staged dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tsx dependency-version: 4.23.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: wrangler dependency-version: 4.119.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 1f0f52c commit ba2593f

2 files changed

Lines changed: 433 additions & 130 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,31 +79,31 @@
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.2.12",
83-
"@next/mdx": "^16.2.12",
82+
"@next/bundle-analyzer": "^16.3.0",
83+
"@next/mdx": "^16.3.0",
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",
8989
"@types/react-dom": "^19.2.4",
90-
"@typescript-eslint/parser": "^8.65.0",
91-
"@typescript-eslint/types": "^8.65.0",
90+
"@typescript-eslint/parser": "^8.66.0",
91+
"@typescript-eslint/types": "^8.66.0",
9292
"ajv": "^8.20.0",
9393
"ajv-formats": "^3.0.1",
9494
"cspell": "^10.0.1",
9595
"gray-matter": "^4.0.3",
9696
"husky": "9.1.7",
97-
"lint-staged": "17.2.0",
97+
"lint-staged": "17.3.0",
9898
"rehype-highlight": "^7.0.2",
9999
"remark-frontmatter": "^5.0.0",
100100
"remark-gfm": "^4.0.1",
101101
"tailwindcss": "^4.1.17",
102-
"tsx": "^4.23.1",
102+
"tsx": "^4.23.10",
103103
"typescript": "^6.0.3",
104104
"user-agents": "^1.1.669",
105105
"vitest": "^4.1.10",
106-
"wrangler": "^4.116.0"
106+
"wrangler": "^4.119.0"
107107
},
108108
"repository": {
109109
"type": "git",

0 commit comments

Comments
 (0)