From 5be0666bc000532429f7b3a311dc29fa345424f4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 22 Jan 2025 12:25:50 -0500
Subject: [PATCH] [npm] Bump @sveltejs/kit from 2.7.3 to 2.16.1 (#342)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.7.3 to 2.16.1.
Release notes
Sourced from @sveltejs/kit
's
releases.
@sveltejs/kit
@2
.16.1
Patch Changes
-
fix: avoid overwriting headers for sub-requests made while loading
the error page (#13341)
-
fix: correctly resolve index file entrypoints such as
src/service-worker/index.js
(#13354)
-
fix: correctly handle relative anchors when using the hash router (#13356)
@sveltejs/kit
@2
.16.0
Minor Changes
-
feat: add ability to invalidate a custom identifier on
goto()
(#13256)
-
feat: remove the postinstall
script to support pnpm 10
(#13304)
NOTE: users should add "prepare": "svelte-kit
sync
" to their package.json
in order to avoid
the following warning upon first running Vite:
▲ [WARNING] Cannot find base config file
"./.svelte-kit/tsconfig.json" [tsconfig.json]
tsconfig.json:2:12:
2 │ "extends":
"./.svelte-kit/tsconfig.json",
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
feat: provide PageProps
and LayoutProps
types (#13308)
Patch Changes
-
perf: shorten chunk file names (#13003)
-
fix: strip internal data before passing URL to reroute
(#13092)
-
fix: support absolute URLs and reroutes with
data-sveltekit-preload-code="viewport"
(#12217)
-
fix: use current window.fetch
for server load fetch
requests (#13315)
-
fix: resolve symlinks when handling routes (#12740)
-
fix: prevent infinite reload when using the hash router and
previewing /index.html
(#13296)
-
fix: service worker base path in dev mode (#12577)
... (truncated)
Changelog
Sourced from @sveltejs/kit
's
changelog.
2.16.1
Patch Changes
-
fix: avoid overwriting headers for sub-requests made while loading
the error page (#13341)
-
fix: correctly resolve index file entrypoints such as
src/service-worker/index.js
(#13354)
-
fix: correctly handle relative anchors when using the hash router (#13356)
2.16.0
Minor Changes
-
feat: add ability to invalidate a custom identifier on
goto()
(#13256)
-
feat: remove the postinstall
script to support pnpm 10
(#13304)
NOTE: users should add "prepare": "svelte-kit
sync
" to their package.json
in order to avoid
the following warning upon first running Vite:
▲ [WARNING] Cannot find base config file
"./.svelte-kit/tsconfig.json" [tsconfig.json]
tsconfig.json:2:12:
2 │ "extends":
"./.svelte-kit/tsconfig.json",
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
feat: provide PageProps
and LayoutProps
types (#13308)
Patch Changes
-
perf: shorten chunk file names (#13003)
-
fix: strip internal data before passing URL to reroute
(#13092)
-
fix: support absolute URLs and reroutes with
data-sveltekit-preload-code="viewport"
(#12217)
-
fix: use current window.fetch
for server load fetch
requests (#13315)
-
fix: resolve symlinks when handling routes (#12740)
... (truncated)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.7.3&new-version=2.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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](https://github.com/hms-dbmi/PIC-SURE-Frontend/network/alerts).
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James
---
package-lock.json | 46 ++++++++++++----------------------------------
package.json | 2 +-
2 files changed, 13 insertions(+), 35 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 9b874f68..bf8963fe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -27,7 +27,7 @@
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-node": "^5.2.10",
- "@sveltejs/kit": "^2.11.1",
+ "@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.15",
@@ -1143,24 +1143,23 @@
}
},
"node_modules/@sveltejs/kit": {
- "version": "2.11.1",
- "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.11.1.tgz",
- "integrity": "sha512-dAiHDEd+AOm20eYdMPV1a2eKBOc0s/7XsSs7PCoNv2kKS7BAoVRC9uzR+FQmxLtp8xuEo9z8CtrMQoszkThltQ==",
+ "version": "2.16.1",
+ "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.16.1.tgz",
+ "integrity": "sha512-2pF5sgGJx9brYZ/9nNDYnh5KX0JguPF14dnvvtf/MqrvlWrDj/e7Rk3LBJPecFLLK1GRs6ZniD24gFPqZm/NFw==",
"dev": true,
- "hasInstallScript": true,
+ "license": "MIT",
"dependencies": {
"@types/cookie": "^0.6.0",
"cookie": "^0.6.0",
"devalue": "^5.1.0",
- "esm-env": "^1.2.1",
+ "esm-env": "^1.2.2",
"import-meta-resolve": "^4.1.0",
"kleur": "^4.1.5",
"magic-string": "^0.30.5",
"mrmime": "^2.0.0",
"sade": "^1.8.1",
"set-cookie-parser": "^2.6.0",
- "sirv": "^3.0.0",
- "tiny-glob": "^0.2.9"
+ "sirv": "^3.0.0"
},
"bin": {
"svelte-kit": "svelte-kit.js"
@@ -1175,10 +1174,11 @@
}
},
"node_modules/@sveltejs/kit/node_modules/esm-env": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.2.1.tgz",
- "integrity": "sha512-U9JedYYjCnadUlXk7e1Kr+aENQhtUaoaV9+gZm1T8LC/YBAPJx3NSPIAurFOC0U5vrdSevnUJS2/wUVxGwPhng==",
- "dev": true
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.2.2.tgz",
+ "integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==",
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@sveltejs/vite-plugin-svelte": {
"version": "3.1.2",
@@ -3040,12 +3040,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/globalyzer": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/globalyzer/-/globalyzer-0.1.0.tgz",
- "integrity": "sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==",
- "dev": true
- },
"node_modules/globby": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
@@ -3066,12 +3060,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/globrex": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
- "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
- "dev": true
- },
"node_modules/gopd": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
@@ -5343,16 +5331,6 @@
"node": ">=0.8"
}
},
- "node_modules/tiny-glob": {
- "version": "0.2.9",
- "resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz",
- "integrity": "sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==",
- "dev": true,
- "dependencies": {
- "globalyzer": "0.1.0",
- "globrex": "^0.1.2"
- }
- },
"node_modules/tinybench": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
diff --git a/package.json b/package.json
index 5c542de2..36648517 100644
--- a/package.json
+++ b/package.json
@@ -20,8 +20,8 @@
"@skeletonlabs/skeleton": "2.10.3",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.2.4",
+ "@sveltejs/kit": "^2.16.1",
"@sveltejs/adapter-node": "^5.2.10",
- "@sveltejs/kit": "^2.11.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.15",