fix(deps): update all non-major dependencies #17
Merged
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:
^2.1.0->^2.1.2^4.0.1->^4.1.1^4.2.0->^4.4.0^6.10.0->^6.10.1^1.13.1->^1.13.5^9.31.0->^9.34.0^10.9.5->^10.9.6^5.8.3->^5.9.24.9.2->4.9.4Release Notes
adonisjs/eslint-config (@adonisjs/eslint-config)
v2.1.2: Remove @stylistic/eslint-plugin-ts in favor of @stylistic/eslint-pluginCompare Source
Bug Fixes
Full Changelog: adonisjs/eslint-config@v2.1.1...v2.1.2
v2.1.1: Update dependenciesCompare Source
What's Changed
New Contributors
Full Changelog: adonisjs/eslint-config@v2.1.0...v2.1.1
japa/assert (@japa/assert)
v4.1.1: Do not evaluate assertions count for regression testsCompare Source
Bug Fixes
Full Changelog: japa/assert@v4.1.0...v4.1.1
v4.1.0: Use chai inbuilt containSubset methodCompare Source
Deprecate
containsSubsetin favor ofcontainSubsetandnotContainsSubsetin favor ofdoesNotContainSubset.4.1.0 (2025-07-21)
Features
Full Changelog: japa/assert@v4.0.1...v4.1.0
japa/runner (@japa/runner)
v4.4.0: Add support for listing pinned tests and fail test suite when there are pinned testsCompare Source
disallowPinnedTestsPluginThe
disallowPinnedTestsplugin can be used to fail the test suite when there are one or more pinned tests. You may use it to disallow pinning tests when running in CI.List pinned tests
The
--list-pinnedflag can be used to view a list of all the pinned tests along with their source code location.Features
Full Changelog: japa/runner@v4.3.1...v4.4.0
v4.3.1: Replace deprecated find-cache-dir package with find-cache-directoryCompare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: japa/runner@v4.3.0...v4.3.1
v4.3.0: Add getActiveTestOrFail method and return group from test.group methodCompare Source
Features
What's Changed
New Contributors
Full Changelog: japa/runner@v4.2.0...v4.3.0
poppinss/utils (@poppinss/utils)
v6.10.1: Fix compose generics when using five or more mixinsCompare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: poppinss/utils@v6.10.0...v6.10.1
swc-project/swc (@swc/core)
v1.13.5Compare Source
Bug Fixes
(es/minifier) Preserve
array.joinwith nullable values (#10937) (e495403)(es/preset-env) Update polyfill data (#11013) (934d8a5)
Features
Refactor
preservesupports (#11025) (bc83875)v1.13.4Compare Source
Bug Fixes
(es/lexer) Use error when handling '\0' (#10964) (53c22d1)
(es/minifier) Skip serde of
pure_funcsin options (#10969) (862e70d)(es/minifier) Fix compile error with
debugfeature (#10999) (831eed5)(es/minifier) Don't eliminate class expr if some side effects contain
this(#11003) (18aeac6)(es/module) Support optional chaining in
import.meta(#10985) (758d8ec)(es/parser) Allow TS type args to start with LSHIFT (
<<) to parseT<<S>() => void>(#10996) (4911ec7)(ts/isolated-dts) Correct optional marker for class fields generated from constructor parameter (#10992) (0d680fd)
Expose GlobalPassOption.build (#10968) (c8a2668)
Features
(bindings/html) Add
keep-head-and-bodyfortagOmissionin binding (#11014) (1e1ebeb)(html/minifier) Support
keep_head_and_body(#11008) (86186db)(plugin/runner) Introduce
wasmtimebackend (#10958) (9fa8330)Miscellaneous Tasks
Performance
(es/ast) Remove alloc in leftmost api (#11005) (f59f233)
(es/minifier) Use bitflags for context of the
Purepass (#10953) (8cd5c58)(es/minifier) Reduce alloc (#10961) (6475070)
(es/minifier) Remove useless clone (#10970) (8873f65)
(es/minifier) Reduce clone (#10982) (4f2ed0d)
(es/minifier) Use
bitflagsforDropOpts(#10990) (79206f1)(es/parser) Remove EOF check (#10976) (a10dada)
(es/parser) Introduce checkpoint to reduce clone (#11001) (cda08d1)
(es/parser) Remove useless
Rc<RefCell<T>>(#11002) (39f5784)(es/parser) Remove
OneDirectionalListand reduce allocation ofVec(#11000) (0088ab8)Refactor
(common) Remove
SyntaxContextData#opaque(#10983) (d5be248)(es/minifier) Remove useless branch (#10966) (e400de3)
(es/minifier) Remove duplicate report assign (#11009) (9590e1d)
(es/parser) Remove useless methods (#10980) (91c6039)
(hstr) Use default inline strategy (#10954) (d160f7f)
(hstr) Remove needlesss unwrap (#10959) (953f75f)
(plugin/runner) Introduce abstract runtime (#10943) (a445156)
(plugin/runner) Switch
wasmtime-wasitowasi-common(#10979) (c4114d5)Add
#[deny(unused)](#10997) (1bb3716)v1.13.3Compare Source
Bug Fixes
(es/minifier) Check exported when optimize last expr (#10939) (f6f15f3)
(es/minifier) Disallow types (#10945) (63172ef)
(es/minifier) Don't optimize Number properties when Number is shadowed (#10947) (40a1e2e)
(es/minifier) Fix cycle detection (#10950) (212d8bc)
(es/parser) Correctly handle EOF position (#10934) (dd70fbd)
Performance
(es/minifier) Remove visitor of CharFreqAnalyzer (#10928) (65534ff)
(es/minifier) Remove pre-compress pass (#10932) (c7f0e4d)
(es/minifier) Use bitflag for var kind (#10940) (4317988)
(es/minifier) Remove needless clone (#10949) (b5e5e8c)
(es/parser) Reduce comparison (#10933) (e44fbd4)
(es/parser) Reduce comparison (#10941) (a262eeb)
v1.13.2Compare Source
Bug Fixes
(es/minifier) Remove the last break in the second switch (#10923) (3ed4a12)
(es/parser) Reject malformed phase import statements (#10912) (5fde348)
(swc_core) Add
default-features = falseto dropstacker(#10916) (38b45b7)Features
(es/compiler) Improve structure (#10903) (0cc6743)
(es/compiler) Merge
private_in_objectandstatic_blocks(#10909) (c1405da)(es/compiler) Merge logical assignments (#10914) (ccbfcd1)
(es/compiler) Merge
export_namespace_from(#10917) (ba6cc71)(es/renamer) Add
renamer_keep_contexts(#10907) (1b15171)Miscellaneous Tasks
Opusand allow assigning to theclaude-bot(3275b9c)Performance
(es/lexer) Remove option for handler (#10881) (1ad8506)
(es/lexer) Reduce memory move (#10906) (145fba4)
(es/lexer) Reduce context query (#10910) (443aa1c)
(es/lexer) Reduce query and comparison (#10919) (400c996)
(es/minifier) Make
get_typefor===lazy (#10920) (4eab8e8)(es/minifier) Reduce
get_typecalls (#10922) (9d55e88)(es/parser) Reduce check during parsing binding (#10905) (92ca5ec)
(es/parser) Reduce comparison (#10911) (e00c178)
Refactor
(es/compat) Initialize compiler API (#10902) (d6566ee)
(es/lexer) EOF Token (#10880) (54c866a)
(es/parser) Reduce
input_mut()calls (#10899) (1816368)(es/parser) Remove unnecessary PResult (#10900) (27e548d)
(es/preset-env) Apply swc_ecma_compiler in preset env (#10921) (6f5b72a)
Testing
eslint/eslint (eslint)
v9.34.0Compare Source
v9.33.0Compare Source
v9.32.0Compare Source
thetutlage/ts-node-maintained (ts-node-maintained)
v10.9.6Compare Source
microsoft/TypeScript (typescript)
v5.9.2Compare Source
yarnpkg/berry (yarn)
v4.9.4Compare Source
v4.9.3Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.