chore(lxlweb, supersearch): Bump dependencies - #1344
Merged
Conversation
Node version ^22.12 is now required
aria-placeholder added in 6.36.7 doesn't play nicely with role="combobox". We should decide if we should supress these errors or work around it in some other way. See https://discuss.codemirror.net/t/accessibility-violation-in-placeholder/9165/14
This should hopefully resolve the issue "Failed to resolve entry for package" in github actions
johanbissemattsson
force-pushed
the
chore-lxlweb-bump-dependencies
branch
from
August 13, 2025 08:38
caae648 to
281a037
Compare
johanbissemattsson
force-pushed
the
chore-lxlweb-bump-dependencies
branch
2 times, most recently
from
August 13, 2025 11:05
4e16d9a to
5945554
Compare
johanbissemattsson
force-pushed
the
chore-lxlweb-bump-dependencies
branch
from
August 13, 2025 11:10
5945554 to
e3c4c1c
Compare
…ll fix the issues
Contributor
Author
jesperengstrom
approved these changes
Aug 13, 2025
This was referenced Aug 13, 2025
johanbissemattsson
added a commit
that referenced
this pull request
Aug 14, 2025
…t bug See #1344 for more info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Solves
Bumps dependencies in
lxl-webandsupersearch(together withcodemirror-lang-lxlquery)Summary of changes
sveltejs/kituses2.27.1instead of2.28.0due to a newly introduced bug causing tests to failcodemirror/viewis kept at6.36.6as thearia-placeholderattribute added in6.36.7doesn't play nicely withrole="combobox", causing AXE accessibility tests to fail. We should decide if we should supress these errors or work around it in some other way. See https://discuss.codemirror.net/t/accessibility-violation-in-placeholder/9165/14lang="ts"to<script module>TSConfigRootDirsrollup-plugin-tswith@rollup/plugin-typescript❗ Note that Node version 22.12 or above is now needed!