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

fix(aws-user-migrate): update all non-major dependencies #534

Merged
merged 3 commits into from
Jun 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-lambda-powertools/logger (source) 1.8.0 -> 1.9.0 age adoption passing confidence
@aws-sdk/client-cognito-identity-provider (source) 3.347.0 -> 3.348.0 age adoption passing confidence
@aws-sdk/client-s3 (source) 3.347.0 -> 3.348.0 age adoption passing confidence
@babel/core (source) 7.22.1 -> 7.22.5 age adoption passing confidence
@babel/plugin-transform-typescript (source) 7.22.3 -> 7.22.5 age adoption passing confidence
@babel/preset-env (source) 7.22.4 -> 7.22.5 age adoption passing confidence
@babel/preset-react (source) 7.22.3 -> 7.22.5 age adoption passing confidence
@babel/preset-typescript (source) 7.21.5 -> 7.22.5 age adoption passing confidence
@emotion/react (source) 11.11.0 -> 11.11.1 age adoption passing confidence
@manypkg/cli 0.20.0 -> 0.21.0 age adoption passing confidence
@playwright/test (source) 1.34.3 -> 1.35.0 age adoption passing confidence
@storybook/addon-a11y (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/addon-actions (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/addon-docs (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/addon-essentials (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/addon-interactions (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/addon-links (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/addon-viewport (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/components (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/core-events (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/manager-api (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/nextjs (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/preview-api (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/react (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/theming (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@storybook/types (source) 7.0.18 -> 7.0.20 age adoption passing confidence
@tanstack/react-table 8.9.1 -> 8.9.2 age adoption passing confidence
@types/aws-lambda (source) 8.10.116 -> 8.10.117 age adoption passing confidence
@types/eslint (source) 8.40.0 -> 8.40.1 age adoption passing confidence
@types/google.maps (source) 3.53.2 -> 3.53.4 age adoption passing confidence
@types/react (source) 18.2.8 -> 18.2.9 age adoption passing confidence
chromatic (source) 6.18.0 -> 6.18.2 age adoption passing confidence
eslint-plugin-turbo 1.10.2 -> 1.10.3 age adoption passing confidence
i18next-chained-backend 4.2.0 -> 4.3.0 age adoption passing confidence
msw (source) 1.2.1 -> 1.2.2 age adoption passing confidence
next-i18next 13.2.2 -> 13.3.0 age adoption passing confidence
next-router-mock 0.9.3 -> 0.9.6 age adoption passing confidence
storybook (source) 7.0.18 -> 7.0.20 age adoption passing confidence
webpack 5.85.1 -> 5.86.0 age adoption passing confidence

Release Notes

awslabs/aws-lambda-powertools-typescript

v1.9.0

Compare Source

Features
aws/aws-sdk-js-v3 (@​aws-sdk/client-cognito-identity-provider)

v3.348.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

3.347.1 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

v3.347.1

Compare Source

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.348.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

3.347.1 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-s3

v3.347.1

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

babel/babel

v7.22.5

Compare Source

🐛 Bug Fix
💅 Polish
emotion-js/emotion

v11.11.1

Compare Source

Patch Changes
  • #​3048 9357f337 Thanks @​naari3! - Added ElementType to the Emotion's JSX namespace. It's defined in the same way as the one in @types/react and should make it possible to use components that return strings, Promises and other types that are valid in React.
Thinkmill/manypkg

v0.21.0

Compare Source

Minor Changes
Patch Changes
Microsoft/playwright

v1.35.0

Compare Source

Highlights
  • UI mode is now available in VSCode Playwright extension via a new "Show trace viewer" button:

    Playwright UI Mode

  • UI mode and trace viewer mark network requests handled with page.route() and browserContext.route() handlers, as well as those issued via the API testing:

    Trace Viewer

  • New option maskColor for methods page.screenshot(), locator.screenshot(), expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() to change default masking color:

    await page.goto('https://playwright.dev');
    await expect(page).toHaveScreenshot({
      mask: [page.locator('img')],
      maskColor: '#​00FF00', // green
    });
  • New uninstall CLI command to uninstall browser binaries:

    $ npx playwright uninstall # remove browsers installed by this installation
    $ npx playwright uninstall --all # remove all ever-install Playwright browsers
  • Both UI mode and trace viewer now could be opened in a browser tab:

    $ npx playwright test --ui-port 0 # open UI mode in a tab on a random port
    $ npx playwright show-trace --port 0 # open trace viewer in tab on a random port
⚠️ Breaking changes
  • playwright-core binary got renamed from playwright to playwright-core. So if you use playwright-core CLI, make sure to update the name:

    $ npx playwright-core install # the new way to install browsers when using playwright-core

    This change does not affect @playwright/test and playwright package users.

Browser Versions
  • Chromium 115.0.5790.13
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114
storybookjs/storybook

v7.0.20

Compare Source

Bug Fixes
  • Server: Fix .stories.yml support #​22906
  • Docs: Fix Source block snippet updates #​22835
  • Core: Fix indexing errors by excluding node_modules stories #​22873
  • CLI: Fix upgrade notification message #​22933
  • Angular: Add --open/--no-open flag to dev command #​22964
  • Angular: Silence compodoc when running storybook with --quiet #​22957
Maintenance
  • Core: Improve MDX of error in story index #​22782
Build
  • Build: Fix the theme output during development #​22841
  • Revert "Docs: E2E tests for Source block update fix" #​22934

v7.0.19

Compare Source

tanstack/table

v8.9.2

Compare Source

Version 8.9.2 - 6/8/2023, 5:04 PM

Changes

Fix
  • undefinedSort now respects sort direction (76a87cc) by Tanner Linsley
Docs
Other
  • Update ag-grid.md (65c48d3) by Tanner Linsley
  • Update ag-grid.md (40ee8a5) by Tanner Linsley
  • ag grid spot (bfb5748) by Tanner Linsley

Packages

chromaui/chromatic-cli

v6.18.2

Compare Source

  • 758 Add additional logging for turbosnap
  • 753 Update getStorybookMetadata to safely record version even if fails to parse mainConfig

v6.18.1

Compare Source

vercel/turbo

v1.10.3: Turborepo v1.10.3

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v1.10.2...v1.10.3

i18next/i18next-chained-backend

v4.3.0

Compare Source

  • introduce cacheHitMode
mswjs/msw

v1.2.2

Compare Source

v1.2.2 (2023-06-09)

Bug Fixes
i18next/next-i18next

v13.3.0

Compare Source

  • using a custom backend on server side should also lazy load the passed namespaces
scottrippey/next-router-mock

v0.9.6

Compare Source

v0.9.5

Compare Source

v0.9.4

Compare Source

webpack/webpack

v5.86.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.85.1...v5.86.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from JoeKarow as a code owner June 7, 2023 02:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b7a116e to 4611cab Compare June 7, 2023 02:40
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Jun 7, 2023
@vercel
Copy link

vercel bot commented Jun 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 9, 2023 6:04pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
inreach-web ⬜️ Ignored (Inspect) Visit Preview Jun 9, 2023 6:04pm

@ghost
Copy link

ghost commented Jun 7, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4611cab to cde5a74 Compare June 7, 2023 02:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cde5a74 to bd4efe2 Compare June 7, 2023 04:55
@renovate renovate bot changed the title fix(auth): update all non-major dependencies to v3.347.1 fix(auth): update all non-major dependencies Jun 7, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd4efe2 to 3ed4331 Compare June 7, 2023 08:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ed4331 to 7dfd96f Compare June 7, 2023 09:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7dfd96f to 00375d9 Compare June 7, 2023 14:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00375d9 to e5cea50 Compare June 7, 2023 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d13e82a to 5095c6b Compare June 9, 2023 15:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5095c6b to 3d18f68 Compare June 9, 2023 15:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d18f68 to b9d123a Compare June 9, 2023 15:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9d123a to 0348beb Compare June 9, 2023 16:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0348beb to c5dd501 Compare June 9, 2023 16:57
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5dd501 to 83dce5d Compare June 9, 2023 17:23
@renovate renovate bot changed the title fix(auth): update all non-major dependencies fix(aws-user-migrate): update all non-major dependencies Jun 9, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jun 9, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sonarcloud
Copy link

sonarcloud bot commented Jun 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kodiakhq kodiakhq bot merged commit f36c5db into dev Jun 9, 2023
12 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch June 9, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant