Skip to content

chore(deps): bump google-closure-library from 20180204.0.0 to 20220803.0.0#58

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/google-closure-library-20220803.0.0
Closed

chore(deps): bump google-closure-library from 20180204.0.0 to 20220803.0.0#58
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/google-closure-library-20220803.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Aug 22, 2022

Bumps google-closure-library from 20180204.0.0 to 20220803.0.0.

Release notes

Sourced from google-closure-library's releases.

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)
  • Update parse and format for flexible day periods. (8f2a4aaa33b31bb8aa07dccb7e33ab67dc756b8b)
  • Updates the expected URL formatting in Safari as it seems to have changed. (ae1305585b36b5e9f8cceb6805170a45cdcc833d)
  • Don't sanitize data: URLs as they are safe. (7d0377d1570ff52c3ee2891c9cc30444d35ec226)

Closure Library v20220601

Backwards Incompatible Changes

  • Closure Compiler now requires OpenJDK 11. (a22e75ebf7a10cc3acb3bbf0a23898301cf961f2)
  • remove the goog.json.Processor interface (e5b4fafe8ac955ae3c226f9fa71753b9f6c3ad66)
  • Remove deprecated goog.net.xpc.CfgFields.DIRECT_TRANSPORT_SYNC_MODE as the Direct Transport mechanism has been removed from Closure. (461dc5fe23cb23d8f97eb43f2572c0879dea910b)
  • Remove goog.json.TRY_NATIVE_JSON (2d41ea45ef21d962faf289ac5094aeba65847627)
  • DateTimeParse now correctly rejects abutted numeric runs that are shorter than the minimum length. (7030d40ab2a5eb0d1d720bd78d28bf913ae81d7f)
  • Make deprecated goog.labs.userAgent.browser.versionOf a private function. (54f139f1448b98af7e3b73ee4914012509440f07)

Other Changes

  • Modernize thenable.js from goog.provide to goog.module. (8f420ee9a8a8fc65b1a3b238a21d7789249fa1f0)
  • ListFormat includes UNIT, AND, and OR types, each with LONG, SHORT, and NARROW styles. (b994f40d6bc95a973f7e6bbb669803b3ab0978dc)
  • Modernize async/freelist.js from goog.provide to goog.module. (021c3f3d09a46114734031f29411741c0467be83)
  • Prevents the inlining of constants in the builders. (6fbd2d6fa43b4ffa074a5681c21b5def4bed24a5)
  • Defines toString in ES6 method style. (d22672b60ad7b42966ad813b3ad9a71cf53aaffe)
  • Modernize async/run.js from goog.provide to goog.module. (5241b0e09781087850363a717d26238e3d1d5ace)
  • Adding HEIC & HEIF image formats to Safe URLs (18e7be6272d0460ca376801ea70268272842b016)
  • Support mocking accessor descriptors in goog.labs.mock. (ab4ab532c37b9f2809882568fffc898c892daed0)
  • Changes the value of the innocuous url. (e69beb1f8df36cfd98e278b5847cb25ef87b14e9)
  • Add WEEKDAY_MONTH_DAY_FULL option for formatted date (35d93855d76c34ebadb68163eb867d93b653e154)

... (truncated)

Commits
  • fe20c4b Bump Closure Library version to 20220803.0.0.
  • 3e83d96 Remove configurability for whether noreferrer implies noopener
  • b811be0 [webchannel] Add getLastResponseHeaders() and update getLastStatusCode() ...
  • b6f106e Fix the GitHub release drafting workflow setup.
  • 55bb681 Delete transpile.js, which is no longer used
  • 5c5323c Split NPM actions on release creation between those that use the public NPM
  • 60773f1 Delete the no-longer-used goog.defines for the in-browser transpiler, along...
  • e69cdb6 Fix rare case where string was inserted when list was removed
  • 13c1f5d Replace goog.dom.safe.setImageSrc by direct .src assignment.
  • 6a20b05 Merge pull request #1172 from gorohash:fix-linkbubblejs
  • 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 compatibility score

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)

Bumps [google-closure-library](https://github.com/google/closure-library) from 20180204.0.0 to 20220803.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](google/closure-library@v20180204...v20220803)

---
updated-dependencies:
- dependency-name: google-closure-library
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 22, 2022

The following labels could not be found: PR: chore, PR: dependencies.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Sep 19, 2022

Superseded by #65.

@dependabot dependabot Bot closed this Sep 19, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/google-closure-library-20220803.0.0 branch September 19, 2022 01:16
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.

0 participants