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

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular ^18.0.6 -> ^18.0.7 age adoption passing confidence
@angular-eslint/builder (source) ^18.0.1 -> ^18.1.0 age adoption passing confidence
@angular-eslint/eslint-plugin (source) ^18.0.1 -> ^18.1.0 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) ^18.0.1 -> ^18.1.0 age adoption passing confidence
@angular-eslint/schematics (source) ^18.0.1 -> ^18.1.0 age adoption passing confidence
@angular-eslint/template-parser (source) ^18.0.1 -> ^18.1.0 age adoption passing confidence
@angular/animations (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@angular/cli ^18.0.6 -> ^18.0.7 age adoption passing confidence
@angular/common (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@angular/compiler (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@angular/compiler-cli (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@angular/core (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@angular/forms (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@angular/language-service (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@angular/platform-browser (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@angular/router (source) ^18.0.5 -> ^18.0.6 age adoption passing confidence
@types/node (source) ^20.14.9 -> ^20.14.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.14.1 -> ^7.15.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.14.1 -> ^7.15.0 age adoption passing confidence
caniuse-lite 1.0.30001638 -> 1.0.30001640 age adoption passing confidence
cypress (source) ^13.12.0 -> ^13.13.0 age adoption passing confidence
dompurify ^3.1.5 -> ^3.1.6 age adoption passing confidence
npm-run-all2 ^6.2.0 -> ^6.2.2 age adoption passing confidence
release-it ^17.4.0 -> ^17.4.1 age adoption passing confidence

Release Notes

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

v18.0.7

Compare Source

18.0.7 (2024-07-03)

@​angular/cli
Commit Description
fix - 67bf90131 make ng update to keep newline at the end of package.json
@​angular-devkit/build-angular
Commit Description
fix - 9b43ecbd0 reduce the number of max workers to available CPUs minus one
fix - 03dad6806 rollback terser to 5.29.2
@​angular/build
Commit Description
fix - fc928f638 correctly name entry points to match budgets
fix - 2d51e8607 redirect to path with trailing slash for asset directories
fix - 16f1c1e01 reduce the number of max workers to available CPUs minus one
angular-eslint/angular-eslint (@​angular-eslint/builder)

v18.1.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.1.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-output-readonly] support output() function
🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37
❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v18.1.0

Compare Source

🚀 Features
  • eslint-plugin: [no-call-expression] add allowPrefix and allowSuffix
🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37

  • eslint-plugin-template: [prefer-self-closing-tags] always ignore index.html files

  • eslint-plugin-template: [prefer-self-closing-tags] support ng-content with fallback content

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular-eslint/angular-eslint (@​angular-eslint/schematics)

v18.1.0

Compare Source

🩹 Fixes
  • update dependency eslint to v9.4.0

  • update dependency eslint to v9.5.0

  • update dependency eslint to v9.6.0

  • update typescript-eslint packages to v8.0.0-alpha.37

  • update typescript-eslint packages to v8.0.0-alpha.38

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v18.1.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/animations)

v18.0.6

Compare Source

common
Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#​56213)
core
Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#​56763)
fec5b80aaf fix support injection of object with null constructor. (#​56553)
router
Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#​56798)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

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

v7.15.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.

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001640

Compare Source

v1.0.30001639

Compare Source

cypress-io/cypress (cypress)

v13.13.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0

cure53/DOMPurify (dompurify)

v3.1.6: DOMPurify 3.1.6

Compare Source

  • Fixed an issue with the execution logic of attribute hooks to prevent bypasses, thanks @​kevin-mizu
  • Fixed an issue with element removal leading to uncaught errors through DOM Clobbering, thanks @​realansgar
  • Fixed a minor problem with the bower file pointing to the wrong dist path
  • Fixed several minor typos in docs, comments and comment blocks, thanks @​Rotzbua
  • Updated several development dependencies
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.2

Compare Source

Commits
  • Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d

v6.2.1

Compare Source

Merged
  • Compatibility: npm, yarn and pnpm run scripts #143
  • Use neostandard + add more static code analysis #142
  • Upgrade: Bump c8 from 9.1.0 to 10.0.0 #141
  • Upgrade: Bump p-queue from 7.4.1 to 8.0.1 #138
release-it/release-it (release-it)

v17.4.1

Compare Source


Configuration

📅 Schedule: Branch creation - "every 2 weeks on friday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Jul 5, 2024
Copy link

stackblitz bot commented Jul 5, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3b549c2) to head (b30a066).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1437   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          905       905           
  Branches       295       308   +13     
=========================================
  Hits           905       905           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ghiscoding ghiscoding merged commit 79cfbe5 into ghiscoding:master Jul 6, 2024
4 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch July 6, 2024 00:39
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.

None yet

2 participants