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 #267

Merged
merged 2 commits into from
Mar 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-lambda-powertools/logger (source) 1.5.1 -> 1.6.0 age adoption passing confidence
@aws-sdk/client-cognito-identity-provider (source) 3.281.0 -> 3.282.0 age adoption passing confidence
@playwright/test (source) 1.31.1 -> 1.31.2 age adoption passing confidence
@storybook/addon-a11y (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/addon-actions (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/addon-docs (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/addon-essentials (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/addon-interactions (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/addon-links (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/addon-viewport (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/nextjs (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/react (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/theming (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@storybook/types (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.24.12 -> 4.24.13 age adoption passing confidence
@trpc/client (source) 10.13.2 -> 10.14.0 age adoption passing confidence
@trpc/next (source) 10.13.2 -> 10.14.0 age adoption passing confidence
@trpc/react-query (source) 10.13.2 -> 10.14.0 age adoption passing confidence
@trpc/server (source) 10.13.2 -> 10.14.0 age adoption passing confidence
@types/node (source) 18.14.2 -> 18.14.6 age adoption passing confidence
boxen 7.0.1 -> 7.0.2 age adoption passing confidence
eslint-formatter-github 1.0.11 -> 1.1.3 age adoption passing confidence
next-auth (source) 4.19.2 -> 4.20.1 age adoption passing confidence
next-i18next 13.1.6 -> 13.2.1 age adoption passing confidence
quicktype-core 23.0.10 -> 23.0.11 age adoption passing confidence
storybook (source) 7.0.0-beta.59 -> 7.0.0-beta.61 age adoption passing confidence
tslog (source) 4.7.5 -> 4.8.1 age adoption passing confidence
zod-prisma-types 2.3.3 -> 2.3.4 age adoption passing confidence

Release Notes

awslabs/aws-lambda-powertools-typescript

v1.6.0

Compare Source

Bug Fixes
Features

1.5.1 (2023-01-13)

Bug Fixes
  • logger: logger throws TypeError when log item has BigInt value (#​1201) (a09e4df)
  • parameters: types in BaseProvider + added getMultiple alias to SecretsProvider (#​1214) (32bd7e8)
Features
aws/aws-sdk-js-v3

v3.282.0

Compare Source

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

Microsoft/playwright

v1.31.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/20784 - [BUG] ECONNREFUSED on GitHub Actions with Node 18https://github.com/microsoft/playwright/issues/211455 - [REGRESSION]: firefox-1378 times out on await page.reload() when URL contains a #hashttps://github.com/microsoft/playwright/issues/2122626 - [BUG] Playwright seems to get stuck when using shard option and last test is skipphttps://github.com/microsoft/playwright/issues/21227227 - Using the webServer config with a Vite dev servehttps://github.com/microsoft/playwright/issues/21312312 - throw if defineConfig is not used for component testing

Browser Versions

  • Chromium 111.0.5563.19
  • Mozilla Firefox 109.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 110
  • Microsoft Edge 110
storybookjs/storybook

v7.0.0-beta.61

Compare Source

Features
  • Docs: Show MDX errors using our error overlay #​21369
Bug Fixes
  • Core: Remove state deprecation warnings by default #​21367
  • Core: Fix default export storySort handling #​21389
  • Vue3: Add slot TS types #​21359
  • Docs: Fix issue with referencing non-story files with names similar or equal to docs files #​21348
Maintenance
  • Docs: Update invalid <Meta of={}> error to be more helpful. #​21365
Dependency Upgrades
  • Upgrade react-docgen-typescript-plugin for TS4.8 #​21380

v7.0.0-beta.60

Compare Source

Bug Fixes
  • Core: Fix storySort parsing in preview.js with default export #​21353
  • CLI: Remove the workspace root flag from the install command for yarn2 #​21356
  • Svelte/Vite: Prevent crash when no svelte.config file #​21339
  • Use stable Next.js v13.2.0 next/font #​21247
Dependency Upgrades
tanstack/query

v4.24.13

Compare Source

Version 4.24.13 - 3/3/2023, 7:42 PM

Changes

Fix
  • react-query-devtools: do not stretch query status label (#​5063) (517202c) by janinegygax

Packages

trpc/trpc

v10.14.0

Compare Source

What's Changed
New Contributors

Full Changelog: trpc/trpc@v10.13.2...v10.14.0

sindresorhus/boxen

v7.0.2

Compare Source

hipstersmoothie/eslint-formatter-github

v1.1.3

Compare Source

🐛 Bug Fix
Authors: 1

v1.1.2

Compare Source

🐛 Bug Fix
  • annotate files relative to git root, instead of cwd, so that it works in nested packages in monorepos (+fix lint) #​114 (@​PaulGiletich)
Authors: 1

v1.1.1

Compare Source

⚠️ Pushed to master
Authors: 1

v1.1.0

Compare Source

🚀 Enhancement
⚠️ Pushed to master
Authors: 2
nextauthjs/next-auth

v4.20.1

Compare Source

v4.20.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.19.2...next-auth@4.20.0

i18next/next-i18next

v13.2.1

Compare Source

  • types: fix serverSideTranslations args #​2104"

v13.2.0

Compare Source

  • types: Update serverSideTranslation args type #​2097"
quicktype/quicktype

v23.0.11

Compare Source

fullstack-build/tslog

v4.8.1

Compare Source

v4.8.0

Compare Source

chrishoermann/zod-prisma-types

v2.3.4: 2.3.4

Compare Source

What's changed

  • array validators now accept string values (e.g. for use with custom imports)

Full Changelog: chrishoermann/zod-prisma-types@v2.3.2...v2.3.4


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 March 1, 2023 22:19
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Mar 1, 2023
@vercel
Copy link

vercel bot commented Mar 1, 2023

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

Name Status Preview Comments Updated
inreach-app ❌ Failed (Inspect) Mar 3, 2023 at 10:17PM (UTC)
inreach-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 3, 2023 at 10:17PM (UTC)

@ghost
Copy link

ghost commented Mar 1, 2023

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

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@kodiakhq kodiakhq bot merged commit 400283b into dev Mar 3, 2023
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch March 3, 2023 22:15
@sonarcloud
Copy link

sonarcloud bot commented Mar 3, 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

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.

1 participant