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

chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Bumps the npm_and_yarn group with 2 updates in the / directory: @azure/identity and @azure/static-web-apps-cli.
Bumps the npm_and_yarn group with 1 update in the /api directory: @azure/identity.

Updates @azure/identity from 3.4.2 to 4.4.1

Commits
  • 8c32457 update package versions and changelog
  • bfcc786 up-to-date eng tools
  • 06f47ee [Identity] Fix PowershellCredential token parsing logic (#30508)
  • d9870f4 [Identity] Update error messages for AzurePipelinesCredential (#30387)
  • f1ecbf9 [monitor-opentelemetry] Fix issue with standard metrics dependency cardinalit...
  • 8e1e066 [CODEOWNERS] add an entry for management tsconfig.json (#30487)
  • 450e438 [EngSys] automatic rush update --full (#30486)
  • fb7ab94 [Storage]Bump package version, upgrade @​azure/core-tracing dependency (#30437)
  • 4516e1b updated non-streamable query in README (#29782)
  • 7ace3fa [cosmos]update Changelog for 4.0.1 (#30106)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/identity since your current version.


Updates @azure/static-web-apps-cli from 1.1.7 to 2.0.1

Release notes

Sourced from @​azure/static-web-apps-cli's releases.

v2.0.1

What's Changed

Full Changelog: Azure/static-web-apps-cli@v2.0.0...v2.0.1

v2.0.0

Breaking Change

Node 18 or later is now required

What's Changed

New Contributors

Full Changelog: Azure/static-web-apps-cli@v1.1.10...v2.0.0

v1.1.10

What's Changed

New Contributors

Full Changelog: Azure/static-web-apps-cli@v1.1.9...v1.1.10

v1.1.9

What's Changed

... (truncated)

Commits
  • 8d0b7aa Merge pull request #876 from Timothyw0/main
  • 4783067 Update package.json node and npm engines
  • bc5b44e 2.0.1
  • e06191e Merge pull request #875 from adrianhall/issues/871
  • 1f32666 (#871) fix: import JSON files using createRequire
  • 4a481ed Merge pull request #874 from Timothyw0/fix/873-start-crash-including-auth
  • 4963928 Add node:20 to the allowed api runtimes configuration. Fixes issue #864
  • 6c100a4 Fix msha auth import function
  • c152eaa Merge pull request #870 from Timothyw0/main
  • c075a0b 2.0.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/static-web-apps-cli since your current version.


Updates @azure/msal-node from 2.7.0 to 2.13.0

Release notes

Sourced from @​azure/msal-node's releases.

@​azure/msal-node v2.13.0

2.13.0

Tue, 13 Aug 2024 23:25:05 GMT

Minor changes

  • Added file-based detection for Azure Arc ([email protected])
  • Bump @​azure/msal-common to v14.14.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

Patches

@​azure/msal-node v2.12.0

2.12.0

Tue, 23 Jul 2024 14:19:34 GMT

Minor changes

  • Track MSAL node SKU for broker flows #7213 ([email protected])
  • Bump @​azure/msal-common to v14.14.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-node v2.11.1

2.11.1

Tue, 16 Jul 2024 18:22:27 GMT

Patches

  • SHA-256 thumbprints now use PSS padding #7200 ([email protected])
  • Bump @​azure/msal-common to v14.13.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-node v2.11.0

2.11.0

Fri, 12 Jul 2024 19:56:47 GMT

Minor changes

  • Deprecated SHA-1 thumbprint for clientCertificate #7185 ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-node v2.10.0

2.10.0

... (truncated)

Commits
  • 8ad6d1d onRedirectNavigate deprecation fix (#7251)
  • b588185 Update retry for invalid_grant errors (#7249)
  • 3c8bde6 Send the error template back when there's an error response (#7247)
  • 82c287a added collectCoverage param to jest.config.cjs (#7245)
  • 022805b Use high precision TS for NAA message time (#7243)
  • 630605c Managed Identity - Added file-based detection for Azure Arc (#7225)
  • 4592e9f clientSecret can now (once again) be provided as undefined (#7209)
  • 9b44cb4 Retry for invalid_grant errors - Redirect (#7231)
  • 5551818 Fix node e2e prompt=consent tests (#7238)
  • 317f835 Updated Managed Identity IMDS Sample (#7205)
  • Additional commits viewable in compare view

Updates axios from 0.25.0 to 1.7.4

Release notes

Sourced from axios's releases.

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.4 (2024-08-13)

Bug Fixes

Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

... (truncated)

Commits

Updates @azure/identity from 4.2.0 to 4.2.1

Commits
  • 8c32457 update package versions and changelog
  • bfcc786 up-to-date eng tools
  • 06f47ee [Identity] Fix PowershellCredential token parsing logic (#30508)
  • d9870f4 [Identity] Update error messages for AzurePipelinesCredential (#30387)
  • f1ecbf9 [monitor-opentelemetry] Fix issue with standard metrics dependency cardinalit...
  • 8e1e066 [CODEOWNERS] add an entry for management tsconfig.json (#30487)
  • 450e438 [EngSys] automatic rush update --full (#30486)
  • fb7ab94 [Storage]Bump package version, upgrade @​azure/core-tracing dependency (#30437)
  • 4516e1b updated non-streamable query in README (#29782)
  • 7ace3fa [cosmos]update Changelog for 4.0.1 (#30106)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/identity since your current version.


Updates @azure/msal-node from 2.9.1 to 2.13.0

Release notes

Sourced from @​azure/msal-node's releases.

@​azure/msal-node v2.13.0

2.13.0

Tue, 13 Aug 2024 23:25:05 GMT

Minor changes

  • Added file-based detection for Azure Arc ([email protected])
  • Bump @​azure/msal-common to v14.14.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

Patches

@​azure/msal-node v2.12.0

2.12.0

Tue, 23 Jul 2024 14:19:34 GMT

Minor changes

  • Track MSAL node SKU for broker flows #7213 ([email protected])
  • Bump @​azure/msal-common to v14.14.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-node v2.11.1

2.11.1

Tue, 16 Jul 2024 18:22:27 GMT

Patches

  • SHA-256 thumbprints now use PSS padding #7200 ([email protected])
  • Bump @​azure/msal-common to v14.13.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-node v2.11.0

2.11.0

Fri, 12 Jul 2024 19:56:47 GMT

Minor changes

  • Deprecated SHA-1 thumbprint for clientCertificate #7185 ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-node v2.10.0

2.10.0

... (truncated)

Commits
  • 8ad6d1d onRedirectNavigate deprecation fix (#7251)
  • b588185 Update retry for invalid_grant errors (#7249)
  • 3c8bde6 Send the error template back when there's an error response (#7247)
  • 82c287a added collectCoverage param to jest.config.cjs (#7245)
  • 022805b Use high precision TS for NAA message time (#7243)
  • 630605c Managed Identity - Added file-based detection for Azure Arc (#7225)
  • 4592e9f clientSecret can now (once again) be provided as undefined (#7209)
  • 9b44cb4 Retry for invalid_grant errors - Redirect (#7231)
  • 5551818 Fix node e2e prompt=consent tests (#7238)
  • 317f835 Updated Managed Identity IMDS Sample (#7205)
  • 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 2 updates in the / directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js) and [@azure/static-web-apps-cli](https://github.com/azure/static-web-apps-cli).
Bumps the npm_and_yarn group with 1 update in the /api directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js).


Updates `@azure/identity` from 3.4.2 to 4.4.1
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_3.4.2...@azure/identity_4.4.1)

Updates `@azure/static-web-apps-cli` from 1.1.7 to 2.0.1
- [Release notes](https://github.com/azure/static-web-apps-cli/releases)
- [Commits](Azure/static-web-apps-cli@v1.1.7...v2.0.1)

Updates `@azure/msal-node` from 2.7.0 to 2.13.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.7.0...msal-node-v2.13.0)

Updates `axios` from 0.25.0 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.7.4)

Updates `@azure/identity` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_3.4.2...@azure/identity_4.4.1)

Updates `@azure/msal-node` from 2.9.1 to 2.13.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.7.0...msal-node-v2.13.0)

---
updated-dependencies:
- dependency-name: "@azure/identity"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/static-web-apps-cli"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/identity"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
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