Skip to content

chore(deps): bump google-closure-library from 20180204.0.0 to 20230103.0.0#96

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 23, 2023

Bumps google-closure-library from 20180204.0.0 to 20230103.0.0.

Release notes

Sourced from google-closure-library's releases.

Closure Library v20230103

New Additions

  • Add goog.i18n.messages.declareIcuTemplate() as a better way to declare ICU-formatted messages. (1762f0a2ea5817cd2dfe312d0b77800dc4100054)

Other Changes

  • CLDR 42 update
    • Updating data with CLDR 42 (5fa11c8967d01f67013df3d3b6eef3b89e59b50e, 9f4d02c92b7959cceb01d02023c95ae969c8303e)
    • Update I18N test assert function to ignore white space differences (f6203e8d8052fbc43f12e0ae85e29d673d31a1da) and work better with null/empty actual values (11ed104958a29edec435498f1a39a98dbe59db66)
    • Update assertI18nContains to ignore horizontal white space in strings (d407e5c61cd77f67761da9d27228c21025c3cade)
    • Update relativedateformat data to CLDR 42 (53727e8e7773b90b81b34e9157c74f8b06b5f131)
    • Add support for non-ASCII spaces in DateTimeParse (e25a09a5d8b2bf65679e395545c940dd2e0166bd)
  • Delete deprecated methods in goog.dom.asserts, as they are superceeeded by equivalent methods in goog.asserts.dom (dbdb5a26533d148a095f7c947cec4449570b073b)
  • Fix typo in afternoon2 for zh-Hant day periods (407ff9dbe24635a22c2d4ec62a8bdf4c10faaf57)
  • Allows + characters in property values in SafeStyle (d2c1f25bc8b0afb095d93ea857680ac191ff0142)
  • Changes the safe url test vectors template to output goog.modules (01cac58f20e234ea918ed6a02cd35f4811edd008)
  • Allow types other than sanitized content to produce safeHtml (1fac3c9326efe1aa05383bab2bb4c007e4549b93)
  • Defines and URL sanitizer that only blocks javascript: URLs (fe511faa6ba73c28e6bd06b521b1d5894b2009aa)
  • goog.dom.safe SafeUrl wrappers only block javascript: URLs (64293004d4d4ced49050483981a3175f0ab7bc45)
  • Create a goog.define for whether or not soyjs should be stubbed by idom (86e9677d35a83b612d59db5c4533d91b7e2559f1)
  • Update region name from from "Turkey" to "Türkiye" (f292756e189e701fba2cdb6176ca5ebd7d959647)

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)

... (truncated)

Commits
  • 53af1cd Bump Closure Library version to 20230103.0.0.
  • a1bd475 Merge pull request #1183 from google:dependabot/github_actions/actions/checko...
  • f292756 Update region name from from "Turkey" to "Türkiye".
  • 42215e2 Update test with flexible I18n equality checking.
  • 6429300 goog.dom.safe SafeUrl wrappers only block javascript: URLs. This is consisten...
  • 24200ff Check in some parts of CLDR v42 and create a define to use them to enable inc...
  • 53727e8 Update relativedateformat data to CLDR 42
  • 4fe325c Correctly type goog.i18n.DateTimeSymbols_en_ISO.
  • 9f4d02c Updating data with CLDR 42
  • 697c849 Introduce safe wrapper around execCommand
  • 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 20230103.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](google/closure-library@v20180204...v20230103)

---
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 Jan 23, 2023

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 Feb 20, 2023

Superseded by #107.

@dependabot dependabot Bot closed this Feb 20, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/google-closure-library-20230103.0.0 branch February 20, 2023 01:38
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