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

build: update all non-major dependencies #29223

Merged

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Dec 24, 2024

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.1 -> 8.19.0
@typescript-eslint/parser (source) devDependencies minor 8.18.1 -> 8.19.0
fast-glob dependencies patch 3.3.2 -> 3.3.3
fast-glob devDependencies patch 3.3.2 -> 3.3.3
lmdb optionalDependencies patch 3.2.0 -> 3.2.2
lmdb devDependencies patch 3.2.0 -> 3.2.2
rollup (source) dependencies minor 4.29.1 -> 4.30.0
rollup (source) devDependencies minor 4.29.1 -> 4.30.0
sass dependencies patch 1.83.0 -> 1.83.1
sass devDependencies patch 1.83.0 -> 1.83.1
vite (source) dependencies patch 6.0.5 -> 6.0.7
vite (source) devDependencies patch 6.0.5 -> 6.0.7

Release Notes

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

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

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

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

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

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

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

v8.18.2

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.

mrmlnc/fast-glob (fast-glob)

v3.3.3

Compare Source

Full Changelog: mrmlnc/fast-glob@3.3.2...3.3.3

💬 Common
🐛 Bug fixes
  • Apply absolute negative patterns to full path instead of file path (#​441, thanks @​webpro)
kriszyp/lmdb-js (lmdb)

v3.2.2

Compare Source

v3.2.1

Compare Source

rollup/rollup (rollup)

v4.30.0

Compare Source

2025-01-06

Features
  • Inline values of resolvable unary expressions for improved tree-shaking (#​5775)
Pull Requests

v4.29.2

Compare Source

2025-01-05

Bug Fixes
  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#​5781)
Pull Requests
sass/dart-sass (sass)

v1.83.1

Compare Source

  • Fix a bug where --quiet-deps would get deactivated for @content blocks,
    even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine
    what to pass to --silence-deprecation or --fatal-deprecation.

vitejs/vite (vite)

v6.0.7

Compare Source

v6.0.6

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, 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 Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Dec 24, 2024
@angular-robot
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
/bin/sh: 1: pnpm: not found

@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Dec 24, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from fa9621d to 5f8ec5b Compare December 26, 2024 02:25
@angular-robot angular-robot changed the title build: update all non-major dependencies to v8.18.2 build: update all non-major dependencies Dec 26, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 7 times, most recently from 125cb81 to c62b50a Compare January 6, 2025 07:05
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from c62b50a to 9e2c6fa Compare January 6, 2025 10:06
@alan-agius4 alan-agius4 merged commit 9b57ff0 into angular:main Jan 6, 2025
30 checks passed
@alan-agius4 alan-agius4 deleted the ng-renovate/all-minor-patch branch January 6, 2025 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants