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

Merged

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Dec 9, 2022

This PR contains the following updates:

Package Type Update Change
@bazel/concatjs devDependencies patch 5.7.2 -> 5.7.3
@bazel/jasmine devDependencies patch 5.7.2 -> 5.7.3
@typescript-eslint/eslint-plugin devDependencies patch 5.46.0 -> 5.46.1
@typescript-eslint/parser devDependencies patch 5.46.0 -> 5.46.1
build_bazel_rules_nodejs http_archive patch 5.7.2 -> 5.7.3
esbuild optionalDependencies patch 0.16.2 -> 0.16.4
esbuild devDependencies patch 0.16.2 -> 0.16.4
esbuild-wasm dependencies patch 0.16.2 -> 0.16.4
esbuild-wasm devDependencies patch 0.16.2 -> 0.16.4
ng-packagr devDependencies patch 15.0.2 -> 15.0.3
postcss (source) dependencies patch 8.4.19 -> 8.4.20
postcss (source) devDependencies patch 8.4.19 -> 8.4.20
sass dependencies patch 1.56.1 -> 1.56.2
sass devDependencies patch 1.56.1 -> 1.56.2

Release Notes

bazelbuild/rules_nodejs

v5.7.3

Compare Source

Bug Fixes
  • builtin: entry point from sources used when used as tool (#​3605) (417711d)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.46.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v5.46.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

evanw/esbuild

v0.16.4

Compare Source

  • Fix binary downloads from the @esbuild/ scope for Deno (#​2729)

    Version 0.16.0 of esbuild moved esbuild's binary executables into npm packages under the @esbuild/ scope, which accidentally broke the binary downloader script for Deno. This release fixes this script so it should now be possible to use esbuild version 0.16.4+ with Deno.

v0.16.3

Compare Source

  • Fix a hang with the JS API in certain cases (#​2727)

    A change that was made in version 0.15.13 accidentally introduced a case when using esbuild's JS API could cause the node process to fail to exit. The change broke esbuild's watchdog timer, which detects if the parent process no longer exists and then automatically exits esbuild. This hang happened when you ran node as a child process with the stderr stream set to pipe instead of inherit, in the child process you call esbuild's JS API and pass incremental: true but do not call dispose() on the returned rebuild object, and then call process.exit(). In that case the parent node process was still waiting for the esbuild process that was created by the child node process to exit. The change made in version 0.15.13 was trying to avoid using Go's sync.WaitGroup API incorrectly because the API is not thread-safe. Instead of doing this, I have now reverted that change and implemented a thread-safe version of the sync.WaitGroup API for esbuild to use instead.

ng-packagr/ng-packagr

v15.0.3

Compare Source

postcss/postcss

v8.4.20

Compare Source

  • Fixed source map generation for childless at-rules like @layer.
sass/dart-sass

v1.56.2

Compare Source

Embedded Sass

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, click this checkbox.

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 9, 2022
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Dec 9, 2022
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 23 times, most recently from 898fdcb to 3573452 Compare December 12, 2022 17:35
@angular-robot angular-robot bot merged commit 5f718fd into angular:main Dec 12, 2022
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch December 12, 2022 19:04
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jan 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

2 participants