Skip to content

Commit 781052e

Browse files
chore: upgrade devalue (#17739)
### Before submitting the PR, please make sure you do the following - [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs - [ ] Prefix your PR title with `feat:`, `fix:`, `chore:`, or `docs:`. - [ ] This message body should clearly illustrate what problems it solves. - [ ] Ideally, include a test that fails without this PR but passes with it. - [ ] If this PR changes code within `packages/svelte/src`, add a changeset (`npx changeset`). ### Tests and linting - [ ] Run the tests with `pnpm test` and lint the project with `pnpm lint`
1 parent f7c80da commit 781052e

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/moody-flies-ring.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
chore: upgrade `devalue`

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"aria-query": "^5.3.1",
176176
"axobject-query": "^4.1.0",
177177
"clsx": "^2.1.1",
178-
"devalue": "^5.6.2",
178+
"devalue": "^5.6.3",
179179
"esm-env": "^1.2.1",
180180
"esrap": "^2.2.2",
181181
"is-reference": "^3.0.3",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)