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

Merged
merged 1 commit into from Apr 29, 2024

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Apr 26, 2024

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v4.1.3 -> v4.1.4
bazel_skylib http_archive patch 1.6.0 -> 1.6.1
inquirer (source) dependencies patch 9.2.19 -> 9.2.20
inquirer (source) devDependencies patch 9.2.19 -> 9.2.20
ng-packagr devDependencies patch 18.0.0-next.3 -> 18.0.0-next.4
quicktype-core devDependencies patch 23.0.152 -> 23.0.156
rollup (source) devDependencies minor ~4.16.0 -> ~4.17.0

Release Notes

actions/checkout (actions/checkout)

v4.1.4

Compare Source

bazelbuild/bazel-skylib (bazel_skylib)

v1.6.1

Compare Source

Release 1.6.1

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-skylib@1.6.0...1.6.1

MODULE.bazel setup

bazel_dep(name = "bazel_skylib", version = "1.6.1")

### If the Gazelle plugin is needed:
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.6.1", dev_dependency = True)

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_skylib",
    sha256 = "9f38886a40548c6e96c106b752f242130ee11aaa068a56ba7e56f4511f33e4f2",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-1.6.1.tar.gz",
        "https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-1.6.1.tar.gz",
    ],
)

load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

Additional WORKSPACE setup for the Gazelle plugin

http_archive(
    name = "bazel_skylib_gazelle_plugin",
    sha256 = "47337121076d4fc9c82079cde046431f7b1d2dd18df9c46b674522a9202d335e",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-gazelle-plugin-1.6.1.tar.gz",
        "https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-gazelle-plugin-1.6.1.tar.gz",
    ],
)

load("@​bazel_skylib_gazelle_plugin//:workspace.bzl", "bazel_skylib_gazelle_plugin_workspace")

bazel_skylib_gazelle_plugin_workspace()

load("@​bazel_skylib_gazelle_plugin//:setup.bzl", "bazel_skylib_gazelle_plugin_setup")

bazel_skylib_gazelle_plugin_setup()

Using the rules

See the source.

SBoudrias/Inquirer.js (inquirer)

v9.2.20

Compare Source

ng-packagr/ng-packagr (ng-packagr)

v18.0.0-next.4

Compare Source

Bug Fixes
  • incorrect path resolution for entry-points when generating FESM (f2cd914), closes #​2838
quicktype/quicktype (quicktype-core)

v23.0.156

Compare Source

v23.0.155

Compare Source

v23.0.154

Compare Source

v23.0.153

Compare Source

rollup/rollup (rollup)

v4.17.1

Compare Source

2024-04-29

Bug Fixes
  • Prevent infinite recursions for certain constructor invocations (#​5500)
Pull Requests

v4.17.0

Compare Source

2024-04-27

Features
  • Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#​5483)
Bug Fixes
  • Reduce browser WASM size to a fraction by changing optimization settings (#​5494)
Pull Requests

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 Apr 26, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 26, 2024
@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate and removed target: minor This PR is targeted for the next minor release labels Apr 26, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 2 times, most recently from 516c065 to ea42fd5 Compare April 26, 2024 17:12
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: merge The PR is ready for merge by the caretaker labels Apr 26, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 2 times, most recently from 265f07a to 512a710 Compare April 28, 2024 17:10
@clydin clydin merged commit 1d7531b into angular:main Apr 29, 2024
32 checks passed
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch April 29, 2024 11:12
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: rc This PR is targeted for the next release-candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants