Bump the development-version-updates group with 36 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the development-version-updates group with 36 updates:
Updates angular-eslint
from 19.5.0 to 19.7.0
Release notes
Sourced from angular-eslint's releases.
v19.7.0
19.7.0 (2025-06-02)
🚀 Features
- eslint-plugin: add no-uncalled-signals rule (#2383)
- eslint-plugin: [require-localize-metadata] add requireCustomId option (#2430)
- eslint-plugin-template: [click-events-have-key-events] Added ignoreWithDirectives option (#2365)
🩹 Fixes
- update typescript-eslint packages to v8.33.0 (#2465)
- update dependency
@​angular/compiler
to v19.2.14 (#2477)- update dependency ignore to v7.0.5 (#2485)
- update dependency eslint to v9.28.0 (#2484)
- eslint-plugin-template: set template-parser as peer dependency (#2487)
- eslint-plugin-template: any valid DOM element with role button is interactive (#2488)
- eslint-plugin-template: [label-has-associated-control] labelComponents should override default label inputs (#2360)
- eslint-plugin-template: [prefer-template-literal] handle nested and concatenations in template literal (#2466)
- schematics: ensure
@​eslint/js
and@​angular-eslint/builder
are always available in non-npm repos (#2486)❤️ Thank You
- Cullen Prestegard
@​cprestegard
- Guillaume DROUARD
- Igor Dimitrijevic
- James Henry
@​JamesHenry
- jelledijkstra97
@​jelledijkstra97
- Stephen Jackson
v19.6.0
19.6.0 (2025-05-27)
🚀 Features
- eslint-plugin: [prefer-inject] add new rule (#2461)
🩹 Fixes
- respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
- eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
- eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)
❤️ Thank You
- James Henry
@​JamesHenry
Changelog
Sourced from angular-eslint's changelog.
19.7.0 (2025-06-02)
🚀 Features
- eslint-plugin: add no-uncalled-signals rule (#2383)
❤️ Thank You
- Stephen Jackson
19.6.0 (2025-05-27)
🚀 Features
- eslint-plugin: [prefer-inject] add new rule (#2461)
❤️ Thank You
- James Henry
@​JamesHenry
Commits
Updates eslint
from 9.27.0 to 9.28.0
Release notes
Sourced from eslint's releases.
v9.28.0
Features
b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)81c3c93
fix: curly types (#19750) (Eli)Documentation
3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@​eslint/js
release (Jenkins)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@​eslint/js
release (Jenkins)b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93
fix: curly types (#19750) (Eli)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
f341f21
9.28.0779dda9
Build: changelog update for 9.28.0175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802)844f5a6
chore: package.json update for@​eslint/js
releaseb0674be
feat: Customization of serialization for languageOptions (#19760)3ec2082
docs: Nested arrays in files config entry (#19799)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773)- Additional commits viewable in compare view
Updates eslint-plugin-prettier
from 5.4.0 to 5.4.1
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.4.1
Patch Changes
- #740
c21521f
Thanks@​JounQin
! - fix(deps): bumpsynckit
to v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')
errorFull Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.4.1
Patch Changes
- #740
c21521f
Thanks@​JounQin
! - fix(deps): bumpsynckit
to v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')
error
Commits
3d15dea
chore: release eslint-plugin-prettier (#741)c21521f
fix(deps): bumpsynckit
to v0.11.7 (#740)- See full diff in compare view
Updates lint-staged
from 16.0.0 to 16.1.0
Release notes
Sourced from lint-staged's releases.
v16.1.0
Minor Changes
#1536
e729daa
Thanks@​iiroj
! - A new flag--no-revert
has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.#1550
b27fa3f
Thanks@​iiroj
! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.Patch Changes
- #1558
c37dc38
Thanks@​iiroj
! - The minimum required Node.js version is lowered to20.17
following nano-spawn@1.0.2.
Changelog
Sourced from lint-staged's changelog.
16.1.0
Minor Changes
#1536
e729daa
Thanks@​iiroj
! - A new flag--no-revert
has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.#1550
b27fa3f
Thanks@​iiroj
! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.Patch Changes
- #1558
c37dc38
Thanks@​iiroj
! - The minimum required Node.js version is lowered to20.17
following nano-spawn@1.0.2.
Commits
f92caaa
chore(changeset): releasee729daa
feat: add "--no-revert" flag to disable reverting to original state in case o...c37dc38
fix: lower minimum required Node.js version to 20.1748f778f
build(deps): update dependenciesb27fa3f
feat: leave out symlinks from list of staged filesa941f2c
docs: add table of contents section to README.md (#1555)- See full diff in compare view
Updates typescript-eslint
from 8.32.1 to 8.33.0
Release notes
Sourced from typescript-eslint's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.33.0 (2025-05-26)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
Updates @babel/compat-data
from 7.27.2 to 7.27.3
Release notes
Sourced from @​babel/compat-data
's releases.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@​nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using of
body (@​JLHwung
)- #17317 fix: support named evaluation for using declaration (
@​JLHwung
)babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@​magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung
)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari
)babel-generator
,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung
)Committers: 7
- Babel Bot (
@​babel-bot
)- Huáng Jùnlià ng (
@​JLHwung
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)- Vik R (
@​vikr01
)@​liuxingbaoyu
@​magic-akari
- fisker Cheung (
@​fisker
)
Changelog
Sourced from @​babel/compat-data
's changelog.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@​nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using of
body (@​JLHwung
)- #17317 fix: support named evaluation for using declaration (
@​JLHwung
)babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@​magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung
)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari
)babel-generator
,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung
)
Commits
da5e371
v7.27.3ce7a631
Update compat data (#17325)- See full diff in compare view
Updates @babel/helper-module-transforms
from 7.27.1 to 7.27.3
Release notes
Sourced from @​babel/helper-module-transforms
's releases.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@​nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using of
body (@​JLHwung
)- #17317 fix: support named evaluation for using declaration (
@​JLHwung
)babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@​magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung
)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari
)babel-generator
,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung
)Committers: 7
- Babel Bot (
@​babel-bot
)- Huáng Jùnlià ng (
@​JLHwung
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)- Vik R (
@​vikr01
)@​liuxingbaoyu
@​magic-akari
- fisker Cheung (
@​fisker
)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.js
containsnode:
protocol require (@​liuxingbaoyu
)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu
)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung
)babel-plugin-transform-modules-commonjs
,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari
):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli
(@​JLHwung
)Committers: 5
- Babel Bot (
@​babel-bot
)- Huáng Jùnlià ng (
@​JLHwung
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)@​liuxingbaoyu
@​magic-akari
Changelog
Sourced from @​babel/helper-module-transforms
's changelog.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@​nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using of
body (@​JLHwung
)- #17317 fix: support named evaluation for using declaration (
@​JLHwung
)babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@​magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung
)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari
)babel-generator
,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung
)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.js
containsnode:
protocol require (@​liuxingbaoyu
)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu
)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung
)babel-plugin-transform-modules-commonjs
,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari
):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli
(@​JLHwung
)
Commits
da5e371
v7.27.31d4546b
Preserve class id when transforming using declarations with exported class (#...- See full diff in compare view
Updates @babel/helpers
from 7.27.1 to 7.27.4
Release notes
Sourced from @​babel/helpers
's releases.
v7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser
,babel-plugin-proposal-explicit-resource-management
- #17323 Disallow using in bare case statement (
@​JLHwung
):nail_care: Polish
babel-parser
- #17311 Improve parseExpression error messages (
@​JLHwung
):microscope: Output optimization
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #17287 Reduce
regenerator
size more (@​liuxingbaoyu
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
- #17334 Use shorter method names for regenerator context (
@​nicolo-ribaudo
)- #17268 Reduce
regenerator
helper size (@​liuxingbaoyu
)babel-core
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #17238 Split
regeneratorRuntime
into multiple helpers (@​nicolo-ribaudo
)Committers: 4
- Babel Bot (
@​babel-bot
)- Huáng Jùnlià ng (
@​JLHwung
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)@​liuxingbaoyu
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@​nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using of
body (@​JLHwung
)- #17317 fix: support named evaluation for using declaration (
@​JLHwung
)babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@​magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung
)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari
)babel-generator
,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung
)Committers: 7
- Babel Bot (
@​babel-bot
)- Huáng Jùnlià ng (
@​JLHwung
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)- Vik R (
@​vikr01
)
... (truncated)
Changelog
Sourced from @​babel/helpers
's changelog.
v7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser
,babel-plugin-proposal-explicit-resource-management
Package Dependencies
@typescript-eslint/parser
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/eslint-plugin
npm
8.32.1 → 8.33.0
Minor
caniuse-lite
npm
1.0.30001718 → 1.0.30001720
Patch
@typescript-eslint/scope-manager
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/type-utils
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/types
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/typescript-estree
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/utils
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/visitor-keys
npm
8.32.1 → 8.33.0
Minor
@babel/helper-module-transforms
npm
7.27.1 → 7.27.3
Patch
npm
7.27.1 → 7.27.3
Patch
npm
7.27.1 → 7.27.3
Patch
npm
7.27.2 → 7.27.3
Patch
@babel/plugin-transform-regenerator
npm
7.27.1 → 7.27.4
Patch
Technical Details
ID: | 1234741 |
UUID: | 2561111603 |
Node ID: | PR_kwDONcaxO86Yp3Yz |
Host: | GitHub |
Repository: | mrlonis/example-angular-zoneless-app |
Merge State: | Unknown |