Skip to content

Commit

Permalink
build(deps): bump the nextjs group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the nextjs group with 4 updates in the / directory: [next](https://github.com/vercel/next.js), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next), [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) and [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties).


Updates `next` from 14.2.17 to 15.1.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.17...v15.1.2)

Updates `eslint-config-next` from 14.2.17 to 15.1.2
- [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/v15.1.2/packages/eslint-config-next)

Updates `@next/bundle-analyzer` from 14.2.7 to 15.1.2
- [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/v15.1.2/packages/next-bundle-analyzer)

Updates `@next/third-parties` from 14.2.7 to 15.1.2
- [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/v15.1.2/packages/third-parties)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nextjs
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nextjs
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nextjs
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nextjs
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 51f064e commit 37d57ae
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 152 deletions.
4 changes: 2 additions & 2 deletions packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mobx-state-tree": "~5.4.0",
"morgan": "^1.10.0",
"newrelic": "~12.8.1",
"next": "~14.2.7",
"next": "~15.1.2",
"next-i18next": "~15.4.0",
"panoptes-client": "~5.6.0",
"path-match": "~1.2.4",
Expand Down Expand Up @@ -67,7 +67,7 @@
"chai-dom": "~1.12.0",
"dirty-chai": "~2.0.1",
"enzyme": "~3.11.0",
"eslint-config-next": "~14.2.7",
"eslint-config-next": "~15.1.2",
"eslint-plugin-jsx-a11y": "~6.10.1",
"jsdom": "~25.0.1",
"mocha": "~10.8.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/app-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"start": "NODE_ENV=${NODE_ENV:-production} PANOPTES_ENV=${PANOPTES_ENV:-production} node server/server.js"
},
"dependencies": {
"@next/bundle-analyzer": "~14.2.7",
"@next/third-parties": "~14.2.7",
"@next/bundle-analyzer": "~15.1.2",
"@next/third-parties": "~15.1.2",
"@zooniverse/async-states": "~0.0.1",
"@zooniverse/content": "~0.0.1",
"@zooniverse/grommet-theme": "~3.2.0",
Expand All @@ -28,15 +28,15 @@
"lodash": "~4.17.21",
"morgan": "~1.10.0",
"newrelic": "~12.8.1",
"next": "~14.2.7",
"next": "~15.1.2",
"panoptes-client": "~5.6.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"styled-components": "~6.1.13",
"swr": "~2.2.4"
},
"devDependencies": {
"eslint-config-next": "~14.2.7",
"eslint-config-next": "~15.1.2",
"eslint-plugin-jsx-a11y": "~6.10.1",
"selfsigned": "~2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@next/third-parties": "~14.2.7",
"@next/third-parties": "~15.1.2",
"@zooniverse/async-states": "~0.0.1",
"@zooniverse/react-components": "~1.13.0",
"dayjs": "~1.11.11",
Expand Down
Loading

0 comments on commit 37d57ae

Please sign in to comment.