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

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 18.1.2 -> 18.1.3 age adoption passing confidence
@angular-eslint/builder (source) 18.1.0 -> 18.2.0 age adoption passing confidence
@angular-eslint/eslint-plugin (source) 18.1.0 -> 18.2.0 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) 18.1.0 -> 18.2.0 age adoption passing confidence
@angular-eslint/schematics (source) 18.1.0 -> 18.2.0 age adoption passing confidence
@angular-eslint/template-parser (source) 18.1.0 -> 18.2.0 age adoption passing confidence
@angular/cli 18.1.2 -> 18.1.3 age adoption passing confidence
@angular/common (source) 18.1.2 -> 18.1.3 age adoption passing confidence
@angular/compiler (source) 18.1.2 -> 18.1.3 age adoption passing confidence
@angular/compiler-cli (source) 18.1.2 -> 18.1.3 age adoption passing confidence
@angular/core (source) 18.1.2 -> 18.1.3 age adoption passing confidence
@angular/forms (source) 18.1.2 -> 18.1.3 age adoption passing confidence
@angular/language-service (source) 18.1.2 -> 18.1.3 age adoption passing confidence
@angular/platform-browser (source) 18.1.2 -> 18.1.3 age adoption passing confidence
@angular/platform-browser-dynamic (source) 18.1.2 -> 18.1.3 age adoption passing confidence
@angular/router (source) 18.1.2 -> 18.1.3 age adoption passing confidence
@types/node (source) 20.14.13 -> 20.14.14 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.17.0 -> 7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.17.0 -> 7.18.0 age adoption passing confidence
core-js (source) 3.37.1 -> 3.38.0 age adoption passing confidence
eslint-plugin-jsdoc 48.8.3 -> 48.11.0 age adoption passing confidence
husky 9.1.3 -> 9.1.4 age adoption passing confidence
karma (source) 6.4.3 -> 6.4.4 age adoption passing confidence
lint-staged 15.2.7 -> 15.2.8 age adoption passing confidence
puppeteer (source) 22.14.0 -> 22.15.0 age adoption passing confidence

Release Notes

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

v18.1.3

Compare Source

@​angular/build
Commit Type Description
a28615d7d fix add CSP nonce attribute to script tags when inline critical CSS is disabled
747a1447c fix prevent build failures with remote CSS imports when Tailwind is configured
c0933f2c0 fix resolve error with extract-i18n builder for libraries
angular-eslint/angular-eslint (@​angular-eslint/builder)

v18.2.0

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

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators
❤️ Thank You
  • James Henry
  • Paweł Maniecki
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • update dependency axobject-query to v4.1.0

  • eslint-plugin-template: add meta to preprocessor to resolve eslint cache error

❤️ Thank You
  • James Henry
  • kwiateusz
angular-eslint/angular-eslint (@​angular-eslint/schematics)

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • update dependency semver to v7.6.3
❤️ Thank You
  • James Henry
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
❤️ Thank You
  • James Henry
angular/angular (@​angular/common)

v18.1.3

Compare Source

compiler
Commit Type Description
31dea066d6 fix reduce chance of conflicts between generated factory and local variables (#​57181)
compiler-cli
Commit Type Description
1f9e090910 fix emitting references to ngtypecheck files (#​57138) (#​57202)
core
Commit Type Description
f7ab04018e fix errors during ApplicationRef.tick should be rethrown for zoneless tests (#​56993)
eaa83f9d27 fix hydration error in some let declaration setups (#​57173)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

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

v7.18.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.0

Compare Source

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

v48.11.0

Compare Source

v48.10.2

Compare Source

Bug Fixes
  • check-template-names: check for param and returns tags; fixes #​1286 (12fca71)

v48.10.1

Compare Source

Bug Fixes

v48.10.0

Compare Source

Features
  • require-template, check-template-names: add support ClassDeclaration (31d3255)
  • require-template, check-template-names: add support FunctionDeclaration (28bc1cb)
  • require-template, check-template-names: add support TSInterfaceDeclaration (320a1eb)

v48.9.3

Compare Source

Bug Fixes
  • getJsdocProcessorPlugin: ensure package.json file is consistently located (87a1270)

v48.9.2

Compare Source

v48.9.1

Compare Source

v48.9.0

Compare Source

Features
typicode/husky (husky)

v9.1.4

Compare Source

karma-runner/karma (karma)

v6.4.4

Compare Source

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

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

puppeteer/puppeteer (puppeteer)

v22.15.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 5, 2024 01:11
@renovate renovate bot merged commit 7d9b886 into main Aug 5, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 5, 2024 01:12
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