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 directory with 7 updates #59

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2024

Bumps the npm_and_yarn group with 7 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
follow-redirects 1.15.5 1.15.6
ip 2.0.0 2.0.1
undici 6.2.1 6.7.1
@angular-devkit/build-angular 17.1.1 17.3.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 follow-redirects from 1.15.5 to 1.15.6

Commits

Updates ip from 2.0.0 to 2.0.1

Commits

Updates undici from 6.2.1 to 6.7.1

Release notes

Sourced from undici's releases.

v6.7.1

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.7.0...v6.7.1

v6.7.0

What's Changed

... (truncated)

Commits

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

Release notes

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

v17.3.0

17.3.0 (2024-03-13)

@​schematics/angular

Commit Description
feat - 5ab71fc92 update CSS/Sass import/use specifiers in application migration

@​angular-devkit/build-angular

Commit Description
feat - 9ca3a5450 add deployUrl to application builder
fix - 3821344da ensure proper display of build logs in the presence of warnings or errors
fix - de2d05049 provide better error message when server option is required but missing

v17.3.0-rc.0

17.3.0-rc.0 (2024-03-06)

@​schematics/angular

Commit Description
feat - 5ab71fc92 update CSS/Sass import/use specifiers in application migration

@​angular-devkit/build-angular

Commit Description
feat - 9ca3a5450 add deployUrl to application builder

v17.2.3

17.2.3 (2024-03-06)

@​angular-devkit/build-angular

Commit Description
fix - 7cc8261fd avoid implicit CSS file extensions when resolving
fix - 259ec72d5 avoid marking component styles as media with no output media directory
fix - faffdfdce disable deployUrl when using vite dev-server

v17.2.2

17.2.2 (2024-02-28)

@​angular-devkit/build-angular

Commit Description
fix - 3394d3cf1 ensure all related stylesheets are rebuilt when an import changes

v17.2.1

17.2.1 (2024-02-22)

@​angular-devkit/build-angular

Commit Description

... (truncated)

Changelog

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

17.3.0 (2024-03-13)

@​schematics/angular

Commit Type Description
5ab71fc92 feat update CSS/Sass import/use specifiers in application migration

@​angular-devkit/build-angular

Commit Type Description
9ca3a5450 feat add deployUrl to application builder
3821344da fix ensure proper display of build logs in the presence of warnings or errors
de2d05049 fix provide better error message when server option is required but missing

17.2.3 (2024-03-06)

@​angular-devkit/build-angular

Commit Type Description
7cc8261fd fix avoid implicit CSS file extensions when resolving
259ec72d5 fix avoid marking component styles as media with no output media directory
faffdfdce fix disable deployUrl when using vite dev-server

17.2.2 (2024-02-28)

@​angular-devkit/build-angular

Commit Type Description
3394d3cf1 fix ensure all related stylesheets are rebuilt when an import changes

17.2.1 (2024-02-22)

@​angular-devkit/build-angular

... (truncated)

Commits
  • 407c3a3 release: cut the v17.3.0 release
  • 99fb28a build: bump @angular/ssr framework versions
  • 498e2f5 build: bump framework dependencies for minor release
  • 5707578 refactor(@​angular-devkit/build-angular): properly display errors originating ...
  • de2d050 fix(@​angular-devkit/build-angular): provide better error message when server ...
  • 9999fdd build: update vendored TypeScript to final
  • ea8c4c8 refactor(@​angular-devkit/build-angular): add warnings for unsupported vite op...
  • 3821344 fix(@​angular-devkit/build-angular): ensure proper display of build logs in th...
  • 5263815 build: update all non-major dependencies
  • 7dfddae build: update TypeScript version to ~5.4.2
  • 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.

…dates

Bumps the npm_and_yarn group with 7 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` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.5` | `1.15.6` |
| [ip](https://github.com/indutny/node-ip) | `2.0.0` | `2.0.1` |
| [undici](https://github.com/nodejs/undici) | `6.2.1` | `6.7.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.1.1` | `17.3.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](IdentityModel/oidc-client-js@1.9.0...1.11.5)

Updates `follow-redirects` from 1.15.5 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6)

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.7.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.2.1...v6.7.1)

Updates `@angular-devkit/build-angular` from 17.1.1 to 17.3.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.3.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: follow-redirects
  dependency-type: indirect
  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 Mar 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2024

Superseded by #60.

@dependabot dependabot bot closed this Mar 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/Foodie/ClientApp/npm_and_yarn-security-group-c1fd9b6049 branch March 21, 2024 20:53
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