chore(deps): update all non-major dependencies #28
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:
19.3.0
->19.6.0
19.2.2
->19.6.0
^9.0.3
->^9.0.9
6.0.2
->6.0.3
20.14.9
->20.17.6
^0.23.0
->^0.24.0
^9.3.0
->^9.5.1
5.23.3
->5.37.1
1.6.18
->1.8.4
3.3.2
->3.3.3
^7.6.2
->^7.6.3
12.3.3
->12.4.0
4.16.0
->4.19.2
5.5.3
->5.6.3
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
v19.5.0
Compare Source
Features
19.4.1 (2024-08-28)
Note: Version bump only for package @commitlint/cli
v19.4.1
Compare Source
Note: Version bump only for package @commitlint/cli
v19.4.0
Compare Source
Features
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.5.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.4.1 (2024-08-28)
Note: Version bump only for package @commitlint/config-conventional
19.2.2 (2024-04-14)
Note: Version bump only for package @commitlint/config-conventional
v19.4.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
evanw/esbuild (esbuild)
v0.24.0
Compare Source
This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
esbuild
in yourpackage.json
file (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.23.0
or~0.23.0
. See npm's documentation about semver for more information.Drop support for older platforms (#3902)
This release drops support for the following operating system:
This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later.
Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this:
Fix class field decorators in TypeScript if
useDefineForClassFields
isfalse
(#3913)Setting the
useDefineForClassFields
flag tofalse
intsconfig.json
means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release.Avoid incorrect cycle warning with
tsconfig.json
multiple inheritance (#3898)TypeScript 5.0 introduced multiple inheritance for
tsconfig.json
files whereextends
can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release,tsconfig.json
files containing this edge case should work correctly without generating a warning.Handle Yarn Plug'n'Play stack overflow with
tsconfig.json
(#3915)Previously a
tsconfig.json
file thatextends
another file in a package with anexports
map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release.Work around more issues with Deno 1.31+ (#3917)
This version of Deno broke the
stdin
andstdout
properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. whenimport.meta.main
istrue
). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release.This fix was contributed by @Joshix-1.
webpro-nl/knip (knip)
v5.37.1
Compare Source
8d53df5
)1cf68c8
)db9da71
)v5.37.0
Compare Source
48850ca
)9e9c7f8
)global
as yarn cmd (ea1aa05
)22e684b
)7a53029
)153a836
)9730d02
)403d257
)v5.36.7
Compare Source
fd2d9d3
)6e15421
)fe7812e
)isReferencedInExport
and report types-in-types (resolves #830) (80537c5
)v5.36.6
Compare Source
9d3367b
)pluginsSchema
to separate file (8e6fe9e
)f4b253c
)v5.36.5
Compare Source
57997e5
)v5.36.4
Compare Source
d5d1ba0
)234d8cf
)2bd294e
)7464371
)0b09ff7
)39a77ba
)811af53
)98318d7
)328ba01
)fb71a2c
)6d2fdea
)135e478
)b9ffef4
)9a78e33
)5d32cfb
)ac3344a
)v5.36.3
Compare Source
5c4a9d5
)8c0289f
)a4a9882
)a138388
)v5.36.2
Compare Source
d766006
)db3fe40
)v5.36.1
Compare Source
v5.36.0
Compare Source
c5f0ee6
)v5.35.1
Compare Source
v5.35.0
Compare Source
v5.34.4
Compare Source
v5.34.3
Compare Source
v5.34.2
Compare Source
eca123b
)c881d78
)62b10ba
)bff0977
)366acdc
)v5.34.1
Compare Source
846ed76
)9defcb9
)e028528
)20070ba
)5bb56e7
)c9afd52
)20b2504
)v5.34.0
Compare Source
path
if step also hasrepository
in github-action plugin (c6e4d31
)a2217a2
)a2e83f8
)bae87d9
)31f1e7e
)617e067
)939f511
)f4db204
)c2e2712
)virtual:
imports, don't report as unlisted dependencies (2ef75cc
)53839e0
)98c1ff7
)ignoreDependencies
(b8875be
)58ba79f
)f4dc1e1
)a413ad8
)c03f963
)d288779
)f2732fa
)4973a9d
)6115107
)f1349c2
)v5.33.3
Compare Source
3dd6cfd
)307ef8d
)1c04163
)2f2a11e
)3ee0476
(4a3f84c
)isEnabled
(b6541f3
)v5.33.2
Compare Source
getPluginEntryFilePatterns
helper" (resolves #804) (3ee0476
)617a06a
)aebbfb6
)v5.33.1
Compare Source
a056e8d
)v5.33.0
Compare Source
29b35ea
)c5b94c9
)module
andbrowser
fields togetEntryPathsFromManifest
(e63ebec
)v5.32.0
Compare Source
pos
to reference pragma import node (f704a2b
)72b4827
)36b85ba
)e9416ec
)ts.isPropertyAssignment
toisConsiderReferencedNS
(e4bada4
){default: true}
in jiti.import call (700a091
)d2a7b59
)feab792
)14d2cfc
)50bc125
)findInternalReferences
(42d626f
)86ec088
)deno
out of bash parser (fb0da5b
)4821b52
)e6fa86a
)fdb0246
)findInternalReferences
(fixes #800) (d9ae5dc
)0749921
)69c021b
)v5.31.0
Compare Source
#
in gitignore as comment (#797) (7fc6355
)847649d
)d304d8d
)48fbddf
)94da7f7
)1109cbf
)20c2390
)0f786f4
)2a251fa
)b0bb643
)b384403
)2ed9e51
)dea12f8
)6819eb9
)6d47630
)3dd8ea6
)de7fa2d
)v5.30.6
Compare Source
2a36139
)4b314e2
)84db245
)2b550b0
)8ed9314
)ed4bad2
)0784ca5
)cf6c5fe
)v5.30.5
Compare Source
d4c5af9
)1e64b6c
)module.exports = require()
to be re-exports (e2bdb95
)e40f618
)v5.30.4
Compare Source
1002b67
)package.json#types
but also recommend to install DT pkg (dd10163
)v5.30.3
Compare Source
233c2a0
)@eslint/js
to eslint plugin enablers (cbe6fea
)d674020
)eb283cf
)22ab19f
)b0f7c46
)dc9e3ed
)fd868c6
)bc62831
)74b63cc
)34a757c
)d05795c
)2e09608
)e60b8e4
)b52125d
)v5.30.2
Compare Source
v5.30.1
Compare Source
snapshotSerializers
in jest config resolver (b69c6a3
)b41594d
)39d473a
)v5.30.0
Compare Source
v5.29.2
Compare Source
5ca20de
).ts
config ext to webdriver plugin (d8df5e1
)6fb6e7a
)116c6c6
)c060146
)480ff04
)getPluginEntryFilePatterns
helper (573ec9c
)project
patterns (def8e25
)ac75feb
)v5.29.1
Compare Source
e1061c5
as it might be unexpected/breaking with eslint v8 (9e67622
)v5.29.0
Compare Source
v5.28.0
Compare Source
e5c20dd
)af61c96
)4ea83f2
)bc548c5
)72b797a
)v5.27.5
Compare Source
nuxt
to Vue compiler condition (closes #770) (24fb3ea
)4d2487f
)382dd06
)aa13723
)6bd1617
)2e072c5
)v5.27.4
Compare Source
c28b62d
)ignoreDependencies
(8978037
)Projects Using Knip
(#765) (a230582
)v5.27.3
Compare Source
v5.27.2
Compare Source
v5.27.1
Compare Source
pathsBasePath
if available to makecompilerOptions.paths
absolute (fixes #748) (6c866d2
)d0d5f97
)c7fa02e
)3d5a536
)f8f0d66
)b2ea3a9
)f6066d6
)9eff1bb
)953d6f6
)4d8b35b
)39e0f22
)76752c8
)ea099cc
)949ddd8
)8c21df5
)858c0b7
)tryResolve
etc. (e20a9e9
)d5003d1
)b9b8f4d
)0fdb4c9
)ccb7523
)2b7d053
)bun create @​knip/config
to installation instructions (fb19915
)v5.27.0
Compare Source
bea004f
)799cc42
)5d23932
)bc66b4f
)ae5c341
) (5e742dc
)9f5eb01
)108eff1
)ebd79d4
)element == undefined
(#725) (ae5c341
)f5680fb
(b4dc692
)916b633
)fef3dba
)f5680fb
)f6b0058
)bd16c98
)953d4fb
)2de3924
)efd7d2a
)3cbfd0a
)src/vite-env.d.ts
to entry paths in vite(st) plugin (closes #732) (8cf6a0a
)cdea5b1
)d0166be
)d887b1d
)03cba1d
)3ea24cf
)85fc933
)9deb9c5
)7274e8d
)0dc5eba
)toSourcePath
toProjectPrincipal
constructor (ef1ab49
)v5.26.0
Compare Source
v5.25.2
Compare Source
ca03fd8
)deeb2ac
)09fc536
)moduleResolution: bundler
if tsconfig.json (3c13118
)34be850
)c1db1ec
)699fd28
)moduleResolution: bundler
if not set and don't share it (resolves #719) (2c24678
)parseFragment
instead oftext
node which breaks formatting (#720) (3201c07
)v5.25.1
Compare Source
fdac7ba
)v5.25.0
Compare Source
b42c85b
)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.