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

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/cli 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/common (source) 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/compiler (source) 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/compiler-cli (source) 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/core (source) 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/forms (source) 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/language-service (source) 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/platform-browser (source) 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/platform-browser-dynamic (source) 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@angular/router (source) 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
@types/node (source) 20.16.0 -> 20.16.1 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.1.0 -> 8.2.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.1.0 -> 8.2.0 age adoption passing confidence devDependencies minor
core-js (source) 3.38.0 -> 3.38.1 age adoption passing confidence devDependencies patch
eslint (source) 9.9.0 -> 9.9.1 age adoption passing confidence devDependencies patch
husky 9.1.4 -> 9.1.5 age adoption passing confidence devDependencies patch
ng-packagr 18.2.0 -> 18.2.1 age adoption passing confidence devDependencies patch
node (source) 20.16.0 -> 20.17.0 age adoption passing confidence volta minor
pnpm (source) 9.7.1 -> 9.8.0 age adoption passing confidence packageManager minor
pnpm (source) 9.7.1 -> 9.8.0 age adoption passing confidence volta minor
prettier-plugin-packagejson 2.5.1 -> 2.5.2 age adoption passing confidence devDependencies patch
puppeteer (source) 23.1.0 -> 23.1.1 age adoption passing confidence devDependencies patch
tslib (source) 2.6.3 -> 2.7.0 age adoption passing confidence dependencies minor
tslib (source) 2.6.3 -> 2.7.0 age adoption passing confidence devDependencies minor
zone.js (source, changelog) 0.14.10 -> 0.15.0 age adoption passing confidence devDependencies minor

Release Notes

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

v18.2.1

Compare Source

18.2.1 (2024-08-21)

@​angular-devkit/schematics-cli
Commit Description
fix - 94e27c88b prevent bypassing select/checkbox prompts on validation failure
@​angular/cli
Commit Description
fix - 05a274a01 prevent bypassing select/checkbox prompts on validation failure
@​angular-devkit/build-angular
Commit Description
fix - ddeb2b2b9 remove outdated browser-esbuild option warning
@​angular/build
Commit Description
fix - 83b2699ab improve error message when an unhandled exception occurs during prerendering
fix - 0be4038a5 support reading on-disk files during i18n extraction
angular/angular (@​angular/common)

v18.2.1

Compare Source

core
Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#​56932)
286012fb89 fix handle hydration of components that project content conditionally (#​57383)
migrations
Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#​57389)
3b63082384 fix avoid migrating route component in tests (#​57317)
6b4357fae4 fix preserve type when using inject decorator (#​57389)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.2.0

Compare Source

🚀 Features
  • eslint-plugin: add suggestion to require-await to remove async keyword
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

  • eslint-plugin: delete [] in message if ReadOnly<string[]> is detected

  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections

❤️ Thank You
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

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

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

v8.2.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.38.1

Compare Source

eslint/eslint (eslint)

v9.9.1

Compare Source

typicode/husky (husky)

v9.1.5

Compare Source

ng-packagr/ng-packagr (ng-packagr)

v18.2.1

Compare Source

18.2.1 (2024-08-21)
nodejs/node (node)

v20.17.0

Compare Source

pnpm/pnpm (pnpm)

v9.8.0

Compare Source

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.2

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.10.1 (44fef1d)
puppeteer/puppeteer (puppeteer)

v23.1.1

Compare Source

Microsoft/tslib (tslib)

v2.7.0

Compare Source

angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features

0.14.2 (2023-11-03)

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

14.0.1 (2023-10-25)

Bug Fixes

Configuration

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

🚦 Automerge: Enabled.

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 enabled auto-merge (rebase) August 26, 2024 01:22
@renovate renovate bot merged commit 42b3499 into main Aug 26, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 26, 2024 01:23
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