Development#142
Conversation
Knip Code AnalysisFound 8 total issues
View details
Use |
|
✅ Security audit passed Passed (38/38)
Summary: 38/38 checks passed See |
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates JavaScript/TypeScript dependencies for the project’s Next-based app and its tooling, refreshing the lockfile accordingly.
Changes:
- Bump
@tanstack/react-queryto^5.99.0. - Update
nextfrom16.2.2to^16.2.3(also changing from a pinned version to a caret range). - Bump dev tooling deps (
dotenv,knip) and refreshpnpm-lock.yamlwith updated transitive versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Updates direct dependency specifiers for React Query, Next, dotenv, and knip. |
pnpm-lock.yaml |
Updates resolved versions/integrity entries and adds/remaps transitive dependencies to match the new specifiers. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
| "https-proxy-agent": "^9.0.0", | ||
| "jose": "^6.2.2", | ||
| "next": "16.2.2", | ||
| "next": "^16.2.3", |
There was a problem hiding this comment.
Changing next from an exact version to a caret range makes fresh installs (or any non---frozen-lockfile install) able to pick up newer 16.x minors/patches without an explicit PR, which can introduce behavior changes in a core runtime dependency. If the intent is to keep framework/runtime versions stable (similar to react/react-dom being pinned), consider keeping next pinned to an exact version (or otherwise document why next is allowed to float while react is pinned).
| "next": "^16.2.3", | |
| "next": "16.2.3", |
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [next](https://github.com/vercel/next.js) from 16.2.3 to 16.2.4. - [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.2.3...v16.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…development/typescript-6.0.3 chore(deps-dev): bump typescript from 6.0.2 to 6.0.3
…development/next-16.2.4 chore(deps): bump next from 16.2.3 to 16.2.4
…s/development/actions/github-script-9 chore(deps): bump actions/github-script from 8 to 9
…s/development/softprops/action-gh-release-3 chore(deps): bump softprops/action-gh-release from 2 to 3
…s/development/pnpm/action-setup-6 chore(deps): bump pnpm/action-setup from 5 to 6
No description provided.