chore(deps): update devdependencies (non-major) (master) (patch) #1453
+6,384
−4,788
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.
This PR contains the following updates:
0.19.4
->0.19.9
6.3.10
->6.3.13
6.3.10
->6.3.13
6.3.10
->6.3.13
6.3.10
->6.3.13
6.3.10
->6.3.13
6.3.10
->6.3.13
6.3.10
->6.3.13
6.3.10
->6.3.13
0.27.44
->0.27.66
6.1.1
->6.1.4
5.0.0
->5.0.3
4.3.4
->4.3.10
1.3.1
->1.3.2
3.5.2
->3.5.3
5.2.0
->5.2.1
6.1.1
->6.1.3
1.4.2
->1.4.7
2.25.2
->2.25.4
5.0.0
->5.0.3
7.2.0
->7.2.3
11.8.2
->11.8.6
7.0.2
->7.0.4
9.0.6
->9.0.21
0.16.1
->0.16.13
3.1.0
->3.1.1
3.0.1
->3.0.2
2.1.1
->2.1.3
11.2.0
->11.2.6
1.2.6
->1.2.8
9.3.1
->9.3.2
3.0.1
->3.0.3
5.0.2
->5.0.4
9.2.5
->9.2.9
2.3.0
->2.3.1
1.1.6
->1.1.7
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-wc/open-wc (@open-wc/semantic-dom-diff)
v0.19.9
Compare Source
Patch Changes
9e49e7a
: fix(deps): update @web/* dependenciesv0.19.8
Compare Source
Patch Changes
2629244
: Change return type from Assertion to Promisev0.19.7
Compare Source
Patch Changes
735b009
: Avoid saving unchanged snapshotsv0.19.6
Patch Changes
a7e9c20
: chore(semantic-dom-diff): updates dependenciesv0.19.5
Patch Changes
b9b11ad
: support snapshot testing with Web Test Runnerb6e868d
: Use latest dependencies40837d1
: - use latest axe-core580ce0e
: Snapshot testing with WTR updated to not modify the snapshot files running the teststorybookjs/storybook (@storybook/addon-a11y)
v6.3.13
Compare Source
Dependency Upgrades
v6.3.12
Compare Source
Bug Fixes
sb upgrade
to use latest version ofnpm-check-updates
(#16336)v6.3.11
Compare Source
Bug Fixes
whitespace-se/storybook-addon-html (@whitespace/storybook-addon-html)
v5.0.3
Compare Source
v5.0.2
Compare Source
v5.0.1
Compare Source
chaijs/chai (chai)
v4.3.10
Compare Source
This release simply bumps all dependencies to their latest non-breaking versions.
What's Changed
Full Changelog: chaijs/chai@v4.3.9...v4.3.10
v4.3.9
Compare Source
Upgrade dependencies.
This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.
Full Changelog: chaijs/chai@v4.3.8...v4.3.9
v4.3.8
Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/chai@v4.3.7...v4.3.8
v4.3.7
Compare Source
What's Changed
Full Changelog: chaijs/chai@v4.3.6...v4.3.7
v4.3.6
Compare Source
Update loupe to 2.3.1
v4.3.5
Compare Source
fca5bb1
747eb4e
022c2fa
5276af6
c8a4e00
open-wc/open-wc (chai-a11y-axe)
v1.3.2
Patch Changes
40837d1
: - use latest axe-core6940a3c
: fix: override bad publicationpaulmillr/chokidar (chokidar)
v3.5.3
Compare Source
What's Changed
add
andunwatch
TypeScript definitions by @alan-agius4 in https://github.com/paulmillr/chokidar/pull/1157New Contributors
Full Changelog: paulmillr/chokidar@3.5.2...3.5.3
75lb/command-line-args (command-line-args)
v5.2.1
Compare Source
75lb/command-line-usage (command-line-usage)
v6.1.3
Compare Source
v6.1.2
Compare Source
depcheck/depcheck (depcheck)
v1.4.7
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v1.4.6
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v1.4.5
Compare Source
Full Changelog
Closed issues:
Merged pull requests:
v1.4.3
Compare Source
Full Changelog
Fixed bugs:
satisfies
operator in TypeScript #768next.config.js
in a ESM package #762Closed issues:
isModule
check #711Merged pull requests:
.cts
,.mts
file extensions #817 (derekcicerone)import
instead ofrequire
#786 (cprussin)import-js/eslint-plugin-import (eslint-plugin-import)
v2.25.4
Compare Source
Fixed
importType
: avoid crashing on a non-string' ([#2305], thanks [@ljharb])first
]: prevent crash when parsing angular templates ([#2210], thanks [@ljharb])importType
: properly resolve@/*
-aliased imports as internal ([#2334], thanks [@ombene])named
]/ExportMap
: handle named imports from CJS modules that use dynamic import ([#2341], thanks [@ludofischer])Changed
no-default-import
]: report on the token "default" instead of the entire node ([#2299], thanks [@pmcelhaney])order
]: Remove duplicate mention of default ([#2280], thanks [@johnthagen])eslint-module-utils
v2.25.3
Compare Source
Fixed
extensions
]: ignore unresolveable type-only imports ([#2270], [#2271], thanks [@jablko])importType
: fixisExternalModule
calculation ([#2282], thanks [@mx-bernhard])no-import-module-exports
]: avoid false positives with a shadowedmodule
orexports
([#2297], thanks [@ljharb])Changed
order
]: add type to the default groups ([#2272], thanks [@charpeni])Configuration
📅 Schedule: Branch creation - "before 5am every weekday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.