From 4e29eee4b008588d90df36fb519a126e14529852 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sun, 22 Feb 2026 08:36:26 -0500 Subject: [PATCH] chore: pin aria-query@5.3.1 (#17772) The only change between 5.3.1 and 5.3.2 is https://github.com/A11yance/aria-query/commit/2106d5e8726a1d4e388717d8133e51cac15ce6be to support versions of Node before 4, with the cost of a minuscule but pointless performance hit. This is a pretty stable library, and there have been no further changes in the ensuing year and a half, so it seems pretty safe to pin to the previous version. ### 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 - [x] Prefix your PR title with `feat:`, `fix:`, `chore:`, or `docs:`. - [x] 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 - [x] Run the tests with `pnpm test` and lint the project with `pnpm lint` --- .changeset/shaky-rules-yell.md | 5 +++++ packages/svelte/package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/shaky-rules-yell.md diff --git a/.changeset/shaky-rules-yell.md b/.changeset/shaky-rules-yell.md new file mode 100644 index 0000000000..219d09aa03 --- /dev/null +++ b/.changeset/shaky-rules-yell.md @@ -0,0 +1,5 @@ +--- +'svelte': patch +--- + +chore: pin aria-query@5.3.1 diff --git a/packages/svelte/package.json b/packages/svelte/package.json index fd53cf6932..9b277fb86b 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -172,7 +172,7 @@ "@types/estree": "^1.0.5", "@types/trusted-types": "^2.0.7", "acorn": "^8.12.1", - "aria-query": "^5.3.1", + "aria-query": "5.3.1", "axobject-query": "^4.1.0", "clsx": "^2.1.1", "devalue": "^5.6.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b6502dec5..01a1693af0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,7 +87,7 @@ importers: specifier: ^8.12.1 version: 8.15.0 aria-query: - specifier: ^5.3.1 + specifier: 5.3.1 version: 5.3.1 axobject-query: specifier: ^4.1.0