Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2023

Bumps @babel/core from 7.22.1 to 7.22.5.

Release notes

Sourced from @​babel/core's releases.

v7.22.5 (2023-06-08)

🐛 Bug Fix

💅 Polish

Committers: 4

v7.22.4 (2023-05-29)

🐛 Bug Fix

  • babel-traverse
    • #15649 Set shorthand: false when renaming an identifier inside an object property (@​coderaiser)

🏠 Internal

Committers: 3

v7.22.3 (2023-05-27)

  • Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a package.json file containing "type": "script" instead of "type": "commonjs" (#15664).

v7.22.2 (2023-05-26)

🐛 Bug Fix

  • babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2

Committers: 1

Changelog

Sourced from @​babel/core's changelog.

v7.22.5 (2023-06-08)

🐛 Bug Fix

💅 Polish

v7.22.4 (2023-05-29)

🐛 Bug Fix

  • babel-traverse
    • #15649 Set shorthand: false when renaming an identifier inside an object property (@​coderaiser)

🏠 Internal

v7.22.3 (2023-05-27)

  • Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a package.json file containing "type": "script" instead of "type": "commonjs" (#15664).

v7.22.2 (2023-05-26)

🐛 Bug Fix

  • babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner June 9, 2023 04:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Jun 9, 2023
@netlify
Copy link

netlify bot commented Jun 9, 2023

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 49f68a4
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6482e91b9fc53700084c72b1
😎 Deploy Preview https://deploy-preview-5909--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (2504c6e) 92.59% compared to head (0fdc0ef) 92.59%.

❗ Current head 0fdc0ef differs from pull request most recent head 49f68a4. Consider uploading reports for the commit 49f68a4 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5909   +/-   ##
=======================================
  Coverage   92.59%   92.59%           
=======================================
  Files         549      549           
  Lines       26326    26326           
=======================================
  Hits        24375    24375           
  Misses       1951     1951           
Flag Coverage Δ
e2e 51.87% <ø> (+0.01%) ⬆️
integration 26.48% <ø> (ø)
unit 89.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/babel/core-7.22.5 branch from fb84c86 to 0fdc0ef Compare June 9, 2023 08:45
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.1 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/babel/core-7.22.5 branch from 0fdc0ef to 49f68a4 Compare June 9, 2023 08:55
@BeryJu BeryJu merged commit 5873855 into main Jun 9, 2023
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/web/babel/core-7.22.5 branch June 9, 2023 09:12
kensternberg-authentik added a commit that referenced this pull request Jun 12, 2023
* main: (23 commits)
  web: bump API Client version (#5935)
  sources/ldap: add support for cert based auth (#5850)
  ci: replace status with state for auto-deployment
  ci: don't write CI status to file
  ci: add workflow to automatically update next branch (#5921)
  providers/ldap: fix Outpost provider listing excluding backchannel providers (#5933)
  root: revert to use secret_key for JWT signing (#5934)
  sources/ldap: fix duplicate bind when authenticating user directly to… (#5927)
  web: bump core-js from 3.30.2 to 3.31.0 in /web (#5928)
  core: bump pytest from 7.3.1 to 7.3.2 (#5929)
  web: bump @rollup/plugin-commonjs from 25.0.0 to 25.0.1 in /web (#5931)
  web: bump @formatjs/intl-listformat from 7.3.0 to 7.4.0 in /web (#5932)
  core: bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.5 (#5930)
  website/integrations: Fix header in dokuwiki instructions (#5926)
  providers/oauth2: launch url: if URL parsing fails, return no launch URL (#5918)
  web: bump @babel/core from 7.22.1 to 7.22.5 in /web (#5909)
  web: bump @babel/plugin-proposal-decorators from 7.22.3 to 7.22.5 in /web (#5910)
  web: bump @babel/preset-typescript from 7.21.5 to 7.22.5 in /web (#5912)
  web: bump @babel/preset-env from 7.22.4 to 7.22.5 in /web (#5915)
  core: bump requests-mock from 1.10.0 to 1.11.0 (#5911)
  ...
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.

2 participants