From d58c39afd923860b8d7fb721f4edad46751b545d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 14 Aug 2024 11:11:30 -0400
Subject: [PATCH] [npm] Bump svelte from 4.2.8 to 4.2.18 (#136)
Bumps
[svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)
from 4.2.8 to 4.2.18.
Release notes
Sourced from svelte's
releases.
svelte@4.2.18
Patch Changes
- chore: speed up regex (#11922)
svelte@4.2.17
Patch Changes
- fix: correctly handle falsy values of style directives in SSR mode
(#11584)
svelte@4.2.16
Patch Changes
- fix: check if svelte component exists on custom element destroy (#11489)
Changelog
Sourced from svelte's
changelog.
4.2.18
Patch Changes
- chore: speed up regex (#11922)
4.2.17
Patch Changes
- fix: correctly handle falsy values of style directives in SSR mode
(#11584)
4.2.16
Patch Changes
- fix: check if svelte component exists on custom element destroy (#11489)
4.2.15
Patch Changes
- support attribute selector inside :global() (#11135)
4.2.14
Patch Changes
- fix parsing camelcase container query name (#11131)
4.2.13
Patch Changes
- fix: applying :global for +,~ sibling combinator when slots are
present (#9282)
4.2.12
Patch Changes
- fix: properly update
svelte:component
props when there
are spread props (#10604)
4.2.11
Patch Changes
- fix: check that component wasn't instantiated in
connectedCallback
(#10466)
4.2.10
... (truncated)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte&package-manager=npm_and_yarn&previous-version=4.2.8&new-version=4.2.18)](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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 21 +++++++++++----------
package.json | 2 +-
2 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index cbb73c76..264a5b3c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,7 @@
"postcss": "8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.1.2",
- "svelte": "^4.2.7",
+ "svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"svelte-eslint-parser": "^0.40.0",
"tailwindcss": "3.3.6",
@@ -1798,11 +1798,11 @@
}
},
"node_modules/axobject-query": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
- "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
- "dependencies": {
- "dequal": "^2.0.3"
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
+ "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
+ "engines": {
+ "node": ">= 0.4"
}
},
"node_modules/balanced-match": {
@@ -5097,16 +5097,17 @@
}
},
"node_modules/svelte": {
- "version": "4.2.8",
- "resolved": "https://registry.npmjs.org/svelte/-/svelte-4.2.8.tgz",
- "integrity": "sha512-hU6dh1MPl8gh6klQZwK/n73GiAHiR95IkFsesLPbMeEZi36ydaXL/ZAb4g9sayT0MXzpxyZjR28yderJHxcmYA==",
+ "version": "4.2.18",
+ "resolved": "https://registry.npmjs.org/svelte/-/svelte-4.2.18.tgz",
+ "integrity": "sha512-d0FdzYIiAePqRJEb90WlJDkjUEx42xhivxN8muUBmfZnP+tzUgz12DJ2hRJi8sIHCME7jeK1PTMgKPSfTd8JrA==",
"dependencies": {
"@ampproject/remapping": "^2.2.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@jridgewell/trace-mapping": "^0.3.18",
+ "@types/estree": "^1.0.1",
"acorn": "^8.9.0",
"aria-query": "^5.3.0",
- "axobject-query": "^3.2.1",
+ "axobject-query": "^4.0.0",
"code-red": "^1.0.3",
"css-tree": "^2.3.1",
"estree-walker": "^3.0.3",
diff --git a/package.json b/package.json
index e8101f50..dc14a786 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"postcss": "8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.1.2",
- "svelte": "^4.2.7",
+ "svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"svelte-eslint-parser": "^0.40.0",
"tailwindcss": "3.3.6",