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 deps group across 1 directory with 7 updates #594

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2024

Bumps the deps group with 7 updates in the / directory:

Package From To
aws-amplify 6.3.4 6.3.6
aws-rum-web 1.17.2 1.18.0
aws-sdk 2.1631.0 2.1636.0
@babel/core 7.24.6 7.24.7
@pmmmwh/react-refresh-webpack-plugin 0.5.13 0.5.15
@types/node 20.12.13 20.14.2
prettier 3.2.5 3.3.1

Updates aws-amplify from 6.3.4 to 6.3.6

Release notes

Sourced from aws-amplify's releases.

2024-06-06 Amplify JS release - aws-amplify@6.3.6

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.3.5...aws-amplify@6.3.6

2024-06-04 Amplify JS release - aws-amplify@6.3.5

What's Changed

New Contributors

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.3.4...aws-amplify@6.3.5

Commits
  • bb69ba7 chore(release): Publish [skip release]
  • 7c6d55b release(required): Parsing custom oAuth in amplify_outputs (#13474)
  • 9a365bc chore(release): update API docs [skip release]
  • 19c8eea chore(release): Publish [skip release]
  • f32aa90 release: Amplify JS release (#13459)
  • 12bc735 feat(ci): enable sign-in-with-oauth e2e test on vue (#13449)
  • 30b5b85 fix(storage): Fix MD5 calculation (#13458)
  • 9f40a18 fix: pin node version in gh actions (#13450)
  • 9fa6c6f chore: Store NPM logs as artifacts in CI (#13447)
  • 8b95a2d chore(repo): remove esm for watch modes from onboarding guidelines (#13442)
  • Additional commits viewable in compare view

Updates aws-rum-web from 1.17.2 to 1.18.0

Release notes

Sourced from aws-rum-web's releases.

Release 1.18.0

See CHANGELOG for details.

Changelog

Sourced from aws-rum-web's changelog.

1.18.0 (2024-05-29)

Features

Commits
  • 4056e86 chore: Update node-version for actions (#559)
  • 381ef23 chore(release): 1.18.0 (#555)
  • 339ab09 feat: keep earliest event when cache is full (#537)
  • b9823bd feat: keep alive when dispatch fails with 401 (#551)
  • 34ce323 chore: Update enhanced auth flow public docs (#544)
  • d8b2b05 chore: Update smoke tests to use enhanced auth flow (#541)
  • 1da86e7 fix: record resources with invalid names (#532)
  • 87e4cb4 feat: keep alive when dispatch fails (#524)
  • c2573a7 chore(deps-dev): bump express from 4.18.1 to 4.19.2 (#531)
  • df90602 feat: limit retries to 5xx and 429 (#500)
  • Additional commits viewable in compare view

Updates aws-sdk from 2.1631.0 to 2.1636.0

Release notes

Sourced from aws-sdk's releases.

Release v2.1636.0

See changelog for more information.

Release v2.1635.0

See changelog for more information.

Release v2.1634.0

See changelog for more information.

Release v2.1633.0

See changelog for more information.

Release v2.1632.0

See changelog for more information.

Commits

Updates @babel/core from 7.24.6 to 7.24.7

Release notes

Sourced from @​babel/core's releases.

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

Changelog

Sourced from @​babel/core's changelog.

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits

Updates @pmmmwh/react-refresh-webpack-plugin from 0.5.13 to 0.5.15

Release notes

Sourced from @​pmmmwh/react-refresh-webpack-plugin's releases.

v0.5.15

0.5.15 (3 Jun 2024)

Fixes

  • Fixed wrong import in error overlay for ansi-html (#853)

v0.5.14

0.5.14 (1 Jun 2024)

Fixes

  • Moved to ansi-html v0.0.9 and schema-utils v4.x (#848)

Internal

  • Run tests on latest versions of Node.js 18, 20 and 22 (#848)
  • Bumped jest to v29 and some other development dependencies (#848)
  • Removed yalc (#849)
Changelog

Sourced from @​pmmmwh/react-refresh-webpack-plugin's changelog.

0.5.15 (3 Jun 2024)

Fixes

  • Fixed wrong import in error overlay for ansi-html (#853)

0.5.14 (1 Jun 2024)

Fixes

  • Moved to ansi-html v0.0.9 and schema-utils v4.x (#848)

Internal

  • Run tests on latest versions of Node.js 18, 20 and 22 (#848)
  • Bumped jest to v29 and some other development dependencies (#848)
  • Removed yalc (#849)
Commits

Updates @types/node from 20.12.13 to 20.14.2

Commits

Updates prettier from 3.2.5 to 3.3.1

Release notes

Sourced from prettier's releases.

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1


bar2


bar3



Markdown
<!-- Prettier 3.3.0 -->

foo:

bar1
bar2
bar3


Markdown
<!-- Prettier 3.3.1 -->
foo:


bar1


bar2


bar3



Markdown

Preserve explicit language in front matter (#16348 by @​fisker)

<!-- Input -->
---yaml
</tr></table> 

... (truncated)

Commits

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

Bumps the deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-amplify](https://github.com/aws-amplify/amplify-js) | `6.3.4` | `6.3.6` |
| [aws-rum-web](https://github.com/aws-observability/aws-rum-web) | `1.17.2` | `1.18.0` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1631.0` | `2.1636.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.6` | `7.24.7` |
| [@pmmmwh/react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) | `0.5.13` | `0.5.15` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.13` | `20.14.2` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.1` |



Updates `aws-amplify` from 6.3.4 to 6.3.6
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.3.4...aws-amplify@6.3.6)

Updates `aws-rum-web` from 1.17.2 to 1.18.0
- [Release notes](https://github.com/aws-observability/aws-rum-web/releases)
- [Changelog](https://github.com/aws-observability/aws-rum-web/blob/main/CHANGELOG.md)
- [Commits](aws-observability/aws-rum-web@v1.17.2...v1.18.0)

Updates `aws-sdk` from 2.1631.0 to 2.1636.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1631.0...v2.1636.0)

Updates `@babel/core` from 7.24.6 to 7.24.7
- [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.24.7/packages/babel-core)

Updates `@pmmmwh/react-refresh-webpack-plugin` from 0.5.13 to 0.5.15
- [Release notes](https://github.com/pmmmwh/react-refresh-webpack-plugin/releases)
- [Changelog](https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](pmmmwh/react-refresh-webpack-plugin@v0.5.13...v0.5.15)

Updates `@types/node` from 20.12.13 to 20.14.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `prettier` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.1)

---
updated-dependencies:
- dependency-name: aws-amplify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-rum-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@pmmmwh/react-refresh-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 7, 2024
@kurkle kurkle added this pull request to the merge queue Jun 9, 2024
Merged via the queue into main with commit 1c8ef06 Jun 9, 2024
12 checks passed
@kurkle kurkle deleted the dependabot/npm_and_yarn/deps-b256290978 branch June 9, 2024 07:56
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.

None yet

1 participant