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

Update everything (major) #282

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Update everything (major) #282

merged 1 commit into from
Jan 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@bazel/buildifier 4.2.5 -> 6.4.0 age adoption passing confidence devDependencies major
@bazel/jasmine (source) 4.6.2 -> 5.8.1 age adoption passing confidence devDependencies major
@bazel/typescript (source) 4.6.2 -> 5.8.1 age adoption passing confidence devDependencies major
@types/jasmine (source) 4.6.4 -> 5.1.4 age adoption passing confidence devDependencies major
@types/node (source) 16.18.68 -> 20.10.5 age adoption passing confidence devDependencies major 20.10.6
actions/checkout v2 -> v4 age adoption passing confidence action major
cimg/base 2021.12 -> 2024.01 age adoption passing confidence docker major
cimg/node 17.9.1 -> 21.4.0 age adoption passing confidence docker major
github/codeql-action v1 -> v3 age adoption passing confidence action major
jasmine (source) 3.99.0 -> 5.1.0 age adoption passing confidence devDependencies major
jasmine-core (source) 3.99.1 -> 5.1.1 age adoption passing confidence devDependencies major
rules_nodejs 5.8.3 -> 6.0.2 age adoption passing confidence bazel_dep major
typescript (source) 4.9.5 -> 5.3.3 age adoption passing confidence devDependencies major
typescript (source) 4.9.5 -> 5.3.3 age adoption passing confidence dependencies major

Release Notes

bazelbuild/buildtools (@​bazel/buildifier)

v6.4.0: Release 6.4.0 (2023-11-15)

Compare Source

  • More correct sorting order of load statements
  • Buildozer: better error reporting for missing comments
  • Suggested fixes for package-on-top warnings

v6.3.3: Release 6.3.3 (2023-08-25)

Compare Source

  • out_of_order_load warning is enabled by default
  • format command for buildozer for unconditional formatting

v6.3.2: Release 6.3.2 (2023-08-17)

Compare Source

  • Updates to buildozer commands (use_repo and use_repo_add).
  • Bug fixes.

v6.1.2: Release 6.1.2 (2023-04-27)

Compare Source

Technical release.

Version tag on GitHub now start with v, e.g. v6.1.2 for the current release.

v6.1.1: (2023-04-26)

Compare Source

  • Added external repo support for unused_deps
    • Added use_repo_add, use_repo_remove, and set_select command for Builldozer
    • Bug fixes

v6.1.0: (2023-03-30)

