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

Bump the npm group in /code-demos/angular-proxy-bypass with 13 updates #75

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 8, 2024

Bumps the npm group in /code-demos/angular-proxy-bypass with 13 updates:

Package From To
@angular/animations 18.0.1 18.0.2
@angular/common 18.0.1 18.0.2
@angular/compiler 18.0.1 18.0.2
@angular/core 18.0.1 18.0.2
@angular/forms 18.0.1 18.0.2
@angular/platform-browser 18.0.1 18.0.2
@angular/platform-browser-dynamic 18.0.1 18.0.2
@angular/router 18.0.1 18.0.2
tslib 2.6.2 2.6.3
zone.js 0.14.6 0.14.7
@angular-devkit/build-angular 18.0.2 18.0.3
@angular/cli 18.0.2 18.0.3
@angular/compiler-cli 18.0.1 18.0.2

Updates @angular/animations from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/animations's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/animations's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

Commits

Updates @angular/common from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/common's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/common's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

Commits

Updates @angular/compiler from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/compiler's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/compiler's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

Commits
  • 7ef0dab refactor(compiler-cli): integrate let declarations into the template type che...
  • 4b00690 refactor(compiler): integrate let declarations into the template binder (#56199)
  • 405e4dd refactor(compiler-cli): add compiler flag for testing let declarations (#56199)
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • 989a8e1 refactor(compiler): implement let declarations in render3 ast (#55848)
  • d44c8ee refactor(compiler): implement let declarations in html ast (#55848)
  • 5ee2357 refactor(compiler): add support for tokenizing let declarations (#55848)
  • See full diff in compare view

Updates @angular/core from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/core's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/core's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

Commits
  • dbf1d93 refactor(core): Refactor parts of event_replay into a shared library that wil...
  • 33a6686 refactor(core): Add and move tests for Dispatcher. (#56193)
  • 33b0d25 refactor(core): Use Nullish coalescing assignment for view getters. (#56242)
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • c3f2c67 refactor(core): remove doubled line (#56091)
  • 159c97e refactor(core): provide zone token in prod as well (#56197)
  • 290a47d fix(core): handle missing withI18nSupport() call for components that use i1...
  • 2a440e1 fix(core): Fix shouldPreventDefaultBeforeDispatching bug (#56188)
  • 616cdef fix(core): don't coerce all producers to consumers on liveness change (#56140)
  • 7659dff refactor(core): Remove lambda from error message. (#56161)
  • Additional commits viewable in compare view

Updates @angular/forms from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/forms's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/forms's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

Commits

Updates @angular/platform-browser from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/platform-browser's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/platform-browser's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

Commits

Updates @angular/platform-browser-dynamic from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

Commits

Updates @angular/router from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/router's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/router's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

Commits

Updates tslib from 2.6.2 to 2.6.3

Release notes

Sourced from tslib's releases.

v2.6.3

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

Commits

Updates zone.js from 0.14.6 to 0.14.7

Changelog

Sourced from zone.js's changelog.

0.14.7 (2024-06-06)

Bug Fixes

  • zone.js: do not mutate event listener options (may be readonly) (#55796) (85c1719), closes #54142
  • zone.js: store remove abort listener on the scheduled task (#56160) (4a3800a), closes #56148
Commits
  • 181ed2a release: cut the zone.js-0.14.7 release (#56306)
  • 117a26b docs(zone.js): update release guide for zone.js (#55846)
  • 4a3800a fix(zone.js): store remove abort listener on the scheduled task (#56160)
  • 85c1719 fix(zone.js): do not mutate event listener options (may be readonly) (#55796)
  • See full diff in compare view

Updates @angular-devkit/build-angular from 18.0.2 to 18.0.3

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v18.0.3

18.0.3 (2024-06-05)

@​angular/cli

Commit Description
fix - b709d2a24 add schema.json options to parsed command, also when a version is passed to ng add <package>@<version>

@​angular/build

Commit Description
fix - 43a2a7d13 avoid escaping rebased Sass URL values
fix - 9acb5c7ca disable JS transformer persistent cache on web containers
fix - 346df4909 improve Sass rebaser ident token detection
fix - 6526a5f59 watch all related files during a Sass error
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

18.0.3 (2024-06-05)

@​angular/cli

Commit Type Description
b709d2a24 fix add schema.json options to parsed command, also when a version is passed to ng add <package>@<version>

@​angular/build

Commit Type Description
43a2a7d13 fix avoid escaping rebased Sass URL values
9acb5c7ca fix disable JS transformer persistent cache on web containers
346df4909 fix improve Sass rebaser ident token detection
6526a5f59 fix watch all related files during a Sass error

18.1.0-next.0 (2024-05-29)

@​angular/build

Commit Type Description
721d50bae fix avoid escaping rebased Sass URL values
f17b78de7 fix improve Sass rebaser ident token detection

Commits
  • 04077e3 release: cut the v18.0.3 release
  • 97eff83 refactor(@​schematics/angular): remove unnecessary whitespace in spec template
  • 04e2497 docs: update tsconfig template link aio->adev
  • b709d2a fix(@​angular/cli): add schema.json options to parsed command, also when a v...
  • 6526a5f fix(@​angular/build): watch all related files during a Sass error
  • 9acb5c7 fix(@​angular/build): disable JS transformer persistent cache on web containers
  • 25624af test: remove E2E tests that are covered by integration tests
  • 43a2a7d fix(@​angular/build): avoid escaping rebased Sass URL values
  • 346df49 fix(@​angular/build): improve Sass rebaser ident token detection
  • See full diff in compare view

Updates @angular/cli from 18.0.2 to 18.0.3

Release notes

Sourced from @​angular/cli's releases.

v18.0.3

18.0.3 (2024-06-05)

@​angular/cli

Commit Description
fix - b709d2a24 add schema.json options to parsed command, also when a version is passed to ng add <package>@<version>

@​angular/build

Description has been truncated

Commit Description
fix - 43a2a7d13 avoid escaping rebased Sass URL values

Bumps the npm group in /code-demos/angular-proxy-bypass with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.0.1` | `18.0.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.0.1` | `18.0.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.0.1` | `18.0.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.0.1` | `18.0.2` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.0.1` | `18.0.2` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.0.1` | `18.0.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.0.1` | `18.0.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.0.1` | `18.0.2` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.2` | `2.6.3` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.6` | `0.14.7` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.0.2` | `18.0.3` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.0.2` | `18.0.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.0.1` | `18.0.2` |


Updates `@angular/animations` from 18.0.1 to 18.0.2
- [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/18.0.2/packages/animations)

Updates `@angular/common` from 18.0.1 to 18.0.2
- [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/18.0.2/packages/common)

Updates `@angular/compiler` from 18.0.1 to 18.0.2
- [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/18.0.2/packages/compiler)

Updates `@angular/core` from 18.0.1 to 18.0.2
- [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/18.0.2/packages/core)

Updates `@angular/forms` from 18.0.1 to 18.0.2
- [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/18.0.2/packages/forms)

Updates `@angular/platform-browser` from 18.0.1 to 18.0.2
- [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/18.0.2/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.0.1 to 18.0.2
- [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/18.0.2/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.0.1 to 18.0.2
- [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/18.0.2/packages/router)

Updates `tslib` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.2...v2.6.3)

Updates `zone.js` from 0.14.6 to 0.14.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.14.7/packages/zone.js)

Updates `@angular-devkit/build-angular` from 18.0.2 to 18.0.3
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.0.2...18.0.3)

Updates `@angular/cli` from 18.0.2 to 18.0.3
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.0.2...18.0.3)

Updates `@angular/compiler-cli` from 18.0.1 to 18.0.2
- [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/18.0.2/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot npm Pull requests for NPM packages updates labels Jun 8, 2024
@github-actions github-actions bot merged commit 0711303 into main Jun 8, 2024
4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/code-demos/angular-proxy-bypass/npm-41ac032f67 branch June 8, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot npm Pull requests for NPM packages updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants