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.12 age adoption passing confidence devDependencies patch
@angular-eslint/eslint-plugin (source) 19.0.0 -> 19.0.2 age adoption passing confidence devDependencies patch
@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.12 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.6.1 age adoption passing confidence devDependencies minor
@commitlint/config-angular (source) 19.5.0 -> 19.6.0 age adoption passing confidence devDependencies minor
@eslint/js (source) 9.12.0 -> 9.17.0 age adoption passing confidence devDependencies minor
@types/jasmine (source) 5.1.4 -> 5.1.5 age adoption passing confidence devDependencies patch
@types/lodash (source) 4.17.10 -> 4.17.13 age adoption passing confidence devDependencies patch
@types/node (source) 22.8.2 -> 22.10.2 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.0.2 age adoption passing confidence devDependencies patch
chokidar 4.0.1 -> 4.0.3 age adoption passing confidence devDependencies patch
concurrently 9.0.1 -> 9.1.0 age adoption passing confidence devDependencies minor
core-js (source) 3.31.0 -> 3.39.0 age adoption passing confidence dependencies minor
eslint (source) 9.12.0 -> 9.17.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.5.0 age adoption passing confidence devDependencies minor
lint-staged 15.2.10 -> 15.2.11 age adoption passing confidence devDependencies patch
node (source) 22.11.0 -> 22.12.0 age adoption passing confidence minor
nodemon (source) 3.1.7 -> 3.1.9 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.2 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.10.0 -> 8.18.1 age adoption passing confidence devDependencies minor
uuid 11.0.1 -> 11.0.3 age adoption passing confidence devDependencies patch
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.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

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.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.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.6.0

Compare Source

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

eslint/eslint (@​eslint/js)

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

v9.16.0

Compare Source

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

Features

Bug Fixes

Documentation


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 8d0fd15 to 4d3483c Compare November 26, 2024 04:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 0b2ca0a to 0d6c394 Compare December 2, 2024 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3b52a35 to 413bed2 Compare December 10, 2024 09:01
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8c009de to c7a688f Compare December 16, 2024 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c7a688f to 768e071 Compare December 19, 2024 02:25
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