Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #2229

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular 19.0.6 -> 19.0.7 age adoption passing confidence devDependencies patch
@angular/cli 19.0.6 -> 19.0.7 age adoption passing confidence devDependencies patch
@angular/common (source) 19.0.5 -> 19.0.6 age adoption passing confidence devDependencies patch
@angular/compiler (source) 19.0.5 -> 19.0.6 age adoption passing confidence devDependencies patch
@angular/compiler-cli (source) 19.0.5 -> 19.0.6 age adoption passing confidence devDependencies patch
@angular/core (source) 19.0.5 -> 19.0.6 age adoption passing confidence devDependencies patch
@angular/forms (source) 19.0.5 -> 19.0.6 age adoption passing confidence devDependencies patch
@angular/language-service (source) 19.0.5 -> 19.0.6 age adoption passing confidence devDependencies patch
@angular/platform-browser (source) 19.0.5 -> 19.0.6 age adoption passing confidence devDependencies patch
@angular/platform-browser-dynamic (source) 19.0.5 -> 19.0.6 age adoption passing confidence devDependencies patch
@angular/router (source) 19.0.5 -> 19.0.6 age adoption passing confidence devDependencies patch
@types/node (source) 22.10.2 -> 22.10.5 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.18.2 -> 8.19.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.18.2 -> 8.19.1 age adoption passing confidence devDependencies minor
core-js (source) 3.39.0 -> 3.40.0 age adoption passing confidence devDependencies minor
node (source) 22.12.0 -> 22.13.0 age adoption passing confidence volta minor
pnpm (source) 9.15.2 -> 9.15.3 age adoption passing confidence packageManager patch
pnpm (source) 9.15.2 -> 9.15.3 age adoption passing confidence volta patch
semantic-release 24.2.0 -> 24.2.1 age adoption passing confidence devDependencies patch
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v19.0.7

Compare Source

@​angular-devkit/architect
Commit Type Description
95c22aeff fix provide better error when builder is not defined
@​angular-devkit/build-angular
Commit Type Description
028652992 fix preserve css type for jasmine.css
@​angular/build
Commit Type Description
f7522342a fix add asset tracking to application builder watch files
e973643bf fix do not mark Babel _defineProperty helper function as pure
881095eec fix enable serving files with bundle-like names
db10af0b3 fix fix incorrect budget calculation
c822f8f15 fix handle relative URLs when constructing new URLs during server fetch
b43c648b0 fix mitigate JS transformer worker execArgv errors
1f2481a4f fix pass define option defined in application builder to Vite prebundling
c94f568a4 fix warn when @angular/localize/init is imported directly
angular/angular (@​angular/common)

v19.0.6

Compare Source

angular/angular (@​angular/compiler)

v19.0.6

Compare Source

compiler-cli
Commit Type Description
06a55e9817 fix account for more expression types when determining HMR dependencies (#​59323)
17fb20f85d fix preserve defer block dependencies during HMR when class metadata is disabled (#​59313)
core
Commit Type Description
07afce81b8 fix Ensure that a destroyed effect never run. (#​59415)
platform-browser
Commit Type Description
dbb8980d03 fix avoid circular DI error in async renderer (#​59271)
6d00efde95 fix styles not replaced during HMR when using animations renderer (#​59393)
router
Commit Type Description
144bccb687 fix avoid component ID collisions with user code (#​59300)
angular/angular (@​angular/core)

v19.0.6

Compare Source

angular/angular (@​angular/platform-browser)

v19.0.6

Compare Source

angular/angular (@​angular/platform-browser-dynamic)

v19.0.6

Compare Source

angular/angular (@​angular/router)

v19.0.6

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

You can read about our versioning strategy and releases on our website.

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

zloirock/core-js (core-js)

v3.40.0

Compare Source

nodejs/node (node)

v22.13.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.3

Compare Source

semantic-release/semantic-release (semantic-release)

v24.2.1

Compare Source

Bug Fixes
microsoft/TypeScript (typescript)

v5.7.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) January 6, 2025 00:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from db494a7 to c458485 Compare January 8, 2025 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c458485 to cc1d0ae Compare January 8, 2025 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants