Closed dependabot[bot] closed 2 months ago
Updates the requirements on @babel/core, @babel/plugin-transform-class-properties, @babel/preset-env, @commitlint/cli, conventional-changelog-conventionalcommits, husky, rollup, rollup-plugin-license, 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
9630250
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 conventional-changelog-conventionalcommits from 7.0.2 to 8.0.0
conventional-changelog-conventionalcommits
Sourced from conventional-changelog-conventionalcommits's releases.
conventional-changelog-conventionalcommits: v8.0.0 ⚠ BREAKING CHANGES Node >= 18 is required conventional-recommended-bump: new Bumper exported class (#1218) cleanup presets interface (#1215) conventional-changelog-writer: rewrite to TypeScript (#1150) Now all packages, except gulp-conventional-changelog, are ESM-only. Features cleanup presets interface (#1215) (0e4f293) conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f) conventional-recommended-bump: new Bumper exported class (#1218) (0ddc8cd) drop node 16 support (#1226) (ec69cfd) move from CommonJS to ESM (#1144) (c5b859d) Bug Fixes conventional-changelog-conventionalcommits: avoid double empty lines (#1235) (3b4bfdf), closes #1188
Bumper
Sourced from conventional-changelog-conventionalcommits's changelog.
8.0.0 (2024-04-26) ⚠ BREAKING CHANGES Node >= 18 is required conventional-recommended-bump: new Bumper exported class (#1218) cleanup presets interface (#1215) conventional-changelog-writer: rewrite to TypeScript (#1150) Now all packages, except gulp-conventional-changelog, are ESM-only. Features cleanup presets interface (#1215) (0e4f293) conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f) conventional-recommended-bump: new Bumper exported class (#1218) (0ddc8cd) drop node 16 support (#1226) (ec69cfd) move from CommonJS to ESM (#1144) (c5b859d) Bug Fixes conventional-changelog-conventionalcommits: avoid double empty lines (#1235) (3b4bfdf), closes #1188
3129c81
508bdf4
3b4bfdf
4fec5d3
4c3e82f
ec69cfd
90abd8a
0ddc8cd
0e4f293
a149b76
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.0
rollup
Sourced from rollup's releases.
v4.21.0 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])
2024-08-18
@TrickyPi
@renovate
@lukastaegert
noConflict
@7086cmd
Sourced from rollup's changelog.
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) 4.19.2 2024-08-01 Bug Fixes Avoid "cannot get value of null" error when using optional chaining with namespaces (#5597) Pull Requests #5597: Fix retrieval of literal values for chained namespaces (@lukastaegert) 4.19.1 2024-07-27 Bug Fixes Do not remove parantheses when tree-shaking logical expressions (#5584)
2024-08-03
2024-08-01
2024-07-27
c4bb050
8350601
811ef57
af6a347
eb12f34
93af657
c6751ff
df12edf
32e8d5b
1b4d142
Updates rollup-plugin-license to 3.5.2
rollup-plugin-license
Sourced from rollup-plugin-license's changelog.
3.5.0 (2024-06-22) release: prepare next release (71f5bcf) release: prepare next release (2c51c64) release: release version (f27f51d) release: release version (8a7f79c) chore: fix lint task (a7c455f) chore: remove (deprecated) eslint-config-google (0ba031f) chore(ci): push release to current branch (03112e9) chore(deps-dev): bump @rollup/plugin-commonjs from 25.0.7 to 25.0.8 (#1732) (8bd6fb3), closes #1732 chore(deps-dev): bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1 ( dependabot[bot] commented 2 months ago Looks like these dependencies are updatable in another way, so this is no longer needed.
@rollup/plugin-commonjs
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, conventional-changelog-conventionalcommits, husky, rollup, rollup-plugin-license, 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)9630250
v7.24.6Updates
@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
conventional-changelog-conventionalcommits
from 7.0.2 to 8.0.0Release notes
Sourced from conventional-changelog-conventionalcommits's releases.
Changelog
Sourced from conventional-changelog-conventionalcommits's changelog.
Commits
3129c81
chore: release conventional-changelog-conventionalcommits 8.0.0 (#1237)508bdf4
docs: fix build badge3b4bfdf
fix(conventional-changelog-conventionalcommits): avoid double empty lines (#1...4fec5d3
ci: add clean-publish (#1232)4c3e82f
ci: package.json lint (#1231)ec69cfd
feat!: drop node 16 support (#1226)90abd8a
chore: cleanup presets package.json and readme.md files (#1219)0ddc8cd
feat(conventional-recommended-bump)!: newBumper
exported class (#1218)0e4f293
feat!: cleanup presets interface (#1215)a149b76
test: proper cleanups after tests (#1206)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.0Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
c4bb050
4.21.08350601
chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)811ef57
chore: fix thenoConflict
option in REPL. (#5611)af6a347
feat: introduce the virtualDirname option to customize the virtual directory ...eb12f34
chore(deps): lock file maintenance (#5614)93af657
chore(deps): lock file maintenance minor/patch updates (#5613)c6751ff
chore(deps): lock file maintenance minor/patch updates (#5608)df12edf
4.20.032e8d5b
Add originalFIleName property to emitted assets (#5596)1b4d142
chore(deps): update dependency eslint-plugin-unicorn to v55 (#5599)Updates
rollup-plugin-license
to 3.5.2Changelog
Sourced from rollup-plugin-license's changelog.