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

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 18.2.3 -> 18.2.4 age adoption passing confidence
@angular-eslint/builder (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@angular-eslint/eslint-plugin (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@angular-eslint/schematics (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@angular-eslint/template-parser (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@angular/cli 18.2.3 -> 18.2.4 age adoption passing confidence
@angular/common (source) 18.2.3 -> 18.2.4 age adoption passing confidence
@angular/compiler (source) 18.2.3 -> 18.2.4 age adoption passing confidence
@angular/compiler-cli (source) 18.2.3 -> 18.2.4 age adoption passing confidence
@angular/core (source) 18.2.3 -> 18.2.4 age adoption passing confidence
@angular/forms (source) 18.2.3 -> 18.2.4 age adoption passing confidence
@angular/language-service (source) 18.2.3 -> 18.2.4 age adoption passing confidence
@angular/platform-browser (source) 18.2.3 -> 18.2.4 age adoption passing confidence
@angular/platform-browser-dynamic (source) 18.2.3 -> 18.2.4 age adoption passing confidence
@angular/router (source) 18.2.3 -> 18.2.4 age adoption passing confidence
@commitlint/config-conventional (source) 19.4.1 -> 19.5.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.4.0 -> 8.5.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.4.0 -> 8.5.0 age adoption passing confidence
commitlint (source) 19.4.1 -> 19.5.0 age adoption passing confidence
eslint-plugin-jsdoc 50.2.2 -> 50.2.3 age adoption passing confidence
husky 9.1.5 -> 9.1.6 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
semantic-release 24.1.0 -> 24.1.1 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence

Release Notes

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

v18.2.4

Compare Source

@​angular/build
Commit Type Description
765309a2e fix prevent transformation of Node.js internal dependencies by Vite
angular-eslint/angular-eslint (@​angular-eslint/builder)

v18.3.1

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

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v18.3.1

Compare Source

🩹 Fixes
  • template-parser: visit receiver of Call expression

  • template-parser: visit receiver of Call expression"

  • template-parser: visit receiver of Call expression

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

v18.3.1

Compare Source

🩹 Fixes
  • update dependency eslint to v9.9.1

  • update typescript-eslint packages to v8.2.0

angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v18.3.1

Compare Source

🩹 Fixes
  • template-parser: visit receiver of Call expression

  • template-parser: visit receiver of Call expression"

  • template-parser: visit receiver of Call expression

❤️ Thank You
  • James Henry
  • Paweł Maniecki
angular/angular (@​angular/common)

v18.2.4

Compare Source

compiler
Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#​57711)
migrations
Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#​57684)
conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.5.0

Compare Source

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

19.4.1 (2024-08-28)

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

19.2.2 (2024-04-14)

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

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

v8.5.0

Compare Source

🚀 Features
  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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

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

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

conventional-changelog/commitlint (commitlint)

v19.5.0

Compare Source

Note: Version bump only for package commitlint

19.4.1 (2024-08-28)

Note: Version bump only for package commitlint

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

v50.2.3

Compare Source

Bug Fixes
  • require-jsdoc: avoid erring on static blocks (8222262)
typicode/husky (husky)

v9.1.6

Compare Source

pnpm/pnpm (pnpm)

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

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

v24.1.1

Compare Source

microsoft/TypeScript (typescript)

v5.6.2

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) September 16, 2024 02:01
@renovate renovate bot merged commit d160a05 into main Sep 16, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 16, 2024 02:02
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