Skip to content

chore(deps): bump google-closure-library from 20180204.0.0 to 20220502.0.0#30

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 9, 2022

Bumps google-closure-library from 20180204.0.0 to 20220502.0.0.

Release notes

Sourced from google-closure-library's releases.

Closure Library v20220502

New Additions

  • Allow overriding the goog.net.XhrManager's underling XhrIoPool in tests. (3d36f2126e012032c4d4b15e643936b0f8c3d48e)

Backwards Incompatible Changes

  • Remove deprecated goog.nullFunction (27be5f449dd44521615625c1e4a50da3221f9529)

Other Changes

  • Maintain cursor position when inserting lists (705ac0cc8d2f6ed80400ce9ff5ade41b3ae63e5e)
  • Don't add <br> tag on the first <li> removed in goog.editor.plugins.RemoveFormatting. (7d36ac41681b4bc5bf1247aa88e880b419a6b8ec)
  • Fix debug window options closing from throwing when new loggers get added after it was opened. (7f2c86cc814eaf5f8c71d5f96b76ecb242d08b35)
  • Updated data for ICU71 & CLDR 41 (1df687acd0cf1657ad36155060619f0284b73730)
  • Update test to account for removed goog.nullFunction (35b3ced07212ca684d68501a2134b0e1178c7771)

Closure Library v20220405

New Additions

  • Fix goog.editor.Field so handleChanges is called when content is changed on mobile devices. (605aa47173bfb01d7d989d3bbf4f2bcbc9d2088b)
  • Add ListFormat class with conjunction and disjunction options. (f6e0a87a69e3e837e102fbdb8d2eb788b2fa07db)

Backwards Incompatible Changes

  • Removed aliases goog.module.ModuleManager.FailureType and goog.loader.AbstractModuleManager.FailureType (e6e6c5ce190a1da170a5418b1376e9ee382b4445)
  • Remove deprecated goog.mixin. (d9aace7423bcee7fc700e6f68db23e6ba9670f25)
  • Remove the dir parameter in the SafeHtml unchecked conversion. (09bdaa23e240d1ec3609679ff61ae15f274d92ca)
  • Change ModuleLoadFailureType to class for containing extra status code (8e3cd9f45088137f739158b9b4c4973421e888d9)
  • Removed labs/i18n. All users should move to use closure/i18n/listformat. (4884ab9a46beaa3ed2af3d2de9c7a1ef267936be)
  • Remove deprecated goog.net.xpc.DirectTransport (7736beb13dbdb5924654560ab237b165d4261303)

Other Changes

  • Ensure more of Closure is compatible with a strict CSP by default. (8889f54a9c15153c455d97d3847ad6e827370a6c)
  • goog.getLocale() is now deprecated: use goog.LOCALE instead (b50a9d5b1950a0d4bc9c07cec76923978a057036)
  • SafeHtml.createWithDir is now package private. (49cbea58e1a87bcec97616dad95c7ffe4155a1f3)
  • goog.getMsg: add example and original_code fields to opt_options (8236d3820f83495c5e2bc7746049a00c0498b239)
  • Fixed issue with preserving link formatting in removeFormatting (64ca04b0cfcb0f0d800ee2b1284869fc4e1d95cf)
  • Stub goog.async.nextTick implementation more directly in MockClock. (ebba7d9814eeba809f74229c5fabb8cefa61ae06)
  • Fixed closure-make-deps to return a nonzero exit code on failure (b8600bdb09b1c6a2352b29665276def77623818b)

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)

... (truncated)

Commits
  • 99371f7 Bump Closure Library version to 20220502.0.0.
  • eb4c55b Delete goog.json perf tests.
  • 35b3ced Update test to account for removed goog.nullFunction
  • 27be5f4 Remove deprecated goog.nullFunction
  • 705ac0c Maintain cursor position when inserting lists
  • c55260c Error out if goog.debug.ErrorHandler is asked to protect a function that does...
  • 1df687a Updated data for ICU71 & CLDR 41.
  • 7f2c86c RELNOTES: Fix debug window options closing from throwing when new loggers get...
  • d648588 Stop change events for silent commands.
  • e1d038d Automated rollback of commit a91b57a67dab778b4551700de5067996786faead.
  • 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 20220502.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](google/closure-library@v20180204...v20220502)

---
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 May 9, 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 Aug 15, 2022

Superseded by #54.

@dependabot dependabot Bot closed this Aug 15, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/google-closure-library-20220502.0.0 branch August 15, 2022 00:58
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