Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump google-closure-deps from 20220202.0.0 to 20230502.0.0 #77

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 15, 2023

Bumps google-closure-deps from 20220202.0.0 to 20230502.0.0.

Release notes

Sourced from google-closure-deps's releases.

Closure Library v20230502

Backwards Incompatible Changes

  • Add the ability to center a dialog inside a parent parent element. (eaf55f3db6fea3d14293f6fea3c9805e4f678567)

Other Changes

  • Makes closure/html types' constructors private (f3db3e6e2e998d3e52f681ee4ca91ffa38487085)
  • Deprecate setObjectData (211bb6524c96b1b8ca9d156ec12811eb3406c308) and setFrameSrc (1763bed09dc1007bf05485f974af12588b4611c9) in SafeHtml
  • Add a way to check if Html5History is using the fragment for the token. (a6fa5b05b2d305f71a7b9adf720e1c1dc8a116b6)

Closure Library v20230411

No relevant changes

Closure Library v20230228

Backwards Incompatible Changes

  • Remove the defaultImpl parameter from Closure Delegates helper methods. (ab6fa71dc7d922eaf4bf08151c3661a58c2f9e2c)

Other Changes

  • Soy: Add toSafeStyle. (db33484c92c7b522229bd119c23403a202e07255)
  • Revise style of MONTH_DAY_MEDIUM to use medium rather than long. (952fff64ee7a73a82a386cb72b5b518495464e31)
  • Remove versioned CLDR data. (63598703435f0873587ba851f08ae40f6543f114)
  • Add a new goog.define that lets users change the Soy stubbing behavior at runtime and another to always stub. (ecaae0ab91d4bf3b0d2711282a5f57c312f29c63)
  • Disable the Debug Loader by default. (b12e80d1e0afca4b5c9feeff44ff410e9797fb9a)
  • Stops sanitizing the #src attribute for <img>, <video>, <audio> and <source>. (6e384c96516a5f77d4a513d46a00e447c6ac3652)
  • Update DateTimeParse to handle non-ASCII spaces in date/time patterns (6b26bd21ae69560904a7a830bede17cc7f97d3f2)
  • Adds a new API BrowserChannel.setIsBuffered to allow clients to set connection status (96278c1fc837c95d2dfc90711273c1489a03ba55)

Closure Library v20230206

New Additions

  • New DurationFormat API (92517517fd4d40e865c4c79356243072e9bcba82)

Other Changes

  • Remove CurrencyInfo and CurrencyInfoTier2 provides, as they can be accessed from the goog.i18n.currency provide (723c869cee2bee39bef89c1876843fab7f945227)
  • Suppress deprecation warnings in base.js (41a3ba0649271039d6423f85da6d6ce0b6c1135a)
  • Fix errors in errorhandler.js in Worker contexts (53b06a26a8f6d7dad6c78a173ff182452335d68e)
  • Add type annotations for goog.ui.AnimatedZippy.Events (8933907dfd47b937c6e2d999c79f55098cc60e19)
  • Add an API to conditionally render soy using IDOM constructs (35dc68adf4a58a03d34fbaa123e9cc3a6c267873)
  • Remove deprecated goog.getLocale function; goog.LOCALE should be set as a Closure Define instead (9c4766f2edd40f8432a310ae4919494b737714f5)
  • Updating data with CLDR 42 (f11273fb805ce4629bb23b771a0d7f323a8cc7c2)

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)

... (truncated)

Commits
  • f940337 Bump Closure Library version to 20230502.0.0.
  • 34fcddb Internal change
  • eaf55f3 Currently, the PopupModal is always positioned relatively to the body element.
  • a6fa5b0 Add a way to check if Html5History is using the fragment for the token.
  • c92fcbd Replace a window reference with goog.global in goog.events.OnlineHandler ...
  • 1763bed The function will be deleted in future versions of the library.
  • 211bb65 The function will be deleted in future versions of the library.
  • f3db3e6 # Makes closure/html types' constructors private
  • 918acbb Merge pull request #1193 from google:dependabot/github_actions/actions/checko...
  • 963b5d0 RELNOTES: n/a
  • Additional commits viewable in compare view

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-deps](https://github.com/google/closure-library) from 20220202.0.0 to 20230502.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](google/closure-library@v20220202...v20230502)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 15, 2023

The following labels could not be found: PR: chore, PR: dependencies.

@cloudflare-pages
Copy link

cloudflare-pages bot commented May 15, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: bcdb68b
Status:🚫  Build failed.

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants