fix(auth): update all non-major dependencies#445
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 26, 2023 20:39
adbdd70 to
9dc8e8b
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 26, 2023 23:49
9dc8e8b to
c6dce26
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 27, 2023 03:27
c6dce26 to
6ec9b1c
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 27, 2023 13:27
6ec9b1c to
d2a5bd9
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 27, 2023 23:45
d2a5bd9 to
2322e05
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 28, 2023 19:36
a33d352 to
b145fec
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 28, 2023 23:03
b145fec to
678eb70
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 29, 2023 08:37
678eb70 to
798ad9c
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 29, 2023 12:19
798ad9c to
237d8c6
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 29, 2023 23:13
237d8c6 to
e30c79e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 30, 2023 03:58
e30c79e to
613bca8
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 30, 2023 15:44
613bca8 to
68b10d7
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 30, 2023 21:27
68b10d7 to
638fa50
Compare
Contributor
|
This PR currently has a merge conflict. Please resolve this and then re-add the |
Signed-off-by: Renovate Bot <bot@renovateapp.com>
JoeKarow
approved these changes
May 1, 2023
|
Kudos, SonarCloud Quality Gate passed!
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.319.0->3.321.13.319.0->3.321.17.21.4->7.21.57.21.4->7.21.57.21.4->7.21.511.10.6->11.10.81.1.50->1.1.511.32.3->1.33.04.29.5->4.29.610.21.1->10.23.010.21.1->10.23.010.21.1->10.23.010.21.1->10.23.018.16.1->18.16.31.3.6->1.4.06.3.1->6.4.17.2.4->7.3.04.12.0->4.13.023.0.27->23.0.303.12.6->3.12.70.10.0->0.11.05.80.0->5.81.0Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity-provider)
v3.321.1Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.321.1Compare Source
Note: Version bump only for package @aws-sdk/client-s3
babel/babel
v7.21.5Compare Source
👓 Spec Compliance
babel-generator,babel-parser,babel-typesmixinsandimplementsforDeclareInterfaceandInterfaceDeclaration(@liuxingbaoyu)🐛 Bug Fix
babel-core,babel-generator,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx)position withcreateParenthesizedExpressions(@liuxingbaoyu)babel-preset-env💅 Polish
babel-typesbabel-coreltinstead oflteto check TS version for .cts config (@nicolo-ribaudo)🏠 Internal
babel-coreimport.meta.resolve(@nicolo-ribaudo)babel-helper-fixtures,babel-preset-typescript.overridesand.envwhen resolving plugins/presets from fixture options (@JLHwung)babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-pluginsemverpackage to compare versions (@nicolo-ribaudo)emotion-js/emotion
v11.10.8Compare Source
Patch Changes
#3025
6bd13425Thanks @Andarist! - Fixed a parsing issue with&within nested functions in declaration values by updating the underlying parser (stylis).Updated dependencies [
6bd13425]:Microsoft/playwright
v1.33.0Compare Source
Locators Update
Use [
locator.or()][locator.or()] to create a locator that matches either of the two locators.Consider a scenario where you'd like to click on a "New email" button, but sometimes a security settings dialog shows up instead.
In this case, you can wait for either a "New email" button, or a dialog and act accordingly:
Use new options
hasNotandhasNotTextin [locator.filter()][locator.filter()]to find elements that do not match certain conditions.
Use new web-first assertion [
locatorAssertions.toBeAttached()][locatorAssertions.toBeAttached()] to ensure that the elementis present in the page's DOM. Do not confuse with the [
locatorAssertions.toBeVisible()][locatorAssertions.toBeVisible()] that ensures thatelement is both attached & visible.
New APIs
locator.or()][locator.or()]hasNotin [locator.filter()][locator.filter()]hasNotTextin [locator.filter()][locator.filter()]locatorAssertions.toBeAttached()][locatorAssertions.toBeAttached()]timeoutin [route.fetch()][route.fetch()]reporter.onExit()][reporter.onExit()]mcr.microsoft.com/playwright:v1.33.0now serves a Playwright image based on Ubuntu Jammy.To use the focal-based image, please use
mcr.microsoft.com/playwright:v1.33.0-focalinstead.Browser Versions
This version was also tested against the following stable channels:
tanstack/query
v4.29.6Compare Source
Version 4.29.6 - 4/28/2023, 3:07 PM
Changes
Fix
b97cd50) by @prateek3255Chore
373b5d5) by @ZackDeRoseDocs
8f468aa) by CY LimPackages
trpc/trpc
v10.23.0Compare Source
What's Changed
FormDatamutations by @sachinraja & @KATT in https://github.com/trpc/trpc/pull/3795Full Changelog: trpc/trpc@v10.22.0...v10.23.0
v10.22.0Compare Source
What's Changed
overrideswithoutunstable_-prefix by @KATT in https://github.com/trpc/trpc/pull/4268New Contributors
Full Changelog: trpc/trpc@v10.21.2...v10.22.0
v10.21.2Compare Source
What's Changed
https://github.com/trpc/trpc/pull/42564256
Full Changelog: trpc/trpc@v10.21.1...v10.21.2
axios/axios
v1.4.0Compare Source
Bug Fixes
multipart/form-datacontent type for FormData payload on custom client environments; (#5678) (bbb61e7)Features
AxiosHeaderValuetype. (#5525) (726f1c8)Performance Improvements
Contributors to this release
1.3.6 (2023-04-19)
Bug Fixes
toStringmethod on the target; (#5661) (aa372f7)Contributors to this release
1.3.5 (2023-04-05)
Bug Fixes
paramsSerializerconfig; (#5633) (a56c866)Contributors to this release
1.3.4 (2023-02-22)
Bug Fixes
Contributors to this release
1.3.3 (2023-02-13)
Bug Fixes
Contributors to this release
1.3.2 (2023-02-03)
Bug Fixes
ERR_INVALID_URLerror; (#5528) (128d56f)Contributors to this release
1.3.1 (2023-02-01)
Bug Fixes
Contributors to this release
listr2/listr2
v6.4.1Compare Source
Bug Fixes
v6.4.0Compare Source
Bug Fixes
typescondition to the front (04c20cc)Features
Reverts
webpack-contrib/postcss-loader
v7.3.0Compare Source
Features
jitifor typescript configurations (#649) (8b876fa)7.2.4 (2023-04-04)
Bug Fixes
7.2.3 (2023-04-03)
Bug Fixes
ts-nodeloading (#640) (38b1992)7.2.2 (2023-04-03)
Bug Fixes
7.2.1 (2023-04-03)
Bug Fixes
umidbekk/prettier-plugin-prisma
v4.13.0Compare Source
@prisma/prisma-fmt-wasm@4.13.0.606dddaf407761@umidbekk/configs.bc4592dquicktype/quicktype
v23.0.30Compare Source
v23.0.29Compare Source
v23.0.28Compare Source
esbuild-kit/tsx
v3.12.7Compare Source
Bug Fixes
jeffijoe/typesync
v0.11.0Compare Source
npm-registry-fetchinstead ofaxiosfor fetching package info from npm.search-indexresource, so will check npm directly.webpack/webpack
v5.81.0Compare Source
New Features
ignoreBrowserWarningsoption to ignore browser console warnings in ModuleFederation by @indeediansbrett in https://github.com/webpack/webpack/pull/16388Bug Fixes
Tests & Contributor Experience
providetogetOrInsertin MapHelpers and document it better by @TheLarkInn in https://github.com/webpack/webpack/pull/17060Developer Experience
Dependencies & Maintenance
New Contributors
Full Changelog: webpack/webpack@v5.80.0...v5.81.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.
This PR has been generated by Mend Renovate. View repository job log here.