Closed dependabot[bot] closed 3 months ago
Updates the requirements on @babel/core, @babel/plugin-transform-class-properties, @babel/preset-env, @commitlint/cli, husky, rollup, semantic-release and stylelint to permit the latest version. Updates @babel/core to 7.25.2
@babel/core
Sourced from @babel/core's releases.
@babel/core
v7.25.2 (2024-07-30) :bug: Bug Fix babel-core, babel-traverse #16695 Ensure that requeueComputedKeyAndDecorators is available (@nicolo-ribaudo) Committers: 2 Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo)
babel-core
babel-traverse
requeueComputedKeyAndDecorators
@nicolo-ribaudo
@JLHwung
Sourced from @babel/core's changelog.
v7.25.2 (2024-07-30) :bug: Bug Fix babel-core, babel-traverse #16695 Ensure that requeueComputedKeyAndDecorators is available (@nicolo-ribaudo) v7.25.1 (2024-07-28) :bug: Bug Fix babel-plugin-transform-function-name #16683 fix: ensureFunctionName may be undefined (@liuxingbaoyu) babel-plugin-transform-react-constant-elements #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@keiseiTi) babel-traverse #16587 fix: fixed issue16583 + test (@nerodesu017) :house: Internal #16663 Test eslint plugin against eslint 9 (@JLHwung) v7.25.0 (2024-07-26) :eyeglasses: Spec Compliance babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3 #16537 await using normative updates (@JLHwung) babel-plugin-transform-typescript #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu) :rocket: New Feature babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types #16658 Move ensureFunctionName to NodePath.prototype (@nicolo-ribaudo) babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse #16644 Move hoistVariables to Scope.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types #16645 Move splitExportDeclaration to NodePath.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse #16649 Move environment-visitor helper into @babel/traverse (@nicolo-ribaudo) babel-core, babel-parser #16480 Expose wether a module has TLA or not as .extra.async (@nicolo-ribaudo) babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env #16569 Introduce bugfix-safari-class-field-initializer-scope (@davidtaylorhq) babel-plugin-transform-block-scoping, babel-traverse, babel-types #16551 Add NodePath#getAssignmentIdentifiers (@JLHwung) babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules #16579 Add uncheckedRequire option for JSON imports to CJS (@nicolo-ribaudo) babel-helper-transform-fixture-test-runner, babel-node #16642 Allow using custom config in babel-node --eval (@slatereax) babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone #16445 Add duplicate-named-capturing-groups-regex to preset-env (@JLHwung) :bug: Bug Fix babel-generator #16678 Print parens around as expressions on the LHS (@nicolo-ribaudo)
babel-plugin-transform-function-name
ensureFunctionName
@liuxingbaoyu
babel-plugin-transform-react-constant-elements
@keiseiTi
@nerodesu017
babel-helpers
babel-plugin-proposal-explicit-resource-management
babel-runtime-corejs3
await using
babel-plugin-transform-typescript
babel-helper-create-class-features-plugin
babel-helper-function-name
babel-helper-plugin-utils
babel-helper-wrap-function
babel-plugin-bugfix-safari-class-field-initializer-scope
babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
babel-plugin-transform-classes
babel-preset-env
babel-types
NodePath.prototype
babel-helper-hoist-variables
babel-plugin-proposal-async-do-expressions
babel-plugin-transform-modules-systemjs
hoistVariables
Scope.prototype
babel-helper-module-transforms
babel-helper-split-export-declaration
splitExportDeclaration
babel-helper-environment-visitor
babel-helper-remap-async-to-generator
babel-helper-replace-supers
babel-plugin-bugfix-firefox-class-in-computed-class-key
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
babel-plugin-transform-async-generator-functions
environment-visitor
@babel/traverse
babel-parser
.extra.async
babel-compat-data
bugfix-safari-class-field-initializer-scope
@davidtaylorhq
babel-plugin-transform-block-scoping
NodePath#getAssignmentIdentifiers
babel-helper-import-to-platform-api
babel-plugin-proposal-json-modules
uncheckedRequire
babel-helper-transform-fixture-test-runner
babel-node
babel-node --eval
@slatereax
babel-helper-create-regexp-features-plugin
babel-plugin-proposal-duplicate-named-capturing-groups-regex
babel-plugin-transform-duplicate-named-capturing-groups-regex
babel-standalone
duplicate-named-capturing-groups-regex
preset-env
babel-generator
... (truncated)
0f8f408
6a15d7a
9f7e29a
2413d1a
5dc3b44
30aa644
7d923b8
require()
@babel/standalone
889c58f
1f5af44
683c654
Updates @babel/plugin-transform-class-properties to 7.25.4
@babel/plugin-transform-class-properties
Sourced from @babel/plugin-transform-class-properties's releases.
@babel/plugin-transform-class-properties
v7.25.4 (2024-08-22) :bug: Bug Fix babel-traverse #16756 fix: Skip computed key when renaming (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16755 fix: Decorator 2018-09 may throw an exception (@liuxingbaoyu) babel-types #16710 Visit AST fields nodes according to their syntactical order (@nicolo-ribaudo) babel-generator #16709 Print semicolon after TS export namespace as A (@nicolo-ribaudo) :nail_care: Polish babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse #16722 Avoid unnecessary parens around sequence expressions (@nicolo-ribaudo) babel-generator, babel-plugin-transform-class-properties #16714 Avoid unnecessary parens around exported arrow functions (@nicolo-ribaudo) babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread #16712 Avoid printing unnecessary parens around object destructuring (@nicolo-ribaudo) :microscope: Output optimization babel-generator #16740 Avoid extra spaces between comments/regexps in compact mode (@nicolo-ribaudo) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu
babel-plugin-proposal-decorators
export namespace as A
babel-plugin-proposal-destructuring-private
babel-plugin-proposal-pipeline-operator
babel-plugin-transform-class-properties
babel-plugin-transform-destructuring
babel-plugin-transform-optional-chaining
babel-plugin-transform-private-methods
babel-plugin-transform-private-property-in-object
babel-runtime-corejs2
babel-runtime
babel-plugin-transform-object-rest-spread
@babel-bot
Sourced from @babel/plugin-transform-class-properties's changelog.
v7.25.4 (2024-08-22) :bug: Bug Fix babel-traverse #16756 fix: Skip computed key when renaming (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16755 fix: Decorator 2018-09 may throw an exception (@liuxingbaoyu) babel-types #16710 Visit AST fields nodes according to their syntactical order (@nicolo-ribaudo) babel-generator #16709 Print semicolon after TS export namespace as A (@nicolo-ribaudo) :nail_care: Polish babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse #16722 Avoid unnecessary parens around sequence expressions (@nicolo-ribaudo) babel-generator, babel-plugin-transform-class-properties #16714 Avoid unnecessary parens around exported arrow functions (@nicolo-ribaudo) babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread #16712 Avoid printing unnecessary parens around object destructuring (@nicolo-ribaudo) :microscope: Output optimization babel-generator #16740 Avoid extra spaces between comments/regexps in compact mode (@nicolo-ribaudo) v7.25.3 (2024-07-31) :bug: Bug Fix babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse #16699 Avoid validating visitors produced by traverse.visitors.merge (@nicolo-ribaudo) :house: Internal babel-parser #16688 Add @babel/types as a dependency of @babel/parser (@nicolo-ribaudo) v7.25.2 (2024-07-30) :bug: Bug Fix babel-core, babel-traverse #16695 Ensure that requeueComputedKeyAndDecorators is available (@nicolo-ribaudo) v7.25.1 (2024-07-28) :bug: Bug Fix babel-plugin-transform-function-name #16683 fix: ensureFunctionName may be undefined (@liuxingbaoyu) babel-plugin-transform-react-constant-elements #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@keiseiTi) babel-traverse #16587 fix: fixed issue16583 + test (@nerodesu017) :house: Internal #16663 Test eslint plugin against eslint 9 (@JLHwung) v7.25.0 (2024-07-26)
traverse.visitors.merge
@babel/types
@babel/parser
cbf124c
575863c
5174ad1
479b727
dba45d3
devDependencies
tsconfig.json
e774270
super.x
e88dd9d
bf1e9a3
7934963
type: module
package.json
Updates @babel/preset-env to 7.25.4
@babel/preset-env
Sourced from @babel/preset-env's releases.
@babel/preset-env
Sourced from @babel/preset-env's changelog.
b38b027
55dfde8
babel-plugin-polyfill-corejs3
787c7cd
a0c8871
0b2cc25
d2e3ee2
Updates @commitlint/cli to 19.4.0
@commitlint/cli
Sourced from @commitlint/cli's releases.
@commitlint/cli
v19.4.0 Features Support command line options from a file by @benquarmby in conventional-changelog/commitlint#4109 Support linting from the last tag by @benquarmby in conventional-changelog/commitlint#4110 Chore & Docs docs(api/lint): add from keyword by @Saber2pr in conventional-changelog/commitlint#4084 docs: warns about windows correct files encoding by @jefersoneiji in conventional-changelog/commitlint#4086 ci: add schedule&workflow_dispatch triggers by @knocte in conventional-changelog/commitlint#4087 docs: fixing rules.md by @Naedri in conventional-changelog/commitlint#4098 feat(docs): add edit link by @abitrolly in conventional-changelog/commitlint#4104 docs: remove GitLab clone depth limitation by @abitrolly in conventional-changelog/commitlint#4105 Update local-setup.md by @mostafa-rio in conventional-changelog/commitlint#4111 New Contributors @Saber2pr made their first contribution in conventional-changelog/commitlint#4084 @jefersoneiji made their first contribution in conventional-changelog/commitlint#4086 @Naedri made their first contribution in conventional-changelog/commitlint#4098 @mostafa-rio made their first contribution in conventional-changelog/commitlint#4111 @benquarmby made their first contribution in conventional-changelog/commitlint#4109 Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0
@benquarmby
@Saber2pr
@jefersoneiji
@knocte
@Naedri
@abitrolly
@mostafa-rio
Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0
Sourced from @commitlint/cli's changelog.
19.4.0 (2024-08-07) Features support command line options from a file (#4109) (a20e890) support linting from the last tag (#4110) (4b204ec) 19.3.0 (2024-04-23) Note: Version bump only for package @commitlint/cli 19.2.2 (2024-04-14) Note: Version bump only for package @commitlint/cli 19.2.1 (2024-03-19) Note: Version bump only for package @commitlint/cli 19.2.0 (2024-03-15) Features cli: introduce new --last flag, to stop recommending HEAD~1 (#3916) (99f4f3f) 19.1.0 (2024-03-12) Note: Version bump only for package @commitlint/cli
Note: Version bump only for package @commitlint/cli
bac2288
4b204ec
a20e890
Updates husky to 9.1.5
husky
Sourced from husky's releases.
v9.1.5 What's Changed fixes #1494, support pre-merge-commit hook by @RainMeoCat in typicode/husky#1497 New Contributors @RainMeoCat made their first contribution in typicode/husky#1497 Full Changelog: https://github.com/typicode/husky/compare/v9.1.4...v9.1.5
pre-merge-commit
@RainMeoCat
Full Changelog: https://github.com/typicode/husky/compare/v9.1.4...v9.1.5
2fee8d2
397e7f0
fc549e0
9891ace
712cb00
7d29633
35fba84
2060317
f6cc410
0c71e73
Updates rollup to 4.21.1
rollup
Sourced from rollup's releases.
v4.21.1 4.21.1 2024-08-26 Bug Fixes Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618) Do not produce invalid code for import.meta.url in compact mode (#5624) Do not throw when generating chunk names when preserving modules in Windows (#5625) Pull Requests #5591: chore(deps): update dependency @types/eslint to v9 (@renovate[bot], @lukastaegert) #5618: preload the WASM file even though the version is undefined. (@TrickyPi) #5619: Call and await closeWatcher hooks on exit signals (@lukastaegert) #5622: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert) #5624: fix: add space for DOCUMENT_CURRENT_SCRIPT template (@TrickyPi) #5625: fix: get the right chunk name for preserve modules in Windows (@TrickyPi, @lukastaegert)
2024-08-26
closeWatcher
import.meta.url
@types/eslint
@renovate
@lukastaegert
@TrickyPi
Sourced from rollup's changelog.
4.21.1 2024-08-26 Bug Fixes Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618) Do not produce invalid code for import.meta.url in compact mode (#5624) Do not throw when generating chunk names when preserving modules in Windows (#5625) Pull Requests #5591: chore(deps): update dependency @types/eslint to v9 (@renovate[bot], @lukastaegert) #5618: preload the WASM file even though the version is undefined. (@TrickyPi) #5619: Call and await closeWatcher hooks on exit signals (@lukastaegert) #5622: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert) #5624: fix: add space for DOCUMENT_CURRENT_SCRIPT template (@TrickyPi) #5625: fix: get the right chunk name for preserve modules in Windows (@TrickyPi, @lukastaegert) 4.21.0 2024-08-18 Features Add option to configure directory for virtual modules when preserving modules (#5602) Pull Requests #5602: feat: introduce the virtualDirname option to customize the virtual directory name (@TrickyPi) #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (@renovate[bot], @lukastaegert) #5608: chore(deps): lock file maintenance minor/patch updates (@renovate[bot]) #5611: chore: fix the noConflict option in REPL. (@7086cmd) #5613: chore(deps): lock file maintenance minor/patch updates (@renovate[bot]) #5614: chore(deps): lock file maintenance (@renovate[bot]) 4.20.0 2024-08-03 Features Allow plugins to specify the original file name when emitting assets (#5596) Pull Requests #5596: Add originalFIleName property to emitted assets (@lukastaegert) #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (@renovate[bot], @lukastaegert) #5600: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
2024-08-18
noConflict
@7086cmd
2024-08-03
c33c6ce
fadebcd
eb07813
c1d25d6
3eb8817
262a388
9625890
916bd62
c4bb050
8350601
Updates semantic-release to 24.1.0
semantic-release
Sourced from semantic-release's releases.
v24.1.0 24.1.0 (2024-08-17) Features add warn type to global context.logger (#3423) (bcc663c)
warn
context.logger
bcc663c
8002f72
1bae870
224b3c8
a18f04f
d7d5b2e
a49bdce
5d30a2b
e523d94
c9dd00d
Updates stylelint to 16.8.2
stylelint
Sourced from stylelint's releases.
16.8.2 Deprecated: context.fix usage in favour of recommending to pass a fix callback to report() (#7895) (@Mouvedia). Added: deprecation notice annotation to the output of the github formatter (#7909) (@Mouvedia). Fixed: custom-property-no-missing-var-function false positives for view-transition-name (#7914) (@Mouvedia). Fixed: keyframe-block-no-duplicate-selectors reported ranges (#7932) (@romainmenke). Fixed: no-invalid-double-slash-comments reported ranges (#7907 & #7905) (@Mouvedia & @romainmenke). Fixed: selector-max-type reported ranges (#7916) (@romainmenke). Fixed: selector-type-no-unknown false positives for ::highlight() and ::view-transition-*() (#7913) (@Mouvedia).
context.fix
fix
report()
@Mouvedia
github
custom-property-no-missing-var-function
view-transition-name
keyframe-block-no-duplicate-selectors
@romainmenke
no-invalid-double-slash-comments
selector-max-type
selector-type-no-unknown
::highlight()
::view-transition-*()
Sourced from stylelint's changelog.
16.8.2 Deprecated: context.fix usage in favour of recommending to pass a fix callback to report() (#7895) (@Mouvedia). Added: deprecation notice annotation to the output of the github formatter (#7909) (@Mouvedia). Fixed: custom-property-no-missing-var-function false positives for view-transition-name (#7914) (@Mouvedia). Fixed: keyframe-block-no-duplicate-selectors reported ranges (#7932) (@romainmenke). Fixed: no-invalid-double-slash-comments reported ranges (#7907 & #7905) (@Mouvedia & @romainmenke). Fixed: selector-max-type reported ranges (#7916) (@romainmenke). Fixed: selector-type-no-unknown false positives for ::highlight() and ::view-transition-*() (#7913) (@Mouvedia). 16.8.1 Fixed: no-duplicate-selectors false positives with Less syntax (#7888) (@romainmenke). 16.8.0 Deprecated: github formatter (#7865) (@marcalexiei). Fixed: function-url-quotes false positives for SCSS variables and #/? characters (#7874) (@vimalloc). Fixed: keyframe-selector-notation false positives for entry-crossing and exit-crossing (#7859) (@romainmenke). Fixed: no-descending-specificity false positives for nested rules without declarations (#7850) (@romainmenke). Fixed: no-duplicate-selectors end positions (#7867) (@romainmenke). Fixed: no-duplicate-selectors false negatives for three or more duplicates (#7867) (@romainmenke). Fixed: selector-max-compound-selectors error for @nest (#7875) (@romainmenke). Fixed: selector-pseudo-class-no-unknown false positiv... _Description has been truncated_
no-duplicate-selectors
@marcalexiei
function-url-quotes
#
?
@vimalloc
keyframe-selector-notation
entry-crossing
exit-crossing
no-descending-specificity
selector-max-compound-selectors
@nest
selector-pseudo-class-no-unknown
Looks like these dependencies are updatable in another way, so this is no longer needed.
Updates the requirements on @babel/core, @babel/plugin-transform-class-properties, @babel/preset-env, @commitlint/cli, husky, rollup, semantic-release and stylelint to permit the latest version. Updates
@babel/core
to 7.25.2Release notes
Sourced from
@babel/core
's releases.Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
0f8f408
v7.25.26a15d7a
Ensure thatrequeueComputedKeyAndDecorators
is available (#16695)9f7e29a
chore: fix one suppressed eslint error (#16696)2413d1a
Add eslint-plugin-regexp (#16680)5dc3b44
Expose wether a module has TLA or not as.extra.async
(#16480)30aa644
v7.24.97d923b8
Avoidrequire()
call in@babel/standalone
bundle (#16639)889c58f
Revert "Pin CI to Node.js 22.1" (#16633)1f5af44
v7.24.8683c654
Enable some lint rules (#16605)Updates
@babel/plugin-transform-class-properties
to 7.25.4Release notes
Sourced from
@babel/plugin-transform-class-properties
's releases.Changelog
Sourced from
@babel/plugin-transform-class-properties
's changelog.... (truncated)
Commits
cbf124c
v7.25.4575863c
Avoid unnecessary parens around sequence expressions (#16722)5174ad1
Clean all always enabled parser plugins (#16572)479b727
Avoid unnecessary parens around exported arrow functions (#16714)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)e774270
Improvesuper.x
output (#16374)e88dd9d
Simplify output for anonymous classes with no methods (#16656)bf1e9a3
v7.24.77934963
Usetype: module
in allpackage.json
s (#16535)Updates
@babel/preset-env
to 7.25.4Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
cbf124c
v7.25.4b38b027
Update compat data (#16736)55dfde8
Updatebabel-plugin-polyfill-corejs3
(#16715)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)787c7cd
v7.25.3a0c8871
Test: Improve available-plugins compat-data check (#16693)0f8f408
v7.25.20b2cc25
Update compat-table (#16691)2413d1a
Add eslint-plugin-regexp (#16680)d2e3ee2
v7.25.0Updates
@commitlint/cli
to 19.4.0Release notes
Sourced from
@commitlint/cli
's releases.Changelog
Sourced from
@commitlint/cli
's changelog.... (truncated)
Commits
bac2288
v19.4.04b204ec
feat: support linting from the last tag (#4110)a20e890
feat: support command line options from a file (#4109)Updates
husky
to 9.1.5Release notes
Sourced from husky's releases.
Commits
2fee8d2
9.1.5397e7f0
fixes #1494 support pre-merge-commit hookfc549e0
9.1.49891ace
clarify deprecation message712cb00
9.1.37d29633
fix: better handle spaces in PATH35fba84
9.1.22060317
show message instead of automatically remove deprecated codef6cc410
Update troubleshoot.md0c71e73
update package-lock.jsonUpdates
rollup
to 4.21.1Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
c33c6ce
4.21.1fadebcd
fix: get the right chunk name for preserve modules in Windows (#5625)eb07813
fix: add space for DOCUMENT_CURRENT_SCRIPT template (#5624)c1d25d6
Call and await closeWatcher hooks on exit signals (#5619)3eb8817
chore(deps): lock file maintenance minor/patch updates (#5622)262a388
preload the WASM file even though the version is undefined. (#5618)9625890
chore(deps): update dependency@types/eslint
to v9 (#5591)916bd62
Fix REPL loadingc4bb050
4.21.08350601
chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)Updates
semantic-release
to 24.1.0Release notes
Sourced from semantic-release's releases.
Commits
bcc663c
feat: addwarn
type to globalcontext.logger
(#3423)8002f72
chore(deps): update dependency publint to v0.2.10 (#3426)1bae870
chore(deps): lock file maintenance (#3421)224b3c8
ci(action): update github/codeql-action action to v3.26.0 (#3419)a18f04f
ci(action): update actions/upload-artifact action to v4.3.6 (#3418)d7d5b2e
chore(deps): lock file maintenance (#3416)a49bdce
docs(installation.md): remove repetitive instrux (#3384)5d30a2b
ci(action): update actions/upload-artifact action to v4.3.5 (#3415)e523d94
chore(deps): update dependency ls-engines to v0.9.3 (#3414)c9dd00d
chore(deps): lock file maintenance (#3410)Updates
stylelint
to 16.8.2Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.