Delete inlay css styles, which are not actually used by Closure.
Add non-nullable modifier to return type of functions never returning null.
Remove forwardDeclares from Closure Events Listenable by reducing the typing of the event key's src property to just Listenable, instead of Listenable|EventTarget. Note that EventTarget is the primary implementation of Listenable.
Other Changes
Added SafeUrl.fromMediaSource()
Fix authority parsing in Closure URI parser.
Document mode is now based on user agent on IE if not present in document
Add a define to module manager so that we can control module loading behaviors.
Add non-nullable modifier to return type of functions never returning null.
goog.isArray in deprecated in favor of Array.isArray
Update Thenable.then rejection handler JSDoc to reflect actual functionality.
Closure Library v20200224
New Additions
Create goog.debug.deepFreeze.
Added goog.async.promises.allMapsValues utility function
Backwards Incompatible Changes
AbstractRange.prototype.getTextRange(s) now return AbstractRange instead of the specific TextRange subclass
Other Changes
Remove some forwardDeclares from closure labs net.
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/drumpt/blockly/network/alerts).
Bumps google-closure-library from 20190618.0.0 to 20200315.0.0.
Release notes
Sourced from google-closure-library's releases.
... (truncated)
Commits
c6e4fe0
Bump version.2fb2c6d
Migrate goog.forwardDeclare to goog.requireType.ade336a
Migrate goog.forwardDeclare to goog.requireType.964e8f3
RELNOTES[NEW]: Add SafeHtml.comment.a93d568
RELNOTES: Add non-nullable modifier to return type of functions never returni...294fc00
Fix authority parsing in Closure URI parser.49624ab
Add a define to module manager so that we can control module loading behaviors.5845fb1
Removed the legacy buffering-proxy detection (aka test-channel).f4c4443
Add non-nullable modifier to return type of functions never returning null.60f4a9c
Add non-nullable modifier to return type of functions never returning null.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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/drumpt/blockly/network/alerts).