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 #2226

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 19.0.4 -> 19.0.5 age adoption passing confidence
@angular-eslint/builder (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@angular-eslint/eslint-plugin (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@angular-eslint/schematics (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@angular-eslint/template-parser (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@angular/cli 19.0.4 -> 19.0.5 age adoption passing confidence
@angular/common (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@angular/compiler (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@angular/compiler-cli (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@angular/core (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@angular/forms (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@angular/language-service (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@angular/platform-browser (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@angular/platform-browser-dynamic (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@angular/router (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@types/node (source) 22.10.1 -> 22.10.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.17.0 -> 8.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.17.0 -> 8.18.0 age adoption passing confidence
commitlint (source) 19.6.0 -> 19.6.1 age adoption passing confidence
eslint (source) 9.16.0 -> 9.17.0 age adoption passing confidence
eslint-plugin-jsdoc 50.6.0 -> 50.6.1 age adoption passing confidence
lint-staged 15.2.10 -> 15.2.11 age adoption passing confidence
puppeteer (source) 23.10.1 -> 23.10.4 age adoption passing confidence

Release Notes

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

v19.0.5

Compare Source

@​angular-devkit/build-angular
Commit Type Description
6c319e44c fix fix webpack config transform for karma
@​angular/build
Commit Type Description
251bd9f22 fix Fixing auto-csp edge cases where
1047b8635 fix handle external @angular/ packages during SSR (#​29094)
376ee9966 fix provide component HMR update modules to dev-server SSR
5ea9ce376 fix use consistent path separators for template HMR identifiers
@​angular/ssr
Commit Type Description
b3c6c7eb2 fix include Content-Language header when locale is set
4203efb90 fix disable component bootstrapping during route extraction
angular-eslint/angular-eslint (@​angular-eslint/builder)

v19.0.2

Compare Source

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

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

v19.0.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-standalone] error range should only include property and value (#​2172)
❤️ Thank You
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v19.0.2

Compare Source

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

angular-eslint/angular-eslint (@​angular-eslint/schematics)

v19.0.2

Compare Source

🩹 Fixes
  • update typescript-eslint packages to v8.18.0 (#​2171)
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v19.0.2

Compare Source

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

angular/angular (@​angular/common)

v19.0.4

Compare Source

compiler-cli
Commit Type Description
7e612171709 fix consider pre-release versions when detecting feature support (#​59061)
cd764a31152 fix error in unused standalone imports diagnostic (#​59064)
core
Commit Type Description
34ded10fa60 fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#​59073)
platform-browser
Commit Type Description
ae0802d63c5 fix collect external component styles from server rendering (#​59031)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

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

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

v8.18.0

Compare Source

🩹 Fixes
❤️ Thank You
  • rtritto

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

conventional-changelog/commitlint (commitlint)

v19.6.1

Compare Source

Note: Version bump only for package commitlint

eslint/eslint (eslint)

v9.17.0

Compare Source

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.6.1

Compare Source

Bug Fixes
lint-staged/lint-staged (lint-staged)

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

puppeteer/puppeteer (puppeteer)

v23.10.4: puppeteer-core: v23.10.4

Compare Source

Bug Fixes

v23.10.3: puppeteer: v23.10.3

Compare Source

Dependencies
  • The following workspace dependencies were updated
    • dependencies

v23.10.2: puppeteer: v23.10.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies

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) December 16, 2024 00:03
@renovate renovate bot merged commit 1e3aec2 into main Dec 16, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 16, 2024 00:04
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