Bump the zeppelin-web-angular-security-updates group across 1 directory with 6 updates#5221
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
|
@dependabot rebase |
…ry with 6 updates Bumps the zeppelin-web-angular-security-updates group with 6 updates in the /zeppelin-web-angular directory: | Package | From | To | | --- | --- | --- | | [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `13.4.0` | `21.2.14` | | [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `13.4.0` | `21.2.14` | | [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `13.4.0` | `21.2.14` | | [@tootallnate/once](https://github.com/TooTallNate/once) | `1.1.2` | `removed` | | [rollup](https://github.com/rollup/rollup) | `0.25.8` | `4.60.4` | | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.11` | `1.16.0` | Updates `@angular/common` from 13.4.0 to 21.2.14 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.14/packages/common) Updates `@angular/compiler` from 13.4.0 to 21.2.14 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.14/packages/compiler) Updates `@angular/core` from 13.4.0 to 21.2.14 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.14/packages/core) Removes `@tootallnate/once` Updates `rollup` from 0.25.8 to 4.60.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG-0.md) - [Commits](rollup/rollup@v0.25.8...v4.60.4) Updates `follow-redirects` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.2.10 dependency-type: direct:production dependency-group: zeppelin-web-angular-security-updates - dependency-name: "@angular/compiler" dependency-version: 21.2.10 dependency-type: direct:production dependency-group: zeppelin-web-angular-security-updates - dependency-name: "@angular/core" dependency-version: 21.2.10 dependency-type: direct:production dependency-group: zeppelin-web-angular-security-updates - dependency-name: "@tootallnate/once" dependency-version: dependency-type: indirect dependency-group: zeppelin-web-angular-security-updates - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect dependency-group: zeppelin-web-angular-security-updates - dependency-name: rollup dependency-version: 4.60.2 dependency-type: indirect dependency-group: zeppelin-web-angular-security-updates ... Signed-off-by: dependabot[bot] <support@github.com>
c5af31a to
c68b41b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the zeppelin-web-angular-security-updates group with 6 updates in the /zeppelin-web-angular directory:
13.4.021.2.1413.4.021.2.1413.4.021.2.141.1.2removed0.25.84.60.41.15.111.16.0Updates
@angular/commonfrom 13.4.0 to 21.2.14Release notes
Sourced from @angular/common's releases.
... (truncated)
Changelog
Sourced from @angular/common's changelog.
... (truncated)
Commits
30cf85frefactor(common): update deprecation message42d57c3refactor(common): fix viewport tests10ad3c0fix(common): prevent focus from scrollToAnchor540536cfix(http): add CSP nonce support to JsonpClientBackend8102331test(http): disable XSRF and mock location in HttpClient tests to avoid Domin...13f050dtest: construct localDateobjects to fix timezone flakinessd0cf299test: remove unsupported timezone fromformatDatetestsb4ab6bafix(common): avoid redundant image fetch on destroy with auto sizesadda6c5build: updateaspect_rules_jsto3.0.293c6dc6Revert "refactor(http): Improves base64 encoding/decoding with feature detect...Updates
@angular/compilerfrom 13.4.0 to 21.2.14Release notes
Sourced from @angular/compiler's releases.
... (truncated)
Changelog
Sourced from @angular/compiler's changelog.
... (truncated)
Commits
68282dffix(compiler): strip namespaced SVG script elements during template compilation6652ec0refactor(core): align namespaced attribute validation and security schema con...baf92datest: remove invalid css that was causing issues with the postcss parser1c6553efix(core): disallow event attribute bindings in host bindings unconditionally4f5d8a2fix(compiler): let declaration span not including end charactera4f3120refactor(compiler): require a reference in DirectiveMetade533ferefactor(compiler-cli): move ClassPropertyMapping into compilerea1e34crefactor(compiler): move matchSource into base metadatae40d378fix(compiler): handle nested brackets in host object bindingsd04ddd7fix(core): prevent binding unsafe attributes on SVG animation elements (#67797)Updates
@angular/corefrom 13.4.0 to 21.2.14Release notes
Sourced from @angular/core's releases.
... (truncated)
Changelog
Sourced from @angular/core's changelog.
... (truncated)
Commits
1d6e71ddocs: clarify ngDoCheck invocation behavior with OnPush strategy49113acfix(core): visit ICU expressions in signal migration schematics68282dffix(compiler): strip namespaced SVG script elements during template compilationc0f5227fix(core): do not insert todo when migrating void@Output0fb2724fix(core): reject script element as a dynamic component host6652ec0refactor(core): align namespaced attribute validation and security schema con...938a7f3fix(core): makes resource URL sanitizer lookup case-insensitive1c6553efix(core): disallow event attribute bindings in host bindings unconditionally9e38ed7fix(core): sanitizer typings3430251fix(core): i18n flags leaking on errorsRemoves
@tootallnate/onceUpdates
rollupfrom 0.25.8 to 4.60.4Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
d311a844.60.46aa3248fix: stabilize chunk assignment across parallel file reads (#6362)82a0fe7Resolve vulnerabilities (#6375)71f5ebcchore(deps): update dependency lru-cache to v11 (#6371)af91d77chore(deps): lock file maintenance (#6373)65e7b94chore(deps): update react monorepo to v19 (major) (#6372)642587ffix(deps): update minor/patch updates (#6370)b47bdab4.60.315c5f33Add again some unneeded dev dependencies, to make some builds succeed12195dcfix: do not rename nested "exports" bindings that do not conflict (#6360)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for rollup since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
follow-redirectsfrom 1.15.11 to 1.16.0Commits
0c23a22Release version 1.16.0 of the npm package.844c4d3Add sensitiveHeaders option.5e8b8d0ci: add Node.js 24.x to the CI matrix7953e22ci: upgrade GitHub Actions to use setup-node@v6 and checkout@v686dc1f8Sanitizing input.