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

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Nov 15, 2024

This PR contains the following updates:

Package Type Update Change
@bazel/bazelisk devDependencies minor 1.23.0 -> 1.24.0
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.14.0 -> 8.15.0
@typescript-eslint/parser (source) devDependencies minor 8.14.0 -> 8.15.0
husky devDependencies patch 9.1.6 -> 9.1.7
lmdb optionalDependencies patch 3.1.5 -> 3.1.6
lmdb devDependencies patch 3.1.5 -> 3.1.6
magic-string dependencies patch 0.30.12 -> 0.30.13
magic-string devDependencies patch 0.30.12 -> 0.30.13
rollup (source) dependencies minor 4.26.0 -> 4.27.3
rollup (source) devDependencies minor 4.26.0 -> 4.27.3
sass dependencies minor 1.80.7 -> 1.81.0
sass devDependencies minor 1.80.7 -> 1.81.0
verdaccio (source) devDependencies patch 6.0.1 -> 6.0.2

Release Notes

bazelbuild/bazelisk (@​bazel/bazelisk)

v1.24.0

Compare Source

Bazelisk v1.24.0 comes with a new feature:

New Features (Go)

  • Implemented support for a new wildcard version identifier: Users may now specify a version like 7.* that refers to the latest release or candidate from the given LTS track. Please note that this is different from the existing 7.x identifier which only matches releases, but not candidates (https://github.com/bazelbuild/bazelisk/pull/636).

We’d like to thank our amazing users & contributors!

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

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

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

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

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

typicode/husky (husky)

v9.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

kriszyp/lmdb-js (lmdb)

v3.1.6

Compare Source

rich-harris/magic-string (magic-string)

v0.30.13

Compare Source

Features
rollup/rollup (rollup)

v4.27.3

Compare Source

2024-11-18

Bug Fixes
  • Revert object property tree-shaking for now (#​5736)
Pull Requests

v4.27.2

Compare Source

2024-11-15

Bug Fixes
  • Ensure unused variables in patterns are always deconflicted if rendered (#​5728)
Pull Requests

v4.27.1

Compare Source

2024-11-15

Bug Fixes
  • Fix some situations where parameter declarations could put Rollup into an infinite loop (#​5727)
Pull Requests

v4.27.0

Compare Source

2024-11-15

Features
  • Tree-shake unused properties in object literals (#​5420)
Bug Fixes
  • Change hash length limit to 21 to avoid inconsistent hash length (#​5423)
Pull Requests
sass/dart-sass (sass)

v1.81.0

Compare Source

  • Fix a few cases where deprecation warnings weren't being emitted for global
    built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long
    as that argument might be a unitless number.

verdaccio/verdaccio (verdaccio)

v6.0.2

Compare Source

6.0.2 (2024-11-17)

What's Changed

Full Changelog: verdaccio/verdaccio@v6.0.1...v6.0.2


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 Nov 15, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Nov 15, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 2 times, most recently from 567f265 to 1fe2153 Compare November 15, 2024 16:18
Copy link
Contributor

@jkrems jkrems left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See: https://github.com/rollup/rollup/releases

There appears to be some bugs in the newly added code in rollup to remove unused properties in object literals. It sounds like the resulting changes are causing issues more generally.

Right now I'm strongly leaning towards not landing this dep bump for the final RC today.

@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 7 times, most recently from dcfc5cd to 9975a7c Compare November 18, 2024 19:17
@dgp1130
Copy link
Collaborator

dgp1130 commented Nov 19, 2024

I considered merging this today now that v19 is out, but I'm inclined to wait another week or two just in case we need a fast follow fix for something else and I'd rather not run into a problem from this.

@alan-agius4
Copy link
Collaborator

@dgp1130, the rollup change was reverted.

@jkrems
Copy link
Contributor

jkrems commented Nov 19, 2024

Either works for me (merge or delay). I think the risk is pretty low now since rollup had some time to mitigate.

@dgp1130 dgp1130 merged commit fe1af9f into angular:main Nov 21, 2024
30 checks passed
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch November 21, 2024 20:14
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.

4 participants