Compare Source

  • [INC] Buildifier now sorts additional attributes of build rules: test_srcs, test_deps, test_data, test_tags, implementation_deps, and private_deps. Buildifier also treats them as labels (except for test_tags`) and shortens them if necessary.
    • [INC] Buildifier now applies the sorting/simplification rules for attributes if their values aren't necessarily plain lists of strings but also combinations of lists, select statements and other expressions (sorting each top-level list and each list inside select statements independently).
    • In WORKSPACE files buildifier doesn't merge loads if they load the same symbol but from different sources.
    • Buildozer preserves Module-specific formatting rules when operates on MODULE files.

v6.0.1: (2023-01-31)

Compare Source

  • .buildifier.json config file
    • Minor fixes and improvements

v6.0.0: (2023-01-10)

Compare Source

  • Buildozer: supported deleting of wildcard attributes
    • Buildozer: remove_if_equal command
    • Buildifier: updates to the formatting of WORKSPACE files
    • buildifier_test can escape the sandbox
    • Bug fixes

v5.1.0: (2022-04-14)

Compare Source

  • Bug fixes

v5.0.1: (2022-02-11)

Compare Source

  • unused-variable warnings are now suppressed for some common cases when variables are expected to be not used.

v5.0.0: (2022-02-09)

Compare Source

  • Support for MODULE.bazel files
    • A number of warnings are now compatible with nested def statements
    • Minor bug fixes
bazelbuild/rules_nodejs (@​bazel/jasmine)

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
actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

github/codeql-action (github/codeql-action)

v3

Compare Source

v2

Compare Source

jasmine/jasmine-npm (jasmine)

v5.1.0: 5.1.0

Compare Source

Please see the release notes.

v5.0.2: 5.0.2

Compare Source

Please see the release notes.

v5.0.1: 5.0.1

Compare Source

Please see the release notes.

v5.0.0: 5.0.0

Compare Source

Please see the release notes.

v4.6.0: 4.6.0

Compare Source

Please see the release notes.

v4.5.0: 4.5.0

Compare Source

Please see the release notes.

v4.4.0: 4.4.0

Compare Source

Please see the release notes.

v4.3.0: 4.3.0

Compare Source

Please see the release notes.

v4.2.1: 4.2.1

Compare Source

Please see the release notes.

v4.2.0: 4.2.0

Compare Source

Please see the release notes.

v4.1.0: 4.1.0

Compare Source

Please see the release notes.

v4.0.2: 4.0.2

Compare Source

Please see the release notes.

v4.0.1: 4.0.1

Compare Source

Please see the release notes.

v4.0.0: 4.0.0

Compare Source

Please see the release notes.

jasmine/jasmine (jasmine-core)

v5.1.1: 5.1.1

Compare Source

Please see the release notes.

v5.1.0: 5.1.0

Compare Source

Please see the release notes.

v5.0.1: 5.0.1

Compare Source

Please see the release notes.

v5.0.0: 5.0.0

Compare Source

Please see the release notes.

v4.6.0: 4.6.0

Compare Source

Please see the release notes.

v4.5.0: 4.5.0

Compare Source

Please see the release notes.

v4.4.0: 4.4.0

Compare Source

Please see the release notes.

v4.3.0: 4.3.0

Compare Source

Please see the release notes.

v4.2.0: 4.2.0

Compare Source

Please see the release notes.

v4.1.1: 4.1.1

Compare Source

Please see the release notes.

v4.1.0: 4.1.0

Compare Source

Please see the release notes.

v4.0.1: 4.0.1

Compare Source

Please see the release notes.

v4.0.0: 4.0.0

Compare Source

Please see the release notes.

Microsoft/TypeScript (typescript)

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.4: TypeScript 5.0.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

[v5.0.3](https://togithub.com/microsoft/TypeSc


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-everything branch from 89ed638 to 712b325 Compare February 22, 2022 03:11
@renovate renovate bot force-pushed the renovate/major-everything branch 3 times, most recently from e87096e to 418341e Compare March 1, 2022 20:42
@renovate renovate bot force-pushed the renovate/major-everything branch from 418341e to d2f9027 Compare April 29, 2022 15:44
@renovate renovate bot force-pushed the renovate/major-everything branch from d2f9027 to 2ea0223 Compare May 15, 2022 18:29
@renovate renovate bot force-pushed the renovate/major-everything branch 2 times, most recently from 94ae89a to 17cfa32 Compare June 23, 2022 20:31
@renovate renovate bot force-pushed the renovate/major-everything branch from 17cfa32 to d7cecc8 Compare September 25, 2022 15:28
@renovate renovate bot force-pushed the renovate/major-everything branch from d7cecc8 to 456e5d9 Compare November 20, 2022 12:58
@renovate renovate bot force-pushed the renovate/major-everything branch 3 times, most recently from 7353825 to 75c3d2c Compare March 23, 2023 02:43
@renovate renovate bot force-pushed the renovate/major-everything branch 2 times, most recently from 26637a0 to 4accbd4 Compare March 27, 2023 22:01
@renovate renovate bot force-pushed the renovate/major-everything branch 5 times, most recently from ccfb652 to 595aefb Compare April 3, 2023 16:43
@renovate renovate bot force-pushed the renovate/major-everything branch from 595aefb to 8366b1a Compare April 17, 2023 12:09
@renovate renovate bot force-pushed the renovate/major-everything branch 6 times, most recently from dfa3211 to b61a457 Compare June 2, 2023 22:10
@renovate renovate bot force-pushed the renovate/major-everything branch 2 times, most recently from eb575c0 to 58c24eb Compare June 9, 2023 18:16
@renovate renovate bot force-pushed the renovate/major-everything branch from 58c24eb to c695062 Compare June 16, 2023 15:11
@renovate renovate bot force-pushed the renovate/major-everything branch 26 times, most recently from 68d4299 to a6d4cd5 Compare January 2, 2024 06:59
@renovate renovate bot force-pushed the renovate/major-everything branch from a6d4cd5 to bee0458 Compare January 2, 2024 07:15
@b0ri5 b0ri5 merged commit bd606e9 into main Jan 2, 2024
10 checks passed
@b0ri5 b0ri5 deleted the renovate/major-everything branch January 2, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant