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

fix(deps): update all non-major dependencies #2736

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular 18.2.9 -> 18.2.14 age adoption passing confidence devDependencies patch
@angular-eslint/eslint-plugin (source) 19.0.0 -> 19.1.0 age adoption passing confidence devDependencies minor
@angular/animations (source) 18.2.8 -> 18.2.13 age adoption passing confidence dependencies patch
@angular/cdk 18.2.9 -> 18.2.14 age adoption passing confidence dependencies patch
@angular/cli 18.2.9 -> 18.2.14 age adoption passing confidence devDependencies patch
@angular/common (source) 18.2.8 -> 18.2.13 age adoption passing confidence dependencies patch
@angular/compiler (source) 18.2.8 -> 18.2.13 age adoption passing confidence dependencies patch
@angular/compiler-cli (source) 18.2.8 -> 18.2.13 age adoption passing confidence devDependencies patch
@angular/core (source) 18.2.8 -> 18.2.13 age adoption passing confidence dependencies patch
@angular/forms (source) 18.2.8 -> 18.2.13 age adoption passing confidence dependencies patch
@angular/language-service (source) 18.2.8 -> 18.2.13 age adoption passing confidence devDependencies patch
@angular/material 18.2.9 -> 18.2.14 age adoption passing confidence dependencies patch
@angular/platform-browser (source) 18.2.8 -> 18.2.13 age adoption passing confidence dependencies patch
@angular/platform-browser-dynamic (source) 18.2.8 -> 18.2.13 age adoption passing confidence dependencies patch
@angular/router (source) 18.2.8 -> 18.2.13 age adoption passing confidence dependencies patch
@angular/service-worker (source) 18.2.8 -> 18.2.13 age adoption passing confidence dependencies patch
@commitlint/cli (source) 19.5.0 -> 19.7.1 age adoption passing confidence devDependencies minor
@commitlint/config-angular (source) 19.5.0 -> 19.7.1 age adoption passing confidence devDependencies minor
@eslint/js (source) 9.12.0 -> 9.21.0 age adoption passing confidence devDependencies minor
@types/jasmine (source) 5.1.4 -> 5.1.7 age adoption passing confidence devDependencies patch
@types/lodash (source) 4.17.10 -> 4.17.15 age adoption passing confidence devDependencies patch
@types/node (source) 22.8.2 -> 22.13.5 age adoption passing confidence devDependencies minor
@types/prismjs (source) 1.26.0 -> 1.26.5 age adoption passing confidence devDependencies patch
angular-eslint (source) 19.0.0 -> 19.1.0 age adoption passing confidence devDependencies minor
chokidar 4.0.1 -> 4.0.3 age adoption passing confidence devDependencies patch
concurrently 9.0.1 -> 9.1.2 age adoption passing confidence devDependencies minor
core-js (source) 3.31.0 -> 3.40.0 age adoption passing confidence dependencies minor
eslint (source) 9.12.0 -> 9.21.0 age adoption passing confidence devDependencies minor
husky 9.1.6 -> 9.1.7 age adoption passing confidence devDependencies patch
jasmine-core (source) 5.0.1 -> 5.6.0 age adoption passing confidence devDependencies minor
lint-staged 15.2.10 -> 15.4.3 age adoption passing confidence devDependencies minor
node (source) 22.11.0 -> 22.14.0 age adoption passing confidence minor
nodemon (source) 3.1.7 -> 3.1.9 age adoption passing confidence dependencies patch
rxjs (source) 7.8.1 -> 7.8.2 age adoption passing confidence dependencies patch
tslib (source) 2.8.0 -> 2.8.1 age adoption passing confidence dependencies patch
typescript (source) 5.4.5 -> 5.7.3 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.10.0 -> 8.25.0 age adoption passing confidence devDependencies minor
uuid 11.0.1 -> 11.1.0 age adoption passing confidence devDependencies minor
zone.js (source, changelog) 0.14.10 -> 0.15.0 age adoption passing confidence dependencies minor

Release Notes

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

v18.2.14

Compare Source

@​angular-devkit/build-angular
Commit Type Description
9d34d28ec fix remove unused vite dependency

v18.2.13

Compare Source

@​angular/cli
Commit Type Description
deeaf1883 fix correctly select package versions in descending order during ng add
@​angular/build
Commit Type Description
fdddf2c08 fix update vite to version 5.4.14

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

v18.2.11

Compare Source

@​angular/build
Commit Type Description
87ec15ba2 fix show error message when error stack is undefined

v18.2.10

Compare Source

@​angular-devkit/build-angular
Commit Type Description
7b775f4e0 fix update http-proxy-middleware to 3.0.3
@​angular/build
Commit Type Description
b1e5f51f9 fix Address build issue in Node.js LTS versions with prerendering or SSR
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)

v19.1.0

Compare Source

🚀 Features
  • eslint-plugin: prefer-signals now checks .asReadonly() calls (#​2218)
  • eslint-plugin: prefer-signals read-only suggestion is now a fix (#​2175)
🩹 Fixes
  • eslint-plugin: [no-input-prefix] false positive on input initializer value (#​2184)
  • eslint-plugin: [prefer-signals] support linkedSignal (#​2213)
❤️ Thank You

v19.0.2

Compare Source

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

v19.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: adding prefer-signals rule to exported config (#​2150)
❤️ Thank You
angular/angular (@​angular/animations)

v18.2.13

Compare Source

migrations
Commit Type Description
06d70a25ea fix take care of tests that import both HttpClientModule & HttpClientTestingModule. (#​58777)

v18.2.12

Compare Source

compiler-cli
Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#​58548)

v18.2.11

Compare Source

core
Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#​58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#​58492) (#​58500)

v18.2.10

Compare Source

compiler
Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#​58417)
localize
Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#​58287)

v18.2.9

Compare Source

compiler-cli
Commit Type Description
b0ab653965 fix report when NgModule imports or exports itself (#​58231)
angular/components (@​angular/cdk)

v18.2.14

Compare Source

cdk
Commit Type Description
3bd89ecd5 fix table: run differ for all columns (#​30012)

v18.2.13

Compare Source

cdk
Commit Type Description
1ea3ba383 fix listbox: make tabindex zoneless compatible (#​29970)
890036064 fix table: set explicit role on all cells (#​29987)
3c7de8400 fix testing: allow use of plaintext-only for contenteditable (#​29999)
material
Commit Type Description
c643f04ef fix core: incorrect validation in get-theme-color (#​29994)
aed9094f9 fix snack-bar: prevent override of snack bar action button color (#​27511)

v18.2.12

Compare Source

material
Commit Type Description
3fc968a59 fix datepicker: use SVG icons for calendar (#​29957)

v18.2.11

Compare Source

cdk
Commit Type Description
5d1bc76430 fix tree: only handle keyboard events directly from the node
a3449dc851 perf table: Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) (#​29814)
material
Commit Type Description
a98c886163 fix button: anchor not handling disabledInteractive correctly (#​29938)
810040e8fc fix sidenav: remove IE animation workaround (#​29929)
197747e2bd fix stepper: remove IE animation workaround (#​29916)

v18.2.10

Compare Source

material
Commit Type Description
501faa9a54 fix chips: emitting end event multiple times when holding down key (#​29894)
4a0397a1c7 fix tabs: remove IE animation workaround (#​29899)
conventional-changelog/commitlint (@​commitlint/cli)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-angular)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-angular

v19.7.0

Compare Source

Note: Version bump only for package @​commitlint/config-angular

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-angular

eslint/eslint (@​eslint/js)

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.0

Compare Source

Features

  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)

Bug Fixes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 18e6b5f to fa66fb9 Compare May 25, 2023 10:58
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.14 chore(deps): update all non-major dependencies May 25, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ad0cd6c to 1f4c8d0 Compare May 30, 2023 08:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9dff2b8 to 056fcaa Compare June 9, 2023 11:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0f39d00 to 95967c9 Compare June 16, 2023 13:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 17a08e3 to 1e5d94e Compare June 26, 2023 07:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 132bd64 to ab445e2 Compare June 29, 2023 01:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 383a023 to 2c774bd Compare January 28, 2025 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7e75a8c to c808ce4 Compare February 4, 2025 01:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from af97ba6 to 3f30838 Compare February 14, 2025 02:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7b0daaf to ff77695 Compare February 22, 2025 01:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff77695 to 5124833 Compare February 22, 2025 05:38
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.

0 participants