Skip to content

Bump google-closure-library from 20200101.0.0 to 20220104.0.0#379

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

Bumps google-closure-library from 20200101.0.0 to 20220104.0.0.

Release notes

Sourced from google-closure-library's releases.

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)
  • Use a stable-sort when sorting css rules by specificity (5411d9637649ed087ba72f6ecd5b4171f215b15f)

Other Changes

  • goog.string.padNumber now handles negative numbers. (acc79f7a62501b5491aa3457ccd4f0d6989e62e1)
  • Add HTMLElement helper methods to dom.js. (7a9f0001ba6119db4fa682ef0ad80076df54d021)
  • Implemented the support for the new WebChannel option: encodeInitMessageHeaders. (cfb2e44c314fa5d2c048b0e8b2299aac6092ed5b)
  • Add '#' to SafeStyle list of allowed characters inside functions. (0726fdeb8b7bf884c4184cec00a4bf11302ece11)
  • Added configure function to activeModuleManager (a63fcec700ad0be2b22e9282e3e93f42f243ec48)
  • Do not assume userAgentData brand names for browsers that don't support it yet. (6a9094de3bea29ee8fbba50cd044bbdfdd19fcec)
  • Do not check userAgentData.brands to determine whether the current browser is Amazon Silk. (c8961ac3395ddc906d52adb4ea21f5b102c830fc)
  • Move the check that determines loader support for extra edges to the point at which the manager delegates to the module loader. (c70f4b7c51737e65e0418d47a242d5da77fee8c6)
  • add a custom pluggable equality interface for findDifferences and assertObjectEquals. (99d095514a6112011aba0ce32750ba90ac5e05a3)* Add '/' to SafeStyle list of allowed value characters. (2f2707730794daf64bb05b182d2413131e534517)
  • Add capital letters to SafeStyle list of allowed characters in functions. (e762b3beaef5ff5db104c711e2f416d3381225df)
  • Fix an issue with repeated VoiceOver messages. (0fd0574a17e956fbb1844388be886b28f79393b0)
  • Add opt_preserveSpacesAndTabs param to linkifyPlainTextAsHtml. (e9046487595e1c9542cb6f8781b621cd22060d91)
  • IE9 and previous are no longer supported with goog.require code loading. (ff4763f19033ecc321379ee96c1530fe05d3ae7e)

... (truncated)

Commits
  • 681c6e6 Bump Closure Library version to 20220104.0.0.
  • 6f5a16c Add getLabels() method to colorpalette.
  • 80f8313 RELNOTES: Allows 'type' attribute in createScript to allow for json scripts.
  • f4e2047 Add options bag parameter to goog.string.linkify.linkifyPlainTextAsHtml
  • 000682f Avoid mutating the opt_options argument passed to window.open
  • 84c9372 Fix a daylight saving time bug in formatDay.
  • 095389c Call goog.window.open with an empty url instead of "javascript:''" when goog....
  • da9f08f Internal change
  • 6076bb6 Add a temporary compile-time flag to disable COOP enforcement in window.open.
  • f292665 Updated the WebChannel JS API spec wrt metadata support.
  • 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 20220104.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](google/closure-library@v20200101...v20220104)

---
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 Jan 24, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2022

Superseded by #388.

@dependabot dependabot bot closed this Feb 28, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/google-closure-library-20220104.0.0 branch February 28, 2022 00:39
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