Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Removes minimatch. It's no longer used after updating ancestor dependency google-closure-library. These dependencies need to be updated together.

Removes minimatch

Updates google-closure-library from 20191027.0.1 to 20221004.0.0

Release notes

Sourced from google-closure-library's releases.

Closure Library v20221004

New Additions

  • Added a handful of goog.crypt methods with clearer string encoding semantics. (849cf9c9ed66660144c4b5226442cbcfa78dff22)

Other Changes

  • Fix for the issue when styles were not getting evaluated after insertion in DOM (fe53c01e568b90657e06fb95e063d9be12a07227)
  • goog.object.unsafeClone now clones Date objects correctly. (767dd4bbaf6f9d4a223de72190a21643f075dc5d)
  • Implement toString in UrlLike return value for IE. (ceb174a41349ce7d77d247e0e0722749f996ccbb)
  • goog.crypt.stringToByteArray (along with base64.encodeString and hash32.encodeString) will now throw asynchronously on multi-byte characters in development. (e439bfd5ff09e0efd85693fc5adf23462d5a39d4)

Closure Library v20220905

New Additions

  • Client Hints: use fullVersionList in Chromium >=98. (50a2ae09718a4812636d1d5e16209239fdbe403d)
  • Added goog.crypt.base64.{en,de}codeStringUtf8 (19ae2f19953b89f789c29de5eab3511c2cb687e0)
  • Add goog.string.Unicode.ZERO_WIDTH_SPACE. (5feed4e1bc778ddcbf3be5b47531dbd533078fa9)

Backwards Incompatible Changes

  • Delete goog.dom.safe.setImageSrc, just assign to imageElement.src directly instead. (5c479e1d2cbfd2d9a7e1548daa8c0d313bc42829)

Other Changes

  • Fixes parsing of flexible day periods in compiled JavaScript. (653615563f34d3f1eeb4b22ca529320ee5d3b901)
  • Use native Intl.DateIntervalFormat when it's available in modern browsers. (da7658dc11839177562dd71c506c7db757abea40, 261b4201a308b28acc4d93ceed2c4c8abdbd4f4e)
  • Allow ModuleManager.prefetchModule to be called for modules that are being loaded/loading (1e90884961a4c983d69c6c5365ab7d14d51fc811)

Closure Library v20220803

Backwards Incompatible Changes

  • The debug loader no longer downlevels sources in the browser. The alternative recommendation is to use a downleveling development server instead. (468188f4dc0d6fd756a142f2c7b72777fc0ebcb4)
  • transpile.js has been deleted (55bb681f14bc33227567a605fd6bb1f6ece28a98)
  • Remove configurability for whether window.open with noreferrer implies noopener (3e83d9679478fde7a2e2aa05f3aabb83abefb1e3)

Other Changes

  • Closure editor: fix a rare case where extra strings were inserted when a list was removed (e69cdb6acdf19ea145a7df40b99340e75b937a4b)

Closure Library v20220719

New Additions

  • Update setSafeHtml to not flush pending delayed change events when opt_stopDelayedChange=true (52f9400df181bc88fac1992d5806957b42ff032a)

Backwards Incompatible Changes

  • Setting noreferrer when opening a popup now implies noopener if goog.DEBUG is true (70b863258ce28f43fac8dcd87b696a7cec27e6ad)
  • Setting noreferrer when opening a popup now implies noopener (99a2e56fd143a71ad16381c12017e53989e84b28)
  • Removes APIs that expose the directionality of SafeHtml. (504d78f143301e18956ab5954717900d26840a11)
  • Removes the logic associated with Directionality in SafeHtml. (d193f31a0c6f794f1df4bef53b5370bb4c6abc20)
  • Removes directionality support in Closure's SafeUrl and TrustedResourceUrl. (1fb53f1ede16f62616964cb122365f1b7e60b697)

Other Changes

  • Cleanup python2 future imports (4698ce70a6f1c6c65b8c5c974df05cdaafbe7006)
  • Deprecates directionality support in SafeHtml. (567d46e93504ad1f09f0c63c4ab1b1a00844d48e)
  • Make Deferred.STRICT_ERRORS ignore promises (79dfce7a7bfb4326dc105d32596eb5c9fa41b75c)
  • Fixed bug switching between list types (a8d677b706f2beb72bb4d580b5c878408eca6cd2)
  • Web Animation API (WAAPI) animation playback event names added to the EventType Object. (164ee952a281326dc2d51442bbb443b7b763108b)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for google-closure-library since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [minimatch](https://github.com/isaacs/minimatch). It's no longer used after updating ancestor dependency [google-closure-library](https://github.com/google/closure-library). These dependencies need to be updated together.


Removes `minimatch`

Updates `google-closure-library` from 20191027.0.1 to 20221004.0.0
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](https://github.com/google/closure-library/commits/v20221004)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: google-closure-library
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant