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

Bump minimatch and google-closure-library #419

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps minimatch to 3.0.4 and updates ancestor dependency google-closure-library. These dependencies need to be updated together.

Updates minimatch from 0.3.0 to 3.0.4

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.


Updates google-closure-library from 20200101.0.0 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
  • c61eba1 Bump Closure Library version to 20221004.0.0.
  • a1f5a02 Fail fast in goog.crypt.stringToByteArray with unicode input when `goog.DEB...
  • 5087873 Remove obsolete comment.
  • e439bfd Change goog.crypt.stringToByteArray to throw asynchronously when it encount...
  • aea7db1 Refactor goog.labs.userAgent UserAgent Client Hints high-entropy API surface ...
  • 60216dd Fix flags/BUILD by removing target referencing missing source.
  • 2c1d859 Add a goog.flags module for staging behavior changes. This module is not i...
  • ceb174a Implement toString in UrlLike return value for IE.
  • 9808f4a Automated rollback of commit 0e5619306146300ae46d13f985b531f5d25674ef.
  • 0e56193 Automated rollback of commit 869a2666087851c5270a1a01bd6981c21e12cb19.
  • Additional commits viewable in compare view
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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependency [google-closure-library](https://github.com/google/closure-library). These dependencies need to be updated together.


Updates `minimatch` from 0.3.0 to 3.0.4
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v0.3.0...v3.0.4)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 7, 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.

0 participants