-
-
Notifications
You must be signed in to change notification settings - Fork 4
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(auth): update all non-major dependencies #326
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c1e7017
to
871a69b
Compare
871a69b
to
0af3e63
Compare
0af3e63
to
780c907
Compare
780c907
to
8247ea8
Compare
Signed-off-by: Renovate Bot <[email protected]>
8247ea8
to
3d5004d
Compare
Kudos, SonarCloud Quality Gate passed!
|
JoeKarow
approved these changes
Mar 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📦 api
📦 app
📦 auth
automerge
Enable Kodiak auto-merge
📦 config
📦 db
dependencies
Change in project dependencies.
📦 eslint-config
📦 ui
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.296.0
->3.297.0
3.296.0
->3.297.0
2.26.0
->2.26.1
1.31.2
->1.32.0
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
0.0.11-next.0
->0.0.11-next.1
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
7.0.0-rc.5
->7.0.0-rc.7
10.17.0
->10.18.0
10.17.0
->10.18.0
10.17.0
->10.18.0
10.17.0
->10.18.0
0.1.0
->0.1.1
6.0.0-7
->6.0.0-8
0.9.2
->0.9.3
7.30.0
->7.30.1
23.0.17
->23.0.18
7.0.0-rc.5
->7.0.0-rc.7
3.6.1
->3.7.0
5.76.2
->5.76.3
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity-provider)
v3.297.0
Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.297.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
changesets/changesets
v2.26.1
Compare Source
Patch Changes
feddc88
Thanks @Andarist! - Callpnpm publish
directly from the directory of the published package. This allowspnpm
to correctly handle configuredpublishConfig.directory
.Microsoft/playwright
v1.32.0
Compare Source
📣 Introducing UI Mode (preview)
Playwright v1.32 updates
New UI Mode lets you explore, run and debug tests. Comes with a built-in watch mode.
Engage with a new flag
--ui
:npx playwright test --ui
New APIs
option: updateMode
andoption: updateContent
inpage.routeFromHAR()
andbrowserContext.routeFromHAR()
.TestInfo.testId
.name
in methodTracing.startChunk()
.Note: component tests only, does not affect end-to-end tests.
@playwright/experimental-ct-react
now supports React 18 only.@playwright/experimental-ct-react
with@playwright/experimental-ct-react17
.Browser Versions
This version was also tested against the following stable channels:
storybookjs/storybook
v7.0.0-rc.7
Compare Source
Bug Fixes
dev
/build
commands #21152Maintenance
v7.0.0-rc.6
Compare Source
Bug Fixes
Dependency Upgrades
storybookjs/jest
v0.0.11-next.1
Compare Source
next
Authors: 1
trpc/trpc
v10.18.0
Compare Source
What's Changed
abortOnUnmount
toTRPCClientOptions
by @bautistaaa in https://github.com/trpc/trpc/pull/4042Full Changelog: trpc/trpc@v10.17.0...v10.18.0
edvardchen/eslint-plugin-i18next
v6.0.0-8
Compare Source
scottrippey/next-router-mock
v0.9.3
Compare Source
pnpm/pnpm
v7.30.1
Compare Source
Patch Changes
pnpm-lock.yaml
file if it has no changes andpnpm install --frozen-lockfile
was executed #6158.git+ssh
that use semver selectors #6239.pnpm audit
output #6203Our Gold Sponsors
Our Silver Sponsors
quicktype/quicktype
v23.0.18
Compare Source
sindresorhus/type-fest
v3.7.0
Compare Source
New types
TaggedUnion
(#566)2e1cec8
IsLiteral
(#563)9d00bac
IsStringLiteral
(#563)9d00bac
IsNumericLiteral
(#563)9d00bac
IsBooleanLiteral
(#563)9d00bac
IsSymbolLiteral
(#563)9d00bac
AbstractClass
(#559)9b12767
AbstractConstructor
(#559)9b12767
Improvements
Except
: AddrequireExactProps
option (#560)c5743c9
TsConfigJson
: Add TypeScript 5.0 options (#573)aafc938
webpack/webpack
v5.76.3
Compare Source
Bugfixes
experiments.outputModule
(ES Module Output) by @snitin315 in https://github.com/webpack/webpack/pull/16809inspector/promises
,readline/promises
, andstream/consumers
by @ShenHongFei in https://github.com/webpack/webpack/pull/16841NODE_PATH
env variable by @snitin315 in https://github.com/webpack/webpack/pull/16808resolveResourceErrorHints
by @snitin315 in https://github.com/webpack/webpack/pull/16806loaders
token support tomoduleFilenameTemplate
function call by @pgoldberg in https://github.com/webpack/webpack/pull/16756enabledLibraryTypes
in internalContainerPlugin
by @PengBoUESTC in https://github.com/webpack/webpack/pull/16635New Contributors
Full Changelog: webpack/webpack@v5.76.2...v5.76.3
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.
This PR has been generated by Mend Renovate. View repository job log here.