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: bump the all group in /examples/msal-node with 2 updates #1264

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group in /examples/msal-node with 2 updates: @azure/keyvault-secrets and @azure/msal-node.

Updates @azure/keyvault-secrets from 4.7.0 to 4.8.0

Commits
  • 2e50e2a [identity] Use esm4mocha, re-enable IBC test, remove unnecessary stub (#28580)
  • 61341b7 [doc][openai-rest] fix broken link (#28584)
  • 70865b9 Fix Communication JobRouter Sample Issues (#28517)
  • c787e5a [keyvault] Prepare for 7.5 GA release (#28416)
  • d281011 Update with output from prepare-release script (#28578)
  • fcdb1bc Sync eng/common directory with azure-sdk-tools for PR 7655 (#28579)
  • 25a3615 [@​azure/openai-assistants] Properly convert OpenAI unix timestamps to Date (#...
  • 262c96e [notification-hubs] Adding Support for FCM V1 (#28573)
  • b82222b [EngSys] add a workaround to load ESM tests for Mocha (#28556)
  • b0f24ec Change sample URL & Test image (#28571)
  • Additional commits viewable in compare view

Updates @azure/msal-node from 2.0.2 to 2.6.4

Release notes

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

@​azure/msal-node v2.6.4

2.6.4

Sat, 17 Feb 2024 01:49:05 GMT

Patches

  • Add ID Token secret to AccountInfo in all reponses #6903 ([email protected])
  • Bump @​azure/msal-common to v14.7.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-node v2.6.3

2.6.3

Wed, 07 Feb 2024 22:00:37 GMT

Patches

  • Bump @​azure/msal-common to v14.7.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-node v2.6.3-beta.0

2.6.3-beta.0

Wed, 07 Feb 2024 18:59:13 GMT

Patches

  • Bump @​azure/msal-common to v14.6.2-beta.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

Changes

@​azure/msal-node v2.6.3-alpha.3

2.6.3-alpha.3

Fri, 02 Feb 2024 01:44:46 GMT

Patches

  • Bump @​azure/msal-common to v14.6.2-alpha.3 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

Changes

@​azure/msal-node v2.6.3-alpha.2

... (truncated)

Commits
  • 8c01597 Bump package versions
  • ee84786 Remove bumpDeps false from beachball:bump:ci command (#6905)
  • e4c2316 Add ID Token secret to AccountInfo in all reponses (#6903)
  • df5a228 Export createGuid function (#6868)
  • 9dc37a0 Use UUIDv7 in PerformanceClient (#6866)
  • db17cd0 Remove invalid prompt for silent request instead of throwing an error (#6895)
  • bbf17fb Fix MSA e2e tests (#6896)
  • d055ad8 Fix: Authority string tenant parsing throws error in certain OIDC scenario (#...
  • c6b5f3d MSAL JS should not throw user account switch error when home account ids of t...
  • d51b97d Microsoft Entra ID rebrand (#6750)
  • 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

@dependabot dependabot bot requested review from aramase and enj as code owners February 19, 2024 19:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 19, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/msal-node/all-f8e65e291f branch from 7f862e5 to 54e6051 Compare February 26, 2024 19:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/msal-node/all-f8e65e291f branch from 54e6051 to ec87a54 Compare March 4, 2024 19:57
@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.66%. Comparing base (3874533) to head (ee7fb22).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1264   +/-   ##
=======================================
  Coverage   51.66%   51.66%           
=======================================
  Files          53       53           
  Lines        2938     2938           
=======================================
  Hits         1518     1518           
  Misses       1378     1378           
  Partials       42       42           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/msal-node/all-f8e65e291f branch from ec87a54 to 44154b3 Compare March 11, 2024 19:19
Bumps the all group in /examples/msal-node with 2 updates: [@azure/keyvault-secrets](https://github.com/Azure/azure-sdk-for-js) and [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js).


Updates `@azure/keyvault-secrets` from 4.7.0 to 4.8.0
- [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/keyvault-secrets_4.7.0...@azure/keyvault-secrets_4.8.0)

Updates `@azure/msal-node` from 2.0.2 to 2.6.4
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.0.2...msal-node-v2.6.4)

---
updated-dependencies:
- dependency-name: "@azure/keyvault-secrets"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@azure/msal-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/msal-node/all-f8e65e291f branch from 44154b3 to ee7fb22 Compare March 18, 2024 19:49
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Superseded by #1300.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/msal-node/all-f8e65e291f branch March 25, 2024 19:31
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant