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

Merged
merged 1 commit into from
Dec 17, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bazel/jasmine 4.4.6 -> 4.5.0 age adoption passing confidence
@bazel/typescript 4.4.6 -> 4.5.0 age adoption passing confidence
build_bazel_rules_nodejs 4.4.6 -> 4.5.1 age adoption passing confidence
copy-webpack-plugin 10.1.0 -> 10.2.0 age adoption passing confidence
core-js 3.19.3 -> 3.20.0 age adoption passing confidence
express (source) 4.17.1 -> 4.17.2 age adoption passing confidence
ng-packagr 13.1.1 -> 13.1.2 age adoption passing confidence
verdaccio (source) 5.3.1 -> 5.3.2 age adoption passing confidence
webpack-dev-middleware 5.2.2 -> 5.3.0 age adoption passing confidence

Release Notes

bazelbuild/rules_nodejs

v4.5.0

Compare Source

Bug Fixes
  • allow cypress to run on m1 macs (#​3088) (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 (#​3106) (af70835)
  • esbuild: format attribute not working with multiple entry points (#​3103) (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
  • add arm64 as a platform to //packages/concatjs:docs_scrub_platform (#​3089) (bc2803a)
  • normalize module path passed to runfiles helper for robustness (#​3094) (3c44f51)
  • remove trailing forward slash when resolving workspace root link in runfiles MANIFEST (#​3093) (6af7317)
  • update tsconfigs to include darwin_arm64-fastbuild in rootDirs (#​3087) (104420b)
  • builtin: don't use local:1 spawn (#​3084) (f886b82)

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 (#​2998) (3446425), closes #​2997
  • examples: run jest updateSnapshot in the workspace (#​3041) (6ee1e52)
  • typescript: don't declare outputs that collide with inputs (#​3046) (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)
webpack-contrib/copy-webpack-plugin

v10.2.0

Compare Source

Features
  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (#​654) (5901006)
zloirock/core-js

v3.20.0

Compare Source

  • Added structuredClone method from the HTML spec, see MDN
    • Includes all cases of cloning and transferring of required ECMAScript and platform types that can be polyfilled, for the details see the caveats
    • Uses native structured cloning algorithm implementations where it's possible
    • Includes the new semantic of errors cloning from html/5749
  • Added DOMException polyfill, the Web IDL spec, see MDN
    • Includes DOMException and its attributes polyfills with fixes of many different engines bugs
    • Includes DOMException#stack property polyfill in engines that should have it
    • Reuses native DOMException implementations where it's possible (for example, in old NodeJS where it's not exposed as global)
  • Added support of cause on all Error types
  • Added Error.prototype.toString method polyfill with fixes of many different bugs of JS engines
  • Added Number.prototype.toExponential method polyfill with fixes of many different bugs of JS engines
  • Array grouping proposal:
    • Moved to the stage 3
    • Added Array.prototype.groupByToMap method
    • Removed @@​species support
  • Added change Array by copy stage 2 proposal:
    • Array.prototype.toReversed
    • Array.prototype.toSorted
    • Array.prototype.toSpliced
    • Array.prototype.with
    • %TypedArray%.prototype.toReversed
    • %TypedArray%.prototype.toSorted
    • %TypedArray%.prototype.toSpliced
    • %TypedArray%.prototype.with
  • Added Iterator.prototype.toAsync method from the iterator helpers stage 2 proposal
  • Array.fromAsync proposal moved to stage 2
  • Added String.cooked stage 1 proposal:
  • Added Function.prototype.unThis stage 0 proposal
  • Added Function.{ isCallable, isConstructor } stage 0 proposal:
    • Function.isCallable
    • Function.isConstructor
  • Added a workaround of most cases breakage modern String#at after loading obsolete String#at proposal module, #​1019
  • Fixed Array.prototype.{ values, @​@​iterator }.name in V8 ~ Chrome 45-
  • Fixed validation of typed arrays in typed arrays iteration methods in V8 ~ Chrome 50-
  • Extension of the API, #​1012
    • Added a new core-js/actual/** namespace
    • Added entry points for each finished post-ES6 proposal
expressjs/express

v4.17.2

Compare Source

===================

  • Fix handling of undefined in res.jsonp
  • Fix handling of undefined when "json escape" is enabled
  • Fix incorrect middleware execution with unanchored RegExps
  • Fix res.jsonp(obj, status) deprecation message
  • Fix typo in res.is JSDoc
  • deps: body-parser@1.19.1
    • deps: bytes@3.1.1
    • deps: http-errors@1.8.1
    • deps: qs@6.9.6
    • deps: raw-body@2.4.2
    • deps: safe-buffer@5.2.1
    • deps: type-is@~1.6.18
  • deps: content-disposition@0.5.4
    • deps: safe-buffer@5.2.1
  • deps: cookie@0.4.1
    • Fix maxAge option to reject invalid values
  • deps: proxy-addr@~2.0.7
    • Use req.socket over deprecated req.connection
    • deps: forwarded@0.2.0
    • deps: ipaddr.js@1.9.1
  • deps: qs@6.9.6
  • deps: safe-buffer@5.2.1
  • deps: send@0.17.2
    • deps: http-errors@1.8.1
    • deps: ms@2.1.3
    • pref: ignore empty http tokens
  • deps: serve-static@1.14.2
    • deps: send@0.17.2
  • deps: setprototypeof@1.2.0
ng-packagr/ng-packagr

v13.1.2

Compare Source

verdaccio/verdaccio

v5.3.2

Compare Source

5.3.2 (2021-12-16)
Bug Fixes
webpack/webpack-dev-middleware

v5.3.0

Compare Source

Features
5.2.2 (2021-11-17)
Chore
  • update schema-utils package to 4.0.0 version
5.2.1 (2021-09-25)
  • internal release, no visible changes and features

Configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.

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

@renovate renovate bot 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 16, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a6ee856 to 900e74c Compare December 17, 2021 06:17
@alan-agius4 alan-agius4 merged commit b0c8109 into master Dec 17, 2021
@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 17, 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 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

1 participant