Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bazel/esbuild 4.6.2 -> 5.8.1 age adoption passing confidence

Release Notes

bazelbuild/rules_nodejs (@​bazel/esbuild)

v5.8.1

Compare Source

Bug Fixes
  • builtin: convert pkg_web to use cjs instead of js (#​3500) (d36a73a)
  • concatjs: resolve error with TypeScript 5.0 (e073e18)
Features

v5.7.3

Compare Source

Bug Fixes
  • builtin: entry point from sources used when used as tool (#​3605) (417711d)

v5.7.2

Compare Source

Bug Fixes

v5.7.1

Compare Source

v5.7.0

Compare Source

Bug Fixes
  • builtin: fix a bug where the launcher produces incorrect runfiles path on windows (#​3562) (b02128b)
  • builtin: use updated rules_js launcher logic to source RUNFILES (#​3557) (c725169)
Features

v5.6.0

Compare Source

Bug Fixes
Features
  • create: introduce --workspaceDir flag (3a28a02)
  • add support for darwin arm for concatjs (#​3554) (acf88a1)

5.5.4 (2022-09-10)

Bug Fixes
  • ts_project fail if root_dir used deep in source tree (#​3535) (dccbb63)
  • make catch-all node_modules target name configurable in yarn_install and npm_install (#​3538) (6c462c4)

5.5.3 (2022-08-01)

Bug Fixes
  • delete ngrx from README. Currently not used (#​3513) (828d77c)
  • concatjs: sync with internal change to ensure it works with tsickle host (#​3510) (78a0528)
  • limit concurrency when generating BUILD files in npm_install and yarn_install (#​3509) (4001716)

5.5.2 (2022-07-10)

Bug Fixes

5.5.1 (2022-06-24)

Bug Fixes
  • builtin: fix an bug where a nodejs_binary would fail to resolve an npm package when the linker is disabled (#​3492) (8a2dfc8)
  • typescript: remove protobufjs dependency (#​3491) (d46502d)
  • deterministic output from ts_options_validator (#​3462) (d69c646), closes #​3461

v5.5.4

Compare Source

Bug Fixes
  • ts_project fail if root_dir used deep in source tree (#​3535) (dccbb63)
  • make catch-all node_modules target name configurable in yarn_install and npm_install (#​3538) (6c462c4)

v5.5.3

Compare Source

Bug Fixes
  • delete ngrx from README. Currently not used (#​3513) (828d77c)
  • concatjs: sync with internal change to ensure it works with tsickle host (#​3510) (78a0528)
  • limit concurrency when generating BUILD files in npm_install and yarn_install (#​3509) (4001716)

v5.5.2

Compare Source

Bug Fixes

v5.5.1

Compare Source

Bug Fixes
  • builtin: fix an bug where a nodejs_binary would fail to resolve an npm package when the linker is disabled (#​3492) (8a2dfc8)
  • typescript: remove protobufjs dependency (#​3491) (d46502d)
  • deterministic output from ts_options_validator (#​3462) (d69c646), closes #​3461

v5.5.0

Compare Source

Bug Fixes
Features

5.4.2 (2022-04-29)

Bug Fixes
Features

5.4.1 (2022-04-25)

Bug Fixes
  • concatjs: resolve error with TypeScript 4.7 (#​3420) (1074231)
  • enable stardoc generation for rules that depend on ts in core (#​3394) (5d1c2ad)
  • builtin: fix a bug where mjs entry points were not added to (#​3406) (e24473c)
  • builtin: improve execution requirements for copy file operations (#​3413) (43e478d)
  • jasmine: allow cjs specs + add cjs/mjs tests (#​3401) (dd7e778)

v5.4.2

Compare Source

Bug Fixes
Features

v5.4.1

Compare Source

Bug Fixes
  • concatjs: resolve error with TypeScript 4.7 (#​3420) (1074231)
  • enable stardoc generation for rules that depend on ts in core (#​3394) (5d1c2ad)
  • builtin: fix a bug where mjs entry points were not added to (#​3406) (e24473c)
  • builtin: improve execution requirements for copy file operations (#​3413) (43e478d)
  • jasmine: allow cjs specs + add cjs/mjs tests (#​3401) (dd7e778)

v5.4.0

Compare Source

Bug Fixes
  • exports_directories_only causes node to resolve from runfiles/node_modules (#​3380) (5bf3782)
  • use -R in copy_file(is_dir=True) so macos & linux behavior are the same (#​3383) (2fd97fb)
  • use python3 instead of python in unittest.bash (#​3382) (b74d12d)
Features
  • builtin: add basic ESM support (bc62f37)
  • jasmine: add basic ESM support (b4b2c74)

5.3.1 (2022-03-29)

Bug Fixes

v5.3.1

Compare Source

Bug Fixes

v5.3.0

Compare Source

Bug Fixes
  • builtin: yarn_install with vendored yarn .cjs file breaks (#​3350) (4a025c0)
  • builtin: default STDOUT_CAPTURE_IS_NOT_AN_OUTPUT to falsey (#​3364) (11952b1)
  • concatjs: tsc-wrapped compilation workers are subject to linker race-conditions (#​3370) (d907eb5)
  • jasmine: sharded test never fail when using Jasmine < 4 (#​3360) (add1452)
  • update source for generated docs (#​3354) (097732b)
  • runfiles: use normalized paths when guarding runfiles root and node_modules on Windows (#​3331) (7993296)
Features
  • builtin: add silent_on_success option to npm_package_bin (#​3336) (78aefa3)

v5.2.0

Compare Source

Bug Fixes
  • builtin: avoid unnecessary chdir to prevent worker threads from failing (550673f)
  • builtin: take custom node_repositories value into account when checking if Node version exists for the platform (#​3339) (5a1cbfa)
  • builtin: use srcs on genrule to not build tool for host (#​3344) (17e3e2b)
  • typescript: account for rootDir when predicting json output paths (#​3348) (bd36cd0), closes #​3330
Features
  • builtin: perform make variable substitution in npm_package_bin env vars (#​3343) (dfe4392)
  • examples: example jest add junit reporter (#​3338) (840395f)
  • typescript: warn the user when rootDirs looks wrong in ts_proje… (#​3126) (8df86cc)

v5.1.0

Compare Source

Bug Fixes
  • builtin: make linker aspect run in constant time per target (522fd7c)
  • builtin: reduce linker debug string allocations (#​3309) (fb2eeac)
  • typescript: include workspace name in relativize helper (f78a2b8)
Features
  • typescript: added support for using non-file targets in srcs of ts_project (96d37b6)
  • typescript: moved file functions to tslb.bzl (20c5c58)

5.0.2 (2022-01-27)

Bug Fixes
  • jasmine: can not reference runner when exports_directories_only=… (#​3293) (0be0eeb)
  • use robocopy in copy_file#is_directory so we don't hit 254 file path limit of xcopy (#​3295) (ed0249b)
  • builtin: pass kwargs from node_repositories helper (#​3287) (b446fa1)
  • jasmine: replace deprecated Jasmine APIs that have been removed in version 4 (#​3283) (bde750b), closes #​3289

5.0.1 (2022-01-24)

Bug Fixes
  • builtin: prevent usage with InputArtifact directories (553ef27)
  • create: add missing workspace dependency call (d15c3dd)

v5.0.2

Compare Source

Bug Fixes
  • jasmine: can not reference runner when exports_directories_only=… (#​3293) (0be0eeb)
  • use robocopy in copy_file#is_directory so we don't hit 254 file path limit of xcopy (#​3295) (ed0249b)
  • builtin: pass kwargs from node_repositories helper (#​3287) (b446fa1)
  • jasmine: replace deprecated Jasmine APIs that have been removed in version 4 (#​3283) (bde750b), closes #​3289

v5.0.1

Compare Source

Bug Fixes
  • builtin: prevent usage with InputArtifact directories (553ef27)
  • create: add missing workspace dependency call (d15c3dd)

v5.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from sgammon as a code owner July 30, 2023 06:50
Copy link
Member

@sgammon sgammon left a comment

Choose a reason for hiding this comment

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

👎🏻

@sgammon sgammon closed this Jul 30, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 30, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/bazel-esbuild-5.x branch July 30, 2023 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant