Skip to content

build: update all non-major dependencies#44502

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Closed

build: update all non-major dependencies#44502
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.16.0 -> 7.16.7 age adoption passing confidence
@bazel/concatjs 4.4.6 -> 4.6.0 age adoption passing confidence
@bazel/esbuild 4.4.6 -> 4.6.0 age adoption passing confidence
@bazel/jasmine 4.4.6 -> 4.6.0 age adoption passing confidence
@bazel/protractor 4.4.6 -> 4.6.0 age adoption passing confidence
@bazel/rollup 4.4.6 -> 4.6.0 age adoption passing confidence
@bazel/runfiles 4.4.6 -> 4.6.0 age adoption passing confidence
@bazel/terser 4.4.6 -> 4.6.0 age adoption passing confidence
@bazel/typescript 4.4.6 -> 4.6.0 age adoption passing confidence
@microsoft/api-extractor (source) 7.19.2 -> 7.19.4 age adoption passing confidence
@types/hammerjs 2.0.40 -> 2.0.41 age adoption passing confidence
@types/jasmine 3.10.2 -> 3.10.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.7.0 -> 5.9.1 age adoption passing confidence
@typescript-eslint/parser 5.7.0 -> 5.9.1 age adoption passing confidence
build_bazel_rules_nodejs 4.4.6 -> 4.6.0 age adoption passing confidence
graceful-fs 4.2.8 -> 4.2.9 age adoption passing confidence
rollup (source) ~2.61.0 -> ~2.63.0 age adoption passing confidence

Release Notes

babel/babel

v7.16.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
bazelbuild/rules_nodejs

v4.6.0

Compare Source

Bug Fixes
Features

4.5.1 (2021-12-16)

v4.5.0

Compare Source

Bug Fixes
  • allow cypress to run on m1 macs (# 1�73088) (c1778f4)
  • builtin: support mjs/cjs files as javascript files in js_library (2b4e903)
  • esbuild: do not ignore annotations when the minify shorthand attribute is disabled (# 1�73106) (af70835)
  • esbuild: format attribute not working with multiple entry points (# 1�73103) (8d7b542)
  • don't symlink execroot node_modules when under bazel run (f72e956)
  • unset INIT_CWD and npm_config_registry before calling yarn in yarn_install (653600d)
Features

4.4.6 (2021-11-23)

Bug Fixes

4.4.5 (2021-11-11)

Bug Fixes
  • builtin: handle external repository file paths in js_library strip_prefix check (c6ba226)
  • builtin: provide a DeclarationInfo from js_library is any input files are directories (TreeArtifacts) (0b247c3)
  • typescript: don't set resolveJsonModule in generated tsconfig if tsconfig is dict and resolve_json_module is unset (e026387)
Features

4.4.4 (2021-11-08)

Bug Fixes

4.4.3 (2021-11-04)

Bug Fixes

4.4.2 (2021-10-28)

Bug Fixes
  • builtin: retrieve yarn shasums from Github releases, rather than npm registry (b233b07)
  • create: relocate help argument evaluation (f67c584)
  • esbuild: allow whitespace within args (# 1�72998) (3446425), closes # 1�72997
  • examples: run jest updateSnapshot in the workspace (# 1�73041) (6ee1e52)
  • typescript: don't declare outputs that collide with inputs (# 1�73046) (bd8b7f3)
  • simplify portion of linker and fix case where runfiles node_modules symlinks are missing under bazel run (f6db6c9)

4.4.1 (2021-10-13)

Bug Fixes
  • terser semver compatibility range (c7439a0)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.9.1

Compare Source

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

v5.9.0

Compare Source

Features
  • experimental-utils: move isTypeReadonly from eslint-plugin to experimental-utils (# 1�73658) (a9eb0b9)

5.8.1 (2021-12-27)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not report for circular references (# 1�74347) (6edebcd)
  • eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (# 1�74334) (0cd911a)
  • eslint-plugin: [padding-line-between-statements] make function overloading is also processed (# 1�74345) (d31ec26)

v5.8.1

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not report for circular references (# 1�74347) (6edebcd)
  • eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (# 1�74334) (0cd911a)
  • eslint-plugin: [padding-line-between-statements] make function overloading is also processed (# 1�74345) (d31ec26)

v5.8.0

Compare Source

Bug Fixes
Features
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.9.1

Compare Source

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

v5.9.0

Compare Source

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

5.8.1 (2021-12-27)

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

v5.8.1

Compare Source

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

v5.8.0

Compare Source

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

isaacs/node-graceful-fs

v4.2.9

Compare Source

rollup/rollup

v2.63.0

Compare Source

2022-01-04

Features
  • Report a helpful error if rollup exits due to an empty event loop when using this.load (# 1�74320)
  • Allow directly mutating ModuleInfo.meta for modules and never replace this object (# 1�74328)
  • Detect additional side effect free array prototype methods (# 1�74332)
Bug Fixes
  • Do not watch if CLI watch options are specified but --watch is missing (# 1�74335)
Pull Requests

v2.62.0

Compare Source

2021-12-24

Features
  • Mark additional string prototype methods as side-effect-free and correct typings of existing ones (# 1�74299)
  • Mark additional array prototype methods as side-effect-free and correct typings of existing ones (# 1�74309)
  • Expose if a module is included after tree-shaking in its ModuleInfo (# 1�74305)
Bug Fixes
  • Fix how fsevents is included to improve watch mode on MacOS (# 1�74312)
Pull Requests

Configuration

📅 Schedule: "after 1am on Thursday" in timezone America/Tijuana.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♄1�7 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 WhiteSource Renovate. View repository job log here.

@renovate renovate Bot added action: review The PR is still awaiting reviews from at least one requested reviewer area: build & ci Related the build and CI infrastructure of the project target: patch This PR is targeted for the next patch release labels Dec 16, 2021
@ngbot ngbot Bot modified the milestone: Backlog Dec 16, 2021
@pullapprove pullapprove Bot requested a review from josephperrott December 16, 2021 10:22
@renovate renovate Bot changed the title build: update all non-major dependencies to v4.5.0 build: update all non-major dependencies Dec 16, 2021
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c3eb152 to 2c296ea Compare December 16, 2021 17:24
@renovate renovate Bot changed the title build: update all non-major dependencies build: update all non-major dependencies to v4.5.0 Dec 16, 2021
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2c296ea to 89b9b2c Compare December 16, 2021 19:35
@renovate renovate Bot changed the title build: update all non-major dependencies to v4.5.0 build: update all non-major dependencies Dec 17, 2021
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 89b9b2c to 2565fc7 Compare December 17, 2021 05:21
@devversion devversion added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Dec 17, 2021
@devversion devversion removed the request for review from josephperrott December 17, 2021 14:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f779b93 to a1199a4 Compare December 20, 2021 19:32
@pullapprove pullapprove Bot requested a review from josephperrott December 20, 2021 19:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6335588 to 194ccf3 Compare December 31, 2021 00:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from be69dc6 to 38e8958 Compare January 4, 2022 21:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from bab40b4 to 5e83717 Compare January 7, 2022 21:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5e83717 to f350792 Compare January 10, 2022 19:17
@atscott
Copy link
Copy Markdown
Contributor

atscott commented Jan 10, 2022

This PR was merged into the repository by commit dff497f.

@atscott atscott closed this in dff497f Jan 10, 2022
atscott pushed a commit that referenced this pull request Jan 10, 2022
@renovate renovate Bot deleted the renovate/all-minor-patch branch January 10, 2022 19:58
@angular-automatic-lock-bot
Copy link
Copy Markdown

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 Feb 10, 2022
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: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants