Skip to content

Commit 577e330

Browse files
Bump the npm group with 28 updates (#2071)
Bumps the npm group with 28 updates: | Package | From | To | | --- | --- | --- | | [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `16.1.4` | `16.1.5` | | [next](https://github.com/vercel/next.js) | `16.1.4` | `16.1.5` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.4` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.9` | `19.2.10` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.4` | | [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.1.4` | `16.1.5` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.4` | `16.1.5` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.1` | `8.54.0` | | [@next/env](https://github.com/vercel/next.js/tree/HEAD/packages/next-env) | `16.1.4` | `16.1.5` | | [@next/swc-darwin-arm64](https://github.com/vercel/next.js/tree/HEAD/crates/napi/npm/darwin-arm64) | `16.1.4` | `16.1.5` | | [@next/swc-darwin-x64](https://github.com/vercel/next.js/tree/HEAD/crates/napi/npm/darwin-x64) | `16.1.4` | `16.1.5` | | [@next/swc-linux-arm64-gnu](https://github.com/vercel/next.js/tree/HEAD/crates/napi/npm/linux-arm64-gnu) | `16.1.4` | `16.1.5` | | [@next/swc-linux-arm64-musl](https://github.com/vercel/next.js/tree/HEAD/crates/napi/npm/linux-arm64-musl) | `16.1.4` | `16.1.5` | | [@next/swc-linux-x64-gnu](https://github.com/vercel/next.js/tree/HEAD/crates/napi/npm/linux-x64-gnu) | `16.1.4` | `16.1.5` | | [@next/swc-linux-x64-musl](https://github.com/vercel/next.js/tree/HEAD/crates/napi/npm/linux-x64-musl) | `16.1.4` | `16.1.5` | | [@next/swc-win32-arm64-msvc](https://github.com/vercel/next.js/tree/HEAD/crates/napi/npm/win32-arm64-msvc) | `16.1.4` | `16.1.5` | | [@next/swc-win32-x64-msvc](https://github.com/vercel/next.js/tree/HEAD/crates/napi/npm/win32-x64-msvc) | `16.1.4` | `16.1.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.53.1` | `8.54.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.53.1` | `8.54.0` | | [@typescript-eslint/project-service](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/project-service) | `8.53.1` | `8.54.0` | | [@typescript-eslint/scope-manager](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/scope-manager) | `8.53.1` | `8.54.0` | | [@typescript-eslint/tsconfig-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/tsconfig-utils) | `8.53.1` | `8.54.0` | | [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `8.53.1` | `8.54.0` | | [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.53.1` | `8.54.0` | | [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `8.53.1` | `8.54.0` | | [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.53.1` | `8.54.0` | | [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `8.53.1` | `8.54.0` | | [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.278` | `1.5.279` | Updates `@next/mdx` from 16.1.4 to 16.1.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.1.5/packages/next-mdx) Updates `next` from 16.1.4 to 16.1.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.1.4...v16.1.5) Updates `react` from 19.2.3 to 19.2.4 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react) Updates `@types/react` from 19.2.9 to 19.2.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 19.2.3 to 19.2.4 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom) Updates `@next/eslint-plugin-next` from 16.1.4 to 16.1.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.1.5/packages/eslint-plugin-next) Updates `@types/react` from 19.2.9 to 19.2.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `eslint-config-next` from 16.1.4 to 16.1.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.1.5/packages/eslint-config-next) Updates `typescript-eslint` from 8.53.1 to 8.54.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.54.0/packages/typescript-eslint) Updates `@next/env` from 16.1.4 to 16.1.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.1.5/packages/next-env) Updates `@next/swc-darwin-arm64` from 16.1.4 to 16.1.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.1.5/crates/napi/npm/darwin-arm64) Updates `@next/swc-darwin-x64` from 16.1.4 to 16.1.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.1.5/crates/napi/npm/darwin-x64) Updates `@next/swc-linux-arm64-gnu` from 16.1.4 to 16.1.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.1.5/crates/napi/npm/linux-arm64-gnu) Updates `@next/swc-linux-arm64-musl` from 16.1.4 to 16.1.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.1.5/crates/napi/npm/linux-arm64-musl) Updates `@next/swc-linux-x64-gnu` from 16.1.4 to 16.1.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.1.5/crates/napi/npm/linux-x64-gnu) Updates `@next/swc-linux-x64-musl` from 16.1.4 to 16.1.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.1.5/crates/napi/npm/linux-x64-musl) Updates `@next/swc-win32-arm64-msvc` from 16.1.4 to 16.1.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.1.5/crates/napi/npm/win32-arm64-msvc) Updates `@next/swc-win32-x64-msvc` from 16.1.4 to 16.1.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.1.5/crates/napi/npm/win32-x64-msvc) Updates `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.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.54.0/packages/parser) Updates `@typescript-eslint/project-service` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/project-service/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/project-service) Updates `@typescript-eslint/scope-manager` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/scope-manager) Updates `@typescript-eslint/tsconfig-utils` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/tsconfig-utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/tsconfig-utils) Updates `@typescript-eslint/type-utils` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/type-utils) Updates `@typescript-eslint/types` from 8.53.1 to 8.54.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.54.0/packages/types) Updates `@typescript-eslint/typescript-estree` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-estree) Updates `@typescript-eslint/utils` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/utils) Updates `@typescript-eslint/visitor-keys` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/visitor-keys) Updates `electron-to-chromium` from 1.5.278 to 1.5.279 - [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md) - [Commits](Kilian/electron-to-chromium@v1.5.278...v1.5.279) --- updated-dependencies: - dependency-name: "@next/mdx" dependency-version: 16.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: react dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/react" dependency-version: 19.2.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: react-dom dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/eslint-plugin-next" dependency-version: 16.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/react" dependency-version: 19.2.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-config-next dependency-version: 16.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript-eslint dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@next/env" dependency-version: 16.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/swc-darwin-arm64" dependency-version: 16.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/swc-darwin-x64" dependency-version: 16.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/swc-linux-arm64-gnu" dependency-version: 16.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/swc-linux-arm64-musl" dependency-version: 16.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/swc-linux-x64-gnu" dependency-version: 16.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/swc-linux-x64-musl" dependency-version: 16.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/swc-win32-arm64-msvc" dependency-version: 16.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/swc-win32-x64-msvc" dependency-version: 16.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/project-service" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/scope-manager" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/tsconfig-utils" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/type-utils" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/types" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/typescript-estree" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/utils" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/visitor-keys" dependency-version: 8.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: electron-to-chromium dependency-version: 1.5.279 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc9fbd2 commit 577e330

File tree

2 files changed

+243
-243
lines changed

2 files changed

+243
-243
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
"@mui/icons-material": "^7.3.7",
2323
"@mui/material": "^7.3.7",
2424
"@mui/system": "^7.3.7",
25-
"@next/mdx": "16.1.4",
26-
"next": "16.1.4",
25+
"@next/mdx": "16.1.5",
26+
"next": "16.1.5",
2727
"next-auth": "^4.24.13",
28-
"react": "19.2.3",
29-
"react-dom": "19.2.3",
28+
"react": "19.2.4",
29+
"react-dom": "19.2.4",
3030
"web-vitals": "^5.1.0"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.3",
3434
"@eslint/js": "^9.39.2",
35-
"@next/eslint-plugin-next": "16.1.4",
35+
"@next/eslint-plugin-next": "16.1.5",
3636
"@stylistic/eslint-plugin": "^5.7.1",
3737
"@types/mdx": "^2.0.13",
3838
"@types/node": "^25.0.10",
39-
"@types/react": "^19.2.9",
39+
"@types/react": "^19.2.10",
4040
"@types/react-dom": "^19.2.3",
4141
"eslint": "^9.39.2",
42-
"eslint-config-next": "16.1.4",
42+
"eslint-config-next": "16.1.5",
4343
"eslint-import-resolver-typescript": "^4.4.4",
4444
"eslint-plugin-flowtype": "^8.0.3",
4545
"eslint-plugin-import": "^2.32.0",
@@ -49,7 +49,7 @@
4949
"pnpm": "^10.28.2",
5050
"rimraf": "^6.1.2",
5151
"typescript": "^5.9.3",
52-
"typescript-eslint": "^8.53.1"
52+
"typescript-eslint": "^8.54.0"
5353
},
5454
"packageManager": "pnpm@10.28.0"
5555
}

0 commit comments

Comments
 (0)