Skip to content

Bump google-closure-library from 20200101.0.0 to 20220202.0.0#388

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

Bump google-closure-library from 20200101.0.0 to 20220202.0.0#388
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/google-closure-library-20220202.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps google-closure-library from 20200101.0.0 to 20220202.0.0.

Release notes

Sourced from google-closure-library's releases.

Closure Library v20220202

New Additions

  • Avoid using an empty string as the meta-refresh tag URL value as this can cause race conditions when users later update the blank document's location. (32be570dd16ed212c8f169c52d704c755ecb0f7b)
  • Add Long#toUnsignedString to convert a Long to its unsigned (385ae7b0d0596de140a124ec2454ee6088f8e5ef)

Backwards Incompatible Changes

  • the goog.provide for goog.asserts.AssertionError has been removed, access the same value/type instead via requiring goog.asserts. (e4bd60f9f72154c90717efc7141d8cdcdf9434b8)

Other Changes

  • Remove special support for Chrome 21- in goog.db.Error (bf304a4e797d2528e51fab5e2e63316215fbe6f8)
  • Give closure dialogs the option to keep track of their amount of surrounding space. (73847ba254a85acbf645f6d8f6321dbdff948745)
  • Avoid unnecessary mime check for data urls. (987094d2e793569a6e49b724308ef7d8bfc3c8b6)
  • Delete extra edge entry if all edges for a given "fromModuleId" have been removed. (22513daeb16c77994e8d5151345e03e194b9d940)
  • Add radial-gradient to SafeStyle list of allowed functions (6bde62382dd04e96bca95c651f03d445254f66ee)
  • Mark deprecated goog.structs.Map as final. (45037fb9bfe208988d547201f7d93f4b1c48b063)

Closure Library v20220104

Other Changes

  • Change visibility of function so that it can be overriden by child classes. (8b9590a9b917c4e1a07bc3f1f150ec8b182c6dce)
  • Add remove link message, to be used with screenreaders. (8d12f806f506d88b360a61ab6e044ecd9eac4392)
  • Announce link removal to screenreaders. (ccae5f3e366882b4989e66205b48bbb70e07e832)
  • Fix the behavior of goog.testing.asserts.findDifferences when custom predicates are supplied, to augment builtin predicates rather than override them. (58a0598b9171508e77260be2f3eacbd4a8e074e0)
  • Fix a daylight saving time bug in formatDay. (84c93721c3ced2271541ae86fec9f85e9c24d991)
  • goog.string.linkify.linkifyPlainTextAsHtml now accepts an options bag as its second parameter. (f4e2047270c0e16fd530b2361f355a085e5fc945)
  • Allows 'type' attribute in createScript to allow for json scripts. (80f831329d460aa05b4b13c1344b733ce813b820)

Closure Library v20211201

New Additions

  • Add browser.isAtLeast and browser.isAtMost, and deprecate recently-added browser.versionOf, which is problematic due to its subtle use of NaN. (ed1a776c5983877177762a1340c5f30dd774185d)

Backwards Incompatible Changes

  • Delete goog.string.buildString. (b687a4162dcd1a2737ff55d0200406c2f03f64a9)

Other Changes

  • goog.graphics VML support has been removed. (ceaa2b09c28c87de166bd77797c9122190f02b76)
  • Implements meaningful toString() methods for StringMatchers. (dc6a823c21daeefc34cd61139d5b5f268f3bbca5)

Closure Library v20211107

New Additions

  • Define ES6 Iterator #next on goog.iter.Iterator, in preparation for implementing it on all subclasses. (d5fc48c78592b4327ba052f4a935a9312788725b)
  • Add goog.labs.userAgent.testUtil. (d860c5ac5ac25a01eb5a1a5c8b29862d7f5361a9)
  • Add APIs to get userAgentData-aware browser and platform versions. For the browser, the version can now be retrieved for a specific brand. For both browser and platform, the full version is supplied as a "high-entropy" object. (246750e0d1973b88535cc37dae7d7c7cd0b2e981)
  • Closure Library goog.iter.Iterator instances implement the ES6 iteration protocol alongside the existing ES4 implementation (available via the #nextValueOrThrow function). Iterators still call (and transform) the ES4 iterator function in child iterators, and this will be changed in future versions of Closure Library (to call the ES6 interface). (cd81947ae69a43f996ee87009850eb795e4badc0)
  • Add browser.loadFullVersions. Additionally, remove an assumption that fullVersionList will be available in a particular future version of Chrome. (57beea47d30d7123dc2268972f20b544e501432b)
  • Improve the types for goog.iter.reduce so that the accumulator can be a different type than values in the iterator. (55b2883a7a558d0a1bea61a1f084aba69d80825a)

Backwards Incompatible Changes

  • goog.dom.TextRangeIterator#skipTag no longer directly throws goog.iter.StopIteration. Instead, if it has skipped to (or over) the end of the range, iteration end will be signaled on the next call to #nextValueOrThrow. (06dc75fc00e89b69ec898fd21da31f6b430c97b5)
  • Make ModuleManager filter "synthetic" modules to ensure the list of loading module ids is accurate. (f74bfb1bbe65611c8c222c193de973d3e72a5c4c)
  • Re-map the goog.define goog.events.USE_LAYER_XY_AS_OFFSET_XY to goog.events.BrowserEvent.USE_LAYER_XY_AS_OFFSET_XY. (28701030e95f3aa68cc7cd59fc6cacb55b9fd67b)

... (truncated)

Commits
  • fd0dc84 Bump Closure Library version to 20220202.0.0.
  • 45037fb RELNOTES: Mark deprecated goog.structs.Map as final.
  • 3241766 Fix a bug which causes webchannel to close prematurely when HTTP stream is ab...
  • 6bde623 Add radial-gradient to SafeStyle list of allowed functions
  • e222a9d Update variable name in for..in loop to something better than "toModules".
  • 22513da Delete extra edge entry if all edges for a given "fromModuleId" have been rem...
  • e96face Introduce a new install parameter to withMockClock that allows preventing aut...
  • 9915985 Add an option to goog.testing.TestCase to allow using native Promises. This h...
  • 68c30ee Specify units for timeout duration
  • 02bfcf3 Adopt goog.module in goog.asserts
  • 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 20200101.0.0 to 20220202.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](google/closure-library@v20200101...v20220202)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 28, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2022

Superseded by #389.

@dependabot dependabot bot closed this Mar 21, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/google-closure-library-20220202.0.0 branch March 21, 2022 00:25
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