Skip to content

Bump google-closure-library from 20200101.0.0 to 20220301.0.0#389

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2022

Bumps google-closure-library from 20200101.0.0 to 20220301.0.0.

Release notes

Sourced from google-closure-library's releases.

Closure Library v20220301

New Additions

  • Add goog.html.trustedtypes.POLICY_NAME as a more specific alternative to goog.TRUSTED_TYPES_POLICY_NAME. (773acea1e20c2bed03208563f9fe67250cb0c57e)
  • Adds goog.collections.iters.toArray() (7891002a76b5022e0d85e00c7ab4a8d0c64e146b)

Backwards Incompatible Changes

  • goog.string.linkify.linkifyPlainTextAsHtml no longer accepts positional parameters: use the options bag instead. (f809765544b047b6682199f1c3b31eb7ab0548c2)
  • Remove goog.defines for enforcing COOP in goog.window and using blank strings when opening blank windows. (ee29cd491869d2d664f8969467b287de3a97dfde)
  • goog.collections.iters functions no longer pass element index to their callbacks. (c9bdc173e35c1a67189a7c40d23a1c2d97b07903, b55819dc727d0770db00cede0738bfb9fa378256)
  • Make goog.window.openBlank compatible with strict CSP. This change is backwards-incompatible on IE11, where the loading message will no longer be displayed. (c17a287c40027c7d72a260e1c787bfb6ac143773)
  • Remove HAS_W3C_BUTTON, HAS_W3C_EVENT_SUPPORT, SET_KEY_CODE_TO_PREVENT_DEFAULT, HAS_NAVIGATOR_ONLINE_PROPERTY, HAS_HTML5_NETWORK_EVENT_SUPPORT, and HTML5_NETWORK_EVENTS_FIRE_ON_BODY from goog.events.BrowserFeature (617b0ff74db4458d9dd42d62427e7bc7b001962f)
  • goog.collections.iters.forEach parameter type is now Iterator (674f4bd2d5b52895d5dfdf06c381056c39d855c8)
  • goog.iter functions now call #next on passed-in iterables/iterators, not nextValueOrThrow. (8e2982c4606cf8e7da6f9db2edbca29915cd5d07)

Other Changes

  • Make goog.cssom.addCssText obtain nonce from correct document object. (577fd3e8485768f6112ea6b02da9dac457f33954)
  • Load the destination of a module loader extra edge if the source of the edge has already been loaded. (72e2957d18223120dcc61a586900da4af678f97d)
  • Delete deprecated goog.net.cookies. (67d06cf7b73c3e228916218c12a500c7c930c880)
  • Ensure Closure DOM is compatible with a strict CSP by default. (d97ac0b6bfd7ef2f2a23eaadb45894d5f6e95b04)

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)

... (truncated)

Commits
  • cd9e11a Bump Closure Library version to 20220301.0.0.
  • d97ac0b RELNOTES[NEW]: Ensure Closure DOM is compatible with a strict CSP by default.
  • 67d06cf Delete deprecated goog.net.cookies.
  • b1f2691 Migrate goog.iter.Iterator #nextValueOrThrow usages to #next calls.
  • 247f663 Clean up unnecessary @​suppress {undefinedNames}
  • 040f6fe Clarified the WebChannel.getLastStatusCode() API.
  • f9f2be2 Remove ES4 Iteration tests from various packages in preparation for `nextValu...
  • 622ff93 Stricten code in closure/ui/tree and remove forward declares
  • 72e2957 Load the destination of an extra edge if the source of the edge has already b...
  • e041dba Catch and log fetch reader cancellation errors.
  • 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 20220301.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](google/closure-library@v20200101...v20220301)

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

dependabot bot commented on behalf of github Apr 25, 2022

Superseded by #392.

@dependabot dependabot bot closed this Apr 25, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/google-closure-library-20220301.0.0 branch April 25, 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