Bump @sveltejs/kit from 2.49.1 to 2.70.1 in /apps/web - #203
Bump @sveltejs/kit from 2.49.1 to 2.70.1 in /apps/web#203dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.49.1 to 2.70.1. - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/version-3/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.70.1/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.70.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c8373f28f2
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -14999,21 +15002,6 @@ | |||
| } | |||
There was a problem hiding this comment.
Restore the omitted picomatch lock entry
When this deleted peer entry is omitted, the web workflows that run npm ci before building (.github/workflows/pr.yml and cd.yml) can no longer perform a clean install: npm ci reports that package.json and package-lock.json must be in sync and fails with Missing: picomatch@ from lock file. I reproduced the sync check against this lockfile while the parent lockfile succeeds; fdir under svelte-check still declares the optional picomatch@^3 || ^4 peer, so the lock needs to be regenerated or this entry restored before CI/deploy can install dependencies.
Useful? React with 👍 / 👎.
Bumps @sveltejs/kit from 2.49.1 to 2.70.1.
Release notes
Sourced from @sveltejs/kit's releases.
... (truncated)
Changelog
Sourced from @sveltejs/kit's changelog.
... (truncated)
Commits
4c2355fVersion Packages (#16418)c1665b9docs: update hooks page (#16417)4da36e6Version Packages (#16343)78f28f1feat: movedefineEnvVarsto@sveltejs/kit/env(#16378)ffa0e3bfix: don't disable CSRF protection in builds with a non-production NODE_ENV (...80b18f5Version Packages (#16316)b557b1bfix: align MAX_COOKIE_SIZE with RFC 6265bis (#16322)14d7d5afix: detect destructured route exports during type generation (#16329)5c38e51fix: keep CSS URL references as absolute forrelative: false(#16315)1b4adccVersion Packages (#16250)Dependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.