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

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 18.1.4 -> 18.2.0 age adoption passing confidence
@angular-eslint/builder (source) 18.2.0 -> 18.3.0 age adoption passing confidence
@angular-eslint/eslint-plugin (source) 18.2.0 -> 18.3.0 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) 18.2.0 -> 18.3.0 age adoption passing confidence
@angular-eslint/schematics (source) 18.2.0 -> 18.3.0 age adoption passing confidence
@angular-eslint/template-parser (source) 18.2.0 -> 18.3.0 age adoption passing confidence
@angular/cli 18.1.4 -> 18.2.0 age adoption passing confidence
@angular/common (source) 18.1.4 -> 18.2.0 age adoption passing confidence
@angular/compiler (source) 18.1.4 -> 18.2.0 age adoption passing confidence
@angular/compiler-cli (source) 18.1.4 -> 18.2.0 age adoption passing confidence
@angular/core (source) 18.1.4 -> 18.2.0 age adoption passing confidence
@angular/forms (source) 18.1.4 -> 18.2.0 age adoption passing confidence
@angular/language-service (source) 18.1.4 -> 18.2.0 age adoption passing confidence
@angular/platform-browser (source) 18.1.4 -> 18.2.0 age adoption passing confidence
@angular/platform-browser-dynamic (source) 18.1.4 -> 18.2.0 age adoption passing confidence
@angular/router (source) 18.1.4 -> 18.2.0 age adoption passing confidence
@types/node (source) 20.14.15 -> 20.16.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.0.1 -> 8.1.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.0.1 -> 8.1.0 age adoption passing confidence
eslint-plugin-jsdoc 50.0.1 -> 50.2.2 age adoption passing confidence
lint-staged 15.2.8 -> 15.2.9 age adoption passing confidence
ng-packagr 18.1.0 -> 18.2.0 age adoption passing confidence
pnpm (source) 9.7.0 -> 9.7.1 age adoption passing confidence
semantic-release 24.0.0 -> 24.1.0 age adoption passing confidence

Release Notes

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

v18.2.0

Compare Source

@​angular/build
Commit Type Description
182ecbd18 fix allow explicitly disabling TypeScript incremental mode
34908a3fc fix lazy load Node.js inspector for dev server
angular-eslint/angular-eslint (@​angular-eslint/builder)

v18.3.0

Compare Source

🩹 Fixes
  • ensure consistent nx dependency versions
❤️ Thank You
  • James Henry
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)

v18.3.0

Compare Source

🚀 Features
  • eslint-plugin: new rule runtime-localize
❤️ Thank You
  • m-akinc
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v18.3.0

Compare Source

🩹 Fixes
  • eslint-plugin-template: [interactive-supports-focus] allowList with form as default option to support event bubbling

  • eslint-plugin-template: [prefer-self-closing-tags] fix ng-content with rich default content

  • prefer-self-closing-tags: handle both forward and backward slash

❤️ Thank You
  • Daniel Kimmich
  • Sandi Barr
  • Simon
angular-eslint/angular-eslint (@​angular-eslint/schematics)

v18.3.0

Compare Source

🩹 Fixes
  • ensure consistent nx dependency versions

  • update dependency eslint to v9.9.0

  • update dependency ignore to v5.3.2

  • update typescript-eslint packages to v8.0.1

  • update typescript-eslint packages to v8.1.0

❤️ Thank You
  • James Henry
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v18.3.0

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)

v18.2.0

Compare Source

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
compiler
Commit Type Description
c8e2885136 feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#​56295) (#​56295)
compiler-cli
Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#​56892)
c76b440ac0 fix add warning for unused let declarations (#​57033)
0f0a1f2836 fix emitting references to ngtypecheck files (#​57138)
6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#​57033)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#​57212)
core
Commit Type Description
f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#​57239)
fab673a1dd feat add ng generate schematic to convert to inject (#​57056)
7919982063 feat Add whenStable helper on ApplicationRef (#​57190)
3459289ef0 feat bootstrapModule can configure NgZone in providers (#​57060)
296216cbe1 fix Allow hybrid CD scheduling to support multiple "Angular zones" (#​57267)
8718abce90 fix Deprecate ignoreChangesOutsideZone option (#​57029)
827070e331 fix Do not run image performance warning checks on server (#​57234)
ca89ef9141 fix handle shorthand assignment in the inject migration (#​57134)
5dcdbfcba9 fix rename the equality function option in toSignal (#​56769)
2a4f488a6c fix warnings for oversized images and lazy-lcp present with bootstrapModule (#​57060)
language-service
Commit Type Description
4bb558ab0c feat support writing code refactorings (#​56895)
7663debce1 perf quick exit if no code fixes can exist (#​57000)
migrations
Commit Type Description
147eee4253 feat add migration to convert standalone component routes to be lazy loaded (#​56428)
cb442a0ce7 fix account for parameters with union types (#​57127)
166166d79e fix add alias to inject migration (#​57127)
b1a9d0f4de fix avoid duplicating comments when generating properties (#​57367)
5d76401ff5 fix preserve optional parameters (#​57367)
1cf616f671 fix remove generic arguments from the injected type reference (#​57127)
ba0df30ef6 fix remove unused imports in inject migration (#​57179)
aae9646a1b fix unwrap injected forwardRef (#​57127)
604270619a perf speed up signal input migration by combining two analyze phases (#​57318)
router
Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#​57198)

v18.1.5

Compare Source

compiler-cli
Commit Type Description
5401332b0e fix generate valid TS 5.6 type checking code (#​57303)
core
Commit Type Description
e39b22a932 fix Account for addEventListener to be passed a Window or Document. (#​57282)
db65bc25ca fix Account for addEventListener to be passed a Window or Document. (#​57354)
0e024ecc27 fix complete post-hydration cleanup in components that use ViewContainerRef (#​57300)
822db64b93 fix skip hydration for i18n nodes that were not projected (#​57356)
810f76f574 fix take skip hydration flag into account while hydrating i18n blocks (#​57299)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.1.0

Compare Source

🚀 Features
  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

🩹 Fixes
  • eslint-plugin: [no-unsafe-enum-comparison] typo in test

  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references

  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

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

v8.1.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.

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

v50.2.2

Compare Source

Bug Fixes
  • check-param-names: check against whitelist of acceptable function nodes so that non-function global contexts do not err; fixes #​1303 (288f0ae)

v50.2.1

Compare Source

v50.2.0

Compare Source

v50.1.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
ng-packagr/ng-packagr (ng-packagr)

v18.2.0

Compare Source

pnpm/pnpm (pnpm)

v9.7.1

Compare Source

semantic-release/semantic-release (semantic-release)

v24.1.0

Compare Source


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 19, 2024 02:00
@renovate renovate bot merged commit 6fb7000 into main Aug 19, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 19, 2024 02:01
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