Bump the development-version-updates group with 35 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
(5 months ago)
by github-actions[bot]
dependencies javascript
Bumps the development-version-updates group with 35 updates:
Updates @types/node from 22.15.21 to 22.15.29
Commits
- See full diff in compare view
 
Updates angular-eslint from 19.5.0 to 19.6.0
Release notes
Sourced from angular-eslint's releases.
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.6.0 (2025-05-27)
🚀 Features
- eslint-plugin: [prefer-inject] add new rule (#2461)
 ❤️ Thank You
- James Henry
 @​JamesHenry
Commits
adea723chore(release): publish 19.6.0d514cb4chore: prefer-inject should not yet be recommended95c6964feat(eslint-plugin): [prefer-inject] add new rule (#2461)- See full diff in compare view
 
Updates eslint from 9.27.0 to 9.28.0
Release notes
Sourced from eslint's releases.
v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)Documentation
3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@​eslint/jsrelease (Jenkins)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@​eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93fix: curly types (#19750) (Eli)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
f341f219.28.0779dda9Build: changelog update for 9.28.0175b7b8chore: upgrade to@eslint/js@9.28.0(#19802)844f5a6chore: package.json update for@​eslint/jsreleaseb0674befeat: Customization of serialization for languageOptions (#19760)3ec2082docs: Nested arrays in files config entry (#19799)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI 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
 c21521fThanks@​JounQin! - fix(deps): bumpsynckitto 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
 c21521fThanks@​JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')error
Commits
3d15deachore: release eslint-plugin-prettier (#741)c21521ffix(deps): bumpsynckitto 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
e729daaThanks@​iiroj! - A new flag--no-reverthas 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
b27fa3fThanks@​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.Patch Changes
- #1558
 c37dc38Thanks@​iiroj! - The minimum required Node.js version is lowered to20.17following nano-spawn@1.0.2.
Changelog
Sourced from lint-staged's changelog.
16.1.0
Minor Changes
#1536
e729daaThanks@​iiroj! - A new flag--no-reverthas 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
b27fa3fThanks@​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.Patch Changes
- #1558
 c37dc38Thanks@​iiroj! - The minimum required Node.js version is lowered to20.17following nano-spawn@1.0.2.
Commits
f92caaachore(changeset): releasee729daafeat: add "--no-revert" flag to disable reverting to original state in case o...c37dc38fix: lower minimum required Node.js version to 20.1748f778fbuild(deps): update dependenciesb27fa3ffeat: leave out symlinks from list of staged filesa941f2cdocs: 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
 .displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
 for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
 @​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
 abstractmodifiers 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
 .displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
 for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
 @​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
 abstractmodifiers 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
da5e371v7.27.3ce7a631Update 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
 .displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
 for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
 @​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
 abstractmodifiers 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.jscontainsnode: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
 .displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
 for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
 @​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
 abstractmodifiers 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.jscontainsnode: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
da5e371v7.27.31d4546bPreserve 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
 regeneratorsize 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
 regeneratorhelper 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
 regeneratorRuntimeinto multiple helpers (@​nicolo-ribaudo)Committers: 4
- Babel Bot (
 @​babel-bot)- Huáng Jùnlià ng (
 @​JLHwung)- Nicolò Ribaudo (
 @​nicolo-ribaudo)@​liuxingbaoyuv7.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
 .displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
 for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
 @​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
 abstractmodifiers 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
- #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
 regeneratorsize 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
 regeneratorhelper 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
 regeneratorRuntimeinto multiple helpers (@​nicolo-ribaudo)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-gen...Description has been truncated
Pull Request Statistics
1
1
+333
-263
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: | 1216914 | 
            
| UUID: | 2559773860 | 
            
| Node ID: | PR_kwDONZpH_s6Ykwyk | 
            
| Host: | GitHub | 
| Repository: | mrlonis/example-angular-async | 
| Merge State: | Unknown |