Skip to content

fix(deps): update all non-major dependencies #935

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

Merged
merged 3 commits into from
Nov 8, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) ^1.6.10 -> ^1.6.12 age adoption passing confidence
@​mswjs/data ^0.7.0 -> ^0.7.1 age adoption passing confidence
@testing-library/dom ^8.10.1 -> ^8.11.0 age adoption passing confidence
@testing-library/jest-dom ^5.14.1 -> ^5.15.0 age adoption passing confidence
@types/chrome ^0.0.162 -> ^0.0.163 age adoption passing confidence
@types/react ^17.0.33 -> ^17.0.34 age adoption passing confidence
@types/react-dom ^17.0.10 -> ^17.0.11 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.2.0 -> ^5.3.0 age adoption passing confidence
@typescript-eslint/parser ^5.2.0 -> ^5.3.0 age adoption passing confidence
apollo-server-express ^3.4.0 -> ^3.5.0 age adoption passing confidence
css-loader ^6.5.0 -> ^6.5.1 age adoption passing confidence
eslint-plugin-jest ^25.2.2 -> ^25.2.3 age adoption passing confidence
html-loader ^3.0.0 -> ^3.0.1 age adoption passing confidence
knex (source) ^0.95.12 -> ^0.95.13 age adoption passing confidence
react-bootstrap (source) ^2.0.1 -> ^2.0.2 age adoption passing confidence
react-select ^5.1.0 -> ^5.2.1 age adoption passing confidence
webpack ^5.61.0 -> ^5.62.1 age adoption passing confidence
yarn 3.0.2 -> 3.1.0 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui

v1.6.12

Compare Source

Patch Changes
testing-library/dom-testing-library

v8.11.0

Compare Source

Features
  • Prioritize accessible names check higher than inaccessibility check in 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

  • ⚠️ SECURITY 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 with new 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 the ApolloServerPluginLandingPageGraphQLPlayground 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
  • no-deprecated-functions: mark jest as an optional peer dependency (#​970) (f468752)
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
  • remove unused files from build output
JedWatson/react-select

v5.2.1

Compare Source

Patch Changes

v5.2.0

Compare Source

Minor Changes
Patch Changes
webpack/webpack

v5.62.1

Compare Source

Bugfix

  • fix invalid generated code when omitting ;

v5.62.0

Compare Source

Features

  • add options to configure export presence checking
    • parser.javascript.reexportExportsPresence: false allows to disable warnings for non-existing exports during the migration from export ... from "..." to export type ... from "..." for type reexports in TypeScript
  • add experiments.backCompat: false to disable some expensive deprecations for better performance

Bugfixes

  • use ['catch'] instead of .catch for better ES3 support
  • fix removed parentheses when using new (require("...")).Something()
  • fix { require } object literals
  • splitChunks.chunks option is now correctly used for splitChunks.fallbackCacheGroup.maxSize too
  • fix schema of listen option, allow to omit port
  • add better support for Promises from different isolates

Developer Experience

  • add typings for the webpack API that is available within modules
    • use /// <reference types="webpack/module" /> to use the typings in typescript modules
    • or "types": [..., "webpack/module"] in tsconfig
yarnpkg/berry

v3.1.0

Commands
  • The yarn workspaces list and yarn 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.
  • The yarn workspaces foreach command now handles the fact that a script containing : only becomes global if it exists in exactly one workspace.
  • The yarn workspaces foreach command now supports --jobs 1 and --jobs unlimited.
  • The yarn init -2 command will now add the packageManager field to your project manifest.
Settings
  • The pattern matcher from logFilters will now match any part of the log entry.
Installs
  • A new 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.
  • Yarn won't install anymore packages that don't match the current OS. Should you need to (for example if you check-in your cache), use the supportedArchitectures field to manually enforce the presence of specific architectures.
  • The nmMode: hardlinks-global setting will now be automatically downgraded to nmMode: 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.
  • The node_modules linker maximizes chances to end-up with only one top-level node_modules in the case of using workspaces
  • The nmSelfReferences 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.
  • Yarn can now install workspaces from remote git repositories that use npm if npm@>=7.x is installed on the system.
  • The hoisting algorithm should be faster, improving the install time for recurrent node_modules installs.
Miscellaneous Features
  • Workspaces can now be referred to using workspace:^ and workspace:~. When published, those markers will turn into the actual version (just like what used to happen with workspace:*), except that they'll be prefixed with the relevant semver prefix (respectively ^ and ~).
  • A new 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
  • Direct portal dependencies for node_modules installs will now be given priority during hoisting, preventing cases when indirect regular dependencies would block the way for direct portal dependencies.
  • The pnpify binary can now be used from inside directories containing spaces.
  • The CLI bundles built from sources will now output the commit hash instead of the tree hash, as part of their --version string.
  • Nested workspaces are properly hoisted by node-modules linker.
  • Self-referencing symlinks won't be created for anonymous workspaces when using the node-modules linker, since they cannot be used from the code anyway.
  • The cache is now fully atomic when moving files across devices, and is more efficient in general.
  • The PnP patch will now properly pick up changes to the fs module, allowing users to patch it.
  • When using PnP, require.resolve('pnpapi') will be handled correctly even when using exports.
  • The install state will no longer be invalidated after running commands that modify the lockfile; this should bring a significant performance improvement when running commands such as yarn run immediately after adding or removing dependencies inside large monorepos.
  • Optional peer dependencies now imply an optional peer dependency on the corresponding @types version. This matches the behaviour for peer dependencies.
Compatibility
  • Yarn will now generate an experimental ESM loader when it detects you may need it. This can be disabled (or enabled) using pnpEnableEsmLoader.
  • The PnP compatibility patch for resolve will no longer resolve missing modules to a file with the same name that would happen to be located next to the issuer.
  • Fixes the SDK to account for a breaking change in VSCode >=1.61.

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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^5.3.0 chore(deps): update all non-major dependencies Nov 2, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 859a675 to 752ef6b Compare November 3, 2021 23:08
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 3, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8882d0b to fc18d7c Compare November 6, 2021 14:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc18d7c to ac5a605 Compare November 6, 2021 20:26
@Methuselah96 Methuselah96 enabled auto-merge (squash) November 8, 2021 01:26
@Methuselah96 Methuselah96 merged commit 621063b into main Nov 8, 2021
@Methuselah96 Methuselah96 deleted the renovate/all-minor-patch branch November 8, 2021 02:33
aliffazfar pushed a commit to aliffazfar/redux-devtools that referenced this pull request Jul 19, 2024
* fix(deps): update all non-major dependencies

* Combine react types

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Nathan Bierema <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants