From 331c466383d6d4f71bdbb05a22f1c31facba8496 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 31 Aug 2024 12:14:22 +0900
Subject: [PATCH] Bump svelte from 4.2.11 to 4.2.19 in /app in the npm_and_yarn
group across 1 directory (#632)
Bumps the npm_and_yarn group with 1 update in the /app directory:
[svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `svelte` from 4.2.11 to 4.2.19
Release notes
Sourced from svelte's
releases.
svelte@4.2.19
Patch Changes
svelte@4.2.18
Patch Changes
- chore: speed up regex (#11922)
Changelog
Sourced from svelte's
changelog.
4.2.19
Patch Changes
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)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte&package-manager=npm_and_yarn&previous-version=4.2.11&new-version=4.2.19)](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 major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/MIERUNE/plateau-gis-converter/network/alerts).
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
app/package-lock.json | 8 ++++----
app/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app/package-lock.json b/app/package-lock.json
index ea4b5a737..0f9da3653 100644
--- a/app/package-lock.json
+++ b/app/package-lock.json
@@ -25,7 +25,7 @@
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2",
- "svelte": "^4.2.10",
+ "svelte": "^4.2.19",
"svelte-check": "^3.6.4",
"svelte-virtual-scroll-list": "^1.3.0",
"tailwindcss": "^3.4.1",
@@ -4372,9 +4372,9 @@
}
},
"node_modules/svelte": {
- "version": "4.2.11",
- "resolved": "https://registry.npmjs.org/svelte/-/svelte-4.2.11.tgz",
- "integrity": "sha512-YIQk3J4X89wOLhjsqIW8tqY3JHPuBdtdOIkASP2PZeAMcSW9RsIjQzMesCrxOF3gdWYC0mKknlKF7OqmLM+Zqg==",
+ "version": "4.2.19",
+ "resolved": "https://registry.npmjs.org/svelte/-/svelte-4.2.19.tgz",
+ "integrity": "sha512-IY1rnGr6izd10B0A8LqsBfmlT5OILVuZ7XsI0vdGPEvuonFV7NYEUK4dAkm9Zg2q0Um92kYjTpS1CAP3Nh/KWw==",
"dev": true,
"dependencies": {
"@ampproject/remapping": "^2.2.1",
diff --git a/app/package.json b/app/package.json
index 005414ec3..cd7e99076 100644
--- a/app/package.json
+++ b/app/package.json
@@ -27,7 +27,7 @@
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2",
- "svelte": "^4.2.10",
+ "svelte": "^4.2.19",
"svelte-check": "^3.6.4",
"svelte-virtual-scroll-list": "^1.3.0",
"tailwindcss": "^3.4.1",