fix(deps): update all non-major dependencies #935
Merged
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:
^1.6.10
->^1.6.12
^0.7.0
->^0.7.1
^8.10.1
->^8.11.0
^5.14.1
->^5.15.0
^0.0.162
->^0.0.163
^17.0.33
->^17.0.34
^17.0.10
->^17.0.11
^5.2.0
->^5.3.0
^5.2.0
->^5.3.0
^3.4.0
->^3.5.0
^6.5.0
->^6.5.1
^25.2.2
->^25.2.3
^3.0.0
->^3.0.1
^0.95.12
->^0.95.13
^2.0.1
->^2.0.2
^5.1.0
->^5.2.1
^5.61.0
->^5.62.1
3.0.2
->3.1.0
Release Notes
chakra-ui/chakra-ui
v1.6.12
Compare Source
Patch Changes
04774e219
#4965 Thanks
@takethefake! - Allow usage of
framer-motion
5.x inpeerDependency
Updated dependencies
[
5f531c51f
,04774e219
,97bad87c7
,c3f016149
,f2df9cfc1
]:testing-library/dom-testing-library
v8.11.0
Compare Source
Features
byRole
queries (#1068) (2866544)testing-library/jest-dom
v5.15.0
Compare Source
Features
typescript-eslint/typescript-eslint
v5.3.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
apollographql/apollo-server
v3.5.0
Compare Source
v3.4.1
Compare Source
apollo-server-core
: Update default version of the GraphQL Playground React app loaded from the CDN to be@apollographql/[email protected]
. This patches an XSS vulnerability. Note that if you are pinning the Playground React app version in your app withnew ApolloServer({plugins: [ApolloServerPluginLandingPageGraphQLPlayground({version: 'some version'})]})
, you will need to update the specified version to 1.7.42 or later to avoid this vulnerability. If you do not explicitly enable GraphQL Playground via theApolloServerPluginLandingPageGraphQLPlayground
plugin, this vulnerability does not affect you. See advisory GHSA-qm7x-rc44-rrqw for more details.webpack-contrib/css-loader
v6.5.1
Compare Source
jest-community/eslint-plugin-jest
v25.2.3
Compare Source
Bug Fixes
webpack-contrib/html-loader
v3.0.1
Compare Source
knex/knex
v0.95.13
Compare Source
react-bootstrap/react-bootstrap
v2.0.2
Compare Source
Bug Fixes
JedWatson/react-select
v5.2.1
Compare Source
Patch Changes
f172d7f9
#4886 Thanks @Akridian! - Hooks for creation of custom Selects are now exported from main entryv5.2.0
Compare Source
Minor Changes
6c7a3d1e
#4785 Thanks @Rall3n! - AddprevInputValue
to action metab522ac65
#4860 Thanks @ebonow! - Fix animated MultiValue transitions when being removed and change method used to generate unqiue keys for Option components. Closes #4844 , closes #4602Patch Changes
417e7217
#4842 Thanks @Methuselah96! - Remove src directory from published package480ea85b
#4846 Thanks @Methuselah96! - Add missing index to MultiValue props typeb8e34472
#4854 Thanks @mikunpham! - Make input container css re-compute whenever input value changes due to a bug from@emotion/react
in development env.webpack/webpack
v5.62.1
Compare Source
Bugfix
;
v5.62.0
Compare Source
Features
parser.javascript.reexportExportsPresence: false
allows to disable warnings for non-existing exports during the migration fromexport ... from "..."
toexport type ... from "..."
for type reexports in TypeScriptexperiments.backCompat: false
to disable some expensive deprecations for better performanceBugfixes
['catch']
instead of.catch
for better ES3 supportnew (require("...")).Something()
{ require }
object literalssplitChunks.chunks
option is now correctly used forsplitChunks.fallbackCacheGroup.maxSize
toolisten
option, allow to omitport
Developer Experience
/// <reference types="webpack/module" />
to use the typings in typescript modules"types": [..., "webpack/module"]
in tsconfigyarnpkg/berry
v3.1.0
Commands
yarn workspaces list
andyarn workspaces foreach
commands now both support a new--since
option that lets you filter the workspace list by changes (only workspaces that changed since the specified commit will be iterated on). This feature is still a little experimental, especially when used with-R,--recursive
.yarn workspaces foreach
command now handles the fact that a script containing:
only becomes global if it exists in exactly one workspace.yarn workspaces foreach
command now supports--jobs 1
and--jobs unlimited
.yarn init -2
command will now add thepackageManager
field to your project manifest.Settings
pattern
matcher fromlogFilters
will now match any part of the log entry.Installs
nodeLinker: pnpm
mode will let you install packages using the pnpm install strategy, where packages are stored flat and referenced by each others through symlinks. This mode is still a little experimental, so please send our way bugs you might find.supportedArchitectures
field to manually enforce the presence of specific architectures.nmMode: hardlinks-global
setting will now be automatically downgraded tonmMode: hardlinks-local
when global caches and install folders are kept on different devices, thus letting the install continue normally. A warning will still be produced explaining this behaviour.node_modules
linker maximizes chances to end-up with only one top-level node_modules in the case of using workspacesnmSelfReferences
setting has been added to the nm linker to control whether workspaces are allowed to require themselves - results in creation of self-referencing symlinks.yarn workspaces focus
will not create self-referencing symlinks for excluded workspaces anymore.node_modules
installs.Miscellaneous Features
workspace:^
andworkspace:~
. When published, those markers will turn into the actual version (just like what used to happen withworkspace:*
), except that they'll be prefixed with the relevant semver prefix (respectively^
and~
).npmAuditRegistry
setting will let you define which registry to use when running audits. If unset, we'll fallback to the currently configured publish registry (we'll likely change this behavior in Yarn 4 to rather use the fetch registry).Bugfixes
node_modules
installs will now be given priority during hoisting, preventing cases when indirect regular dependencies would block the way for direct portal dependencies.pnpify
binary can now be used from inside directories containing spaces.--version
string.node-modules
linker.node-modules
linker, since they cannot be used from the code anyway.fs
module, allowing users to patch it.require.resolve('pnpapi')
will be handled correctly even when usingexports
.yarn run
immediately after adding or removing dependencies inside large monorepos.@types
version. This matches the behaviour for peer dependencies.Compatibility
pnpEnableEsmLoader
.resolve
will no longer resolve missing modules to a file with the same name that would happen to be located next to the issuer.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.