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

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular-eslint/builder (source) ^18.4.0 -> ^18.4.2 age adoption passing confidence
@angular-eslint/eslint-plugin (source) ^18.4.0 -> ^18.4.2 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) ^18.4.0 -> ^18.4.2 age adoption passing confidence
@angular-eslint/schematics (source) ^18.4.0 -> ^18.4.2 age adoption passing confidence
@angular-eslint/template-parser (source) ^18.4.0 -> ^18.4.2 age adoption passing confidence
@angular/animations (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/cli ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/common (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/compiler (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/compiler-cli (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/core (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/forms (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/language-service (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/platform-browser (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@angular/router (source) ^18.2.11 -> ^18.2.12 age adoption passing confidence
@release-it/conventional-changelog ^9.0.2 -> ^9.0.3 age adoption passing confidence
@types/node (source) ^22.9.0 -> ^22.9.3 age adoption passing confidence
angular-eslint (source) ^18.4.0 -> ^18.4.2 age adoption passing confidence
caniuse-lite 1.0.30001679 -> 1.0.30001683 age adoption passing confidence
cypress (source) ^13.15.2 -> ^13.16.0 age adoption passing confidence
eslint (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence
eslint-plugin-n ^17.13.1 -> ^17.14.0 age adoption passing confidence
jest-preset-angular (source) ^14.2.4 -> ^14.3.3 age adoption passing confidence
sass ^1.80.6 -> ^1.81.0 age adoption passing confidence
typescript-eslint (source) ^8.13.0 -> ^8.15.0 age adoption passing confidence

Release Notes

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

v18.2.12

Compare Source

@​angular/cli
Commit Type Description
c3925ed7f fix support default options for multiselect list x-prompt
@​angular/build
Commit Type Description
c8bee8415 fix allow .js file replacements in all configuration cases
93f552112 fix improve URL rebasing for hyphenated Sass namespaced variables
angular-eslint/angular-eslint (@​angular-eslint/builder)

v18.4.2

Compare Source

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

v18.4.1

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)

v18.4.2

Compare Source

🩹 Fixes
  • eslint-plugin: fix placement of lifecycle interface for subclasses (#​1965)
  • eslint-plugin: handle output() and input() functions in various rules (#​2098)
❤️ Thank You

v18.4.1

Compare Source

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

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

v18.4.2

Compare Source

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

v18.4.1

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)

v18.4.2

Compare Source

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

v18.4.1

Compare Source

🩹 Fixes
  • update dependency ignore to v6 (#​2047)
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v18.4.2

Compare Source

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

v18.4.1

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/animations)

v18.2.12

Compare Source

compiler-cli
Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#​58548)
release-it/conventional-changelog (@​release-it/conventional-changelog)

v9.0.3

Compare Source

angular-eslint/angular-eslint (angular-eslint)

v18.4.2

Compare Source

🩹 Fixes
  • angular-eslint: allow using angular-eslint with ng add and ng update (#​2134)
❤️ Thank You

v18.4.1

Compare Source

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

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001683

Compare Source

v1.0.30001682

Compare Source

v1.0.30001680

Compare Source

cypress-io/cypress (cypress)

v13.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-16-0

eslint/eslint (eslint)

v9.15.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.14.0

Compare Source

🌟 Features

v17.13.2

Compare Source

🩹 Fixes
  • no-missing-require: handle multiple resolvePaths (#​383) (df6ad2a)
thymikee/jest-preset-angular (jest-preset-angular)

v14.3.3

Compare Source

Please refer to CHANGELOG.md for details.

v14.3.2

Compare Source

Bug Fixes
  • fix: include version from package.json into cache key (de02c79), closes #​2844

v14.3.1

Compare Source

Documentation
  • docs: simplify README.md about installation and configuration (79ea18b)

v14.3.0

Compare Source

Features
  • feat: add new setup test env functions (21c0238), closes #​354 #​2755
  • feat: build package with type definitions (a269daa)
  • feat: deprecate setup-jest.js and setup-jest.mjs (a304036)
Code Refactoring
  • test: switch example app test config files to ts (e61f1ff)
sass/dart-sass (sass)

v1.81.0

Compare Source

  • Fix a few cases where deprecation warnings weren't being emitted for global
    built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long
    as that argument might be a unitless number.

v1.80.7

Compare Source

Embedded Host
  • Don't treat 0 as undefined for the green and blue channels in the
    LegacyColor constructor.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.15.0

Compare Source

🚀 Features
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#​10333)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • add missing peer dependencies (#​9744)
❤️ Thank You

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

v8.14.0

Compare Source

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.


Configuration

📅 Schedule: Branch creation - "every 2 weeks on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Nov 22, 2024
Copy link

stackblitz bot commented Nov 22, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ae3d731) to head (bbfef20).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1498   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          950       950           
  Branches       306       321   +15     
=========================================
  Hits           950       950           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from eadd5a7 to 28bc09c Compare November 23, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant