Bump the npm_and_yarn group across 2 directories with 4 updates - #11
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the npm_and_yarn group across 2 directories with 4 updates#11dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm_and_yarn group with 4 updates in the / directory: [next](https://github.com/vercel/next.js), [js-yaml](https://github.com/nodeca/js-yaml), [sharp](https://github.com/lovell/sharp) and [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 2 updates in the /functions directory: [js-yaml](https://github.com/nodeca/js-yaml) and [uuid](https://github.com/uuidjs/uuid). Updates `next` from 16.3.0 to 16.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.3.0...v16.3.3) Updates `js-yaml` from 4.3.1 to 4.3.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.1...4.3.2) Updates `sharp` from 0.35.3 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.35.3...v0.35.4) Removes `uuid` Updates `js-yaml` from 3.15.1 to 3.15.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.1...4.3.2) Removes `uuid` --- updated-dependencies: - dependency-name: next dependency-version: 16.3.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: sharp dependency-version: 0.35.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
🟡 Changes recommended
The Next.js bump leaves eslint-config-next version-skew and the Firebase Admin upgrade introduces a Node >=22 runtime requirement that should be explicitly pinned/confirmed.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates JavaScript dependencies in the root app and the Firebase Functions workspace, primarily to pick up patch/security releases (notably Next.js) and to align Firebase Admin SDK versions across both directories.
Changes:
- Bump
nextfrom16.3.0to16.3.3(root). - Bump
firebase-adminto^14.4.0in both root and/functions(with corresponding lockfile updates). - Refresh
package-lock.jsonandfunctions/package-lock.jsonto reflect updated transitive dependencies (includingjs-yaml,sharp, and related dependency graph changes).
File summaries
| File | Description |
|---|---|
| package.json | Updates root dependencies (notably next and firebase-admin). |
| package-lock.json | Updates resolved root dependency tree for the new versions. |
| functions/package.json | Updates Functions workspace dependency (firebase-admin). |
| functions/package-lock.json | Updates resolved Functions dependency tree for the new versions. |
Review details
Files not reviewed (1)
- functions/package-lock.json: Generated file
- Files reviewed: 2/4 changed files
- Comments generated: 4
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "clsx": "^2.1.1", | ||
| "firebase": "^12.7.0", | ||
| "firebase-admin": "^13.10.0", | ||
| "firebase-admin": "^14.4.0", |
| "main": "lib/index.js", | ||
| "dependencies": { | ||
| "firebase-admin": "^13.6.0", | ||
| "firebase-admin": "^14.4.0", |
| "clsx": "^2.1.1", | ||
| "firebase": "^12.7.0", | ||
| "firebase-admin": "^13.10.0", | ||
| "firebase-admin": "^14.4.0", |
| "framer-motion": "^12.23.26", | ||
| "lucide-react": "^0.562.0", | ||
| "next": "16.3.0", | ||
| "next": "16.3.3", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 4 updates in the / directory: next, js-yaml, sharp and uuid.
Bumps the npm_and_yarn group with 2 updates in the /functions directory: js-yaml and uuid.
Updates
nextfrom 16.3.0 to 16.3.3Release notes
Sourced from next's releases.
... (truncated)
Commits
a9a1cb7v16.3.3968b9fc[16.3.x] Fix ISR misses with backslashes in segments when deployed on Windows3a15b4a[16.3.x] [next/image]: disable avif image optimization7378b51Backport/docs fixes 16.3 (#97649)528c1cd[16.3.x] Stop generating error codes (#97780)d0ac882v16.3.281deb92[16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static ...cd714d9[16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)5ac2327[16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)0ccb3e7[16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)Updates
js-yamlfrom 4.3.1 to 4.3.2Changelog
Sourced from js-yaml's changelog.
Commits
79ca68d4.3.2 releasedd90b661Backport merge limits from v5.4.1Updates
sharpfrom 0.35.3 to 0.35.4Release notes
Sourced from sharp's releases.
Commits
7f1a0a2Release v0.35.4f927818Upgrade to sharp-libvips v1.3.3e802092Prerelease v0.35.4-rc.0e13eb2fCI: Fix wasm32 build (#4589)a82a0b3Upgrade to libvips v8.18.68044fe4Bound resize dimensions to coordinate limit147f859Docs: changelog entries for #4578 #4584ee5bfb8Tests: use yauzl directly rather than via extract-zip wrapper7a77889Bump uraimo/run-on-arch-action from 3.1.0 to 3.2.0 (#4588)ea5bef2Improve support for input Streams finishing before output is requested (#4584)Removes
uuidUpdates
js-yamlfrom 3.15.1 to 3.15.2Changelog
Sourced from js-yaml's changelog.
Commits
79ca68d4.3.2 releasedd90b661Backport merge limits from v5.4.1Removes
uuidDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.