Skip to content

chore(deps): bump google-closure-library from 20180204.0.0 to 20221102.0.0#78

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 14, 2022

Bumps google-closure-library from 20180204.0.0 to 20221102.0.0.

Release notes

Sourced from google-closure-library's releases.

Closure Library v20221102

Other Changes

  • Deprecates the SafeHtml.create Closure builder. Recommends using a recommended templating system instead like Lit. (00facbdb50aca4d46b9ca24f6079456962c7ae91)
  • Add steps() to SafeStyle list of allowed functions (9d668cdb6a40d47acaeb168472b121107ab77810)
  • Drop support for IE10 (b15ae93e767937116ce56da9252f7b3424612be0)

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)

... (truncated)

Commits
  • 3fb7777 Bump Closure Library version to 20221102.0.0.
  • 4c2d34f Disable several tests failing on Safari.
  • 0aef550 Add missing requireType imports
  • d750bfb Suppress a minor issue in numberformat.js
  • b15ae93 Remove obvious special cases for IE10 and below.
  • 9979d6c Fix missing requireType in ui/ac/inputhandler.js
  • c570624 Fix missing requireType in ui/editor/toolbarcontroller.js
  • ce3e9fa Add missing requireType to blobhasher.js
  • 13b8fb9 Use console.createTask in goog.async.run in goog.DEBUG mode, which provides b...
  • cca190f Fix missing requireType in db/transaction.js
  • 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 20221102.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](google/closure-library@v20180204...v20221102)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Nov 14, 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 Jan 23, 2023

Superseded by #96.

@dependabot dependabot Bot closed this Jan 23, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/google-closure-library-20221102.0.0 branch January 23, 2023 00:52
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