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

build(deps): bump the npm_and_yarn group across 1 directories with 6 updates #58

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2024

Bumps the npm_and_yarn group with 6 updates in the /Foodie/ClientApp directory:

Package From To
@angular/core 17.1.1 17.1.2
crypto-js 3.3.0 4.2.0
oidc-client 1.9.0 1.11.5
ip 2.0.0 2.0.1
undici 6.2.1 6.6.2
@angular-devkit/build-angular 17.1.1 17.2.0

Updates @angular/core from 17.1.1 to 17.1.2

Release notes

Sourced from @​angular/core's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)
Changelog

Sourced from @​angular/core's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

Commits
  • 3b218a7 docs(core): fix example sections (#54121)
  • 413db30 refactor(forms): Provide RadioControlRegistry in root. (#54130)
  • fccf375 refactor(devtools): Add hydration informations (#53910)
  • c5a0e90 refactor(core): Update ComponentFixture behavior when using zoneless schedu...
  • 8264382 fix(migrations): error in standalone migration when non-array value is used a...
  • 30e42df refactor(core): remove InjectionToken descriptions in optimized builds. (#5...
  • 798aee7 docs: remove link (#54090)
  • c477e87 fix(core): change defer block fixture default behavior to playthrough (#54088)
  • 293dc3b docs: fix reference to forwardRef in ForwardRefFn JSdoc (#53556)
  • 96dd0c7 refactor: fix a number of typos throughout the codebase (#52826)
  • Additional commits viewable in compare view

Updates crypto-js from 3.3.0 to 4.2.0

Commits

Updates oidc-client from 1.9.0 to 1.11.5

Release notes

Sourced from oidc-client's releases.

1.11.5

As part of this release we had 1 issue closed.

bug

1.11.4

As part of this release we had 1 issue closed.

bug

1.11.3

As part of this release we had 1 issue closed.

bug

1.11.2

As part of this release we had 2 issues closed.

bugs

1.11.1

As part of this release we had 5 issues closed.

bugs

enhancements

... (truncated)

Commits
  • cd829b7 1.11.5
  • 41a18b6 fix test
  • c735ad6 fix metadataSeed improperly merged and returned #1305
  • 9077300 1.11.4
  • 87bb0f2 Merge pull request #1303 from IdentityModel/revert-1068-feat/1067/merge-settings
  • 162f8a5 add sample to show setting metadata
  • 2280f3d add metadataSeed to allow merging discovery document into additional metadata
  • 18c9128 Revert "feat: merge openid-configuration and metdata"
  • e7093cf 1.11.3
  • 975f11a import signin request
  • Additional commits viewable in compare view

Updates ip from 2.0.0 to 2.0.1

Commits

Updates undici from 6.2.1 to 6.6.2

Release notes

Sourced from undici's releases.

v6.6.2

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.6.1...v6.6.2

v6.6.1

⚠️ Security Release ⚠️

Fixes:

What's Changed

Full Changelog: nodejs/undici@v6.6.0...v6.6.1

v6.6.0

What's Changed

... (truncated)

Commits

Updates @angular-devkit/build-angular from 17.1.1 to 17.2.0

Release notes

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

v17.2.0

17.2.0 (2024-02-14)

@​schematics/angular

Commit Description
feat - 03e1aa790 add support to bun package manager

@​angular/cli

Commit Description
feat - b3e206741 add support to bun package manager

@​angular-devkit/build-angular

Commit Description
feat - 7f57123fd add define build option to application builder
feat - f4f535653 add JSON build logs when using the application builder
feat - b59f663e5 allow control of Vite-based development server prebundling
feat - 8f47f1e96 provide default and abbreviated build target support for dev-server and extract-i18n
feat - 7a12074dc provide option to allow automatically cleaning the terminal screen during rebuilds
feat - 7c522aa87 support using custom postcss configuration with application builder
fix - 476a68daa add output location in build stats
fix - 5e6f1a9f4 avoid preloading server chunks
fix - 41ea985f9 display server bundles in build stats
fix - d493609d3 downgrade copy-webpack-plugin to workaround Node.js support issue
fix - 8d5af1d5c ensure correct .html served with Vite dev-server
fix - 944cbcdb1 limit the number of lazy chunks visible in the stats table
fix - 905e13633 support string as plugin option in custom postcss plugin config

@​angular-devkit/schematics

Commit Description
fix - da1c38c48 add bun to known package managers

@​angular/create

Commit Description
feat - 600498f2c add support to bun package manager

v17.2.0-rc.0

17.2.0-rc.0 (2024-02-08)

@​angular-devkit/build-angular

Commit Description
feat - 7f57123fd add define build option to application builder
feat - b59f663e5 allow control of Vite-based development server prebundling
feat - 7a12074dc provide option to allow automatically cleaning the terminal screen during rebuilds
fix - 2a25e06ea allow ./ baseHref when using vite based server
fix - 5e6f1a9f4 avoid preloading server chunks
fix - 8d5af1d5c ensure correct .html served with Vite dev-server
fix - 1aeeb7da0 ensure WebWorker main entry is used in output code

... (truncated)

Changelog

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

17.2.0 (2024-02-14)

@​angular/cli

Commit Type Description
b3e206741 feat add support to bun package manager

@​schematics/angular

Commit Type Description
03e1aa790 feat add support to bun package manager

@​angular-devkit/build-angular

Commit Type Description
7f57123fd feat add define build option to application builder
f4f535653 feat add JSON build logs when using the application builder
b59f663e5 feat allow control of Vite-based development server prebundling
8f47f1e96 feat provide default and abbreviated build target support for dev-server and extract-i18n
7a12074dc feat provide option to allow automatically cleaning the terminal screen during rebuilds
7c522aa87 feat support using custom postcss configuration with application builder
476a68daa fix add output location in build stats
5e6f1a9f4 fix avoid preloading server chunks
41ea985f9 fix display server bundles in build stats
d493609d3 fix downgrade copy-webpack-plugin to workaround Node.js support issue
8d5af1d5c fix ensure correct .html served with Vite dev-server
944cbcdb1 fix limit the number of lazy chunks visible in the stats table
905e13633 fix support string as plugin option in custom postcss plugin config

@​angular-devkit/schematics

Commit Type Description
da1c38c48 fix add bun to known package managers

@​angular/create

Commit Type Description
600498f2c feat add support to bun package manager

17.1.4 (2024-02-14)

... (truncated)

Commits
  • 644010d release: cut the v17.2.0 release
  • 79b1edd build: update Angular peer deps packages to 17.2.0
  • 905e136 fix(@​angular-devkit/build-angular): support string as plugin option in custom...
  • d493609 fix(@​angular-devkit/build-angular): downgrade copy-webpack-plugin to workarou...
  • 8598bb5 fix(@​angular-devkit/build-angular): bypass Vite prebundling for absolute URL ...
  • b07246a fix(@​angular/cli): prevent BOM errors in package.json during ng update
  • da1c38c fix(@​angular-devkit/schematics): add bun to known package managers
  • d50c4cc release: cut the v17.2.0-rc.0 release
  • 1b6b794 docs: release notes for the v17.1.3 release
  • 1aeeb7d fix(@​angular-devkit/build-angular): ensure WebWorker main entry is used in ou...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…updates

Bumps the npm_and_yarn group with 6 updates in the /Foodie/ClientApp directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.1.1` | `17.1.2` |
| [crypto-js](https://github.com/brix/crypto-js) | `3.3.0` | `4.2.0` |
| [oidc-client](https://github.com/IdentityModel/oidc-client-js) | `1.9.0` | `1.11.5` |
| [ip](https://github.com/indutny/node-ip) | `2.0.0` | `2.0.1` |
| [undici](https://github.com/nodejs/undici) | `6.2.1` | `6.6.2` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.1.1` | `17.2.0` |


Updates `@angular/core` from 17.1.1 to 17.1.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/17.1.2/packages/core)

Updates `crypto-js` from 3.3.0 to 4.2.0
- [Commits](brix/crypto-js@3.3.0...4.2.0)

Updates `oidc-client` from 1.9.0 to 1.11.5
- [Release notes](https://github.com/IdentityModel/oidc-client-js/releases)
- [Changelog](https://github.com/IdentityModel/oidc-client-js/blob/dev/GitReleaseManager.yaml)
- [Commits](DuendeArchive/identity-model-oidc-client-js@1.9.0...1.11.5)

Updates `ip` from 2.0.0 to 2.0.1
- [Commits](indutny/node-ip@v2.0.0...v2.0.1)

Updates `undici` from 6.2.1 to 6.6.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.2.1...v6.6.2)

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

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: crypto-js
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: oidc-client
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: ip
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2024

Superseded by #59.

@dependabot dependabot bot closed this Mar 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/Foodie/ClientApp/npm_and_yarn-security-group-d789c5c34f branch March 16, 2024 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants