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(deps): update all non-major dependencies #1154

Merged
merged 1 commit into from
May 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rjsf/core ^4.1.1 -> ^4.2.0 age adoption passing confidence
@types/react ^17.0.44 -> ^17.0.45 age adoption passing confidence
apollo-server-express ^3.6.7 -> ^3.7.0 age adoption passing confidence
eslint (source) ^8.14.0 -> ^8.15.0 age adoption passing confidence
react-select ^5.3.1 -> ^5.3.2 age adoption passing confidence
rollup (source) ^2.71.1 -> ^2.72.1 age adoption passing confidence
sqlite3 ^5.0.6 -> ^5.0.8 age adoption passing confidence
webpack-dev-server ^4.8.1 -> ^4.9.0 age adoption passing confidence

Release Notes

rjsf-team/react-jsonschema-form

v4.2.0

Compare Source

@​rjsf/core

Dev / docs / playground

@​rjsf/material-ui

  • SubmitButton widget to use new ui:submitButtonOptions on the submit button for forms (https://github.com/rjsf-team/react-jsonschema-form/pull/2833)
  • Fixed bundler warning issue (#​2762) by exporting a @rjsf/material-ui/v4 and @rjsf/material-ui/v5 sub-package
    • NOTE: @rjsf/material-ui was retained to avoid a breaking change, but using it will continue to cause bundler warnings
    • See the README.md for the @rjsf/material-ui package for updated usage information
  • Fixed (#​2831) for material-ui by removing the DefaultChildren passed into the themes

@​rjsf/bootstrap-4

@​rjsf/semantic-ui

@​rjsf/antd

@​rjsf/fluent-ui

apollographql/apollo-server

v3.7.0

Compare Source

  • ⚠️ SECURITY apollo-server-core: Apollo Server now includes protection against CSRF and XS-Search attacks. We highly recommend enabling this feature by passing csrfPrevention: true to new ApolloServer(). If you rely on the ability to execute GraphQL operations via HTTP GET requests using a client other than Apollo Client Web, Apollo iOS, or Apollo Kotlin (formerly Apollo Android), you may need to first change the configuration of that client. See the CSRF prevention docs for more details. This vulnerability was reported by Jeffrey Hofmann; the feature was designed with advice from Luca Carettoni of Doyensec.

v3.6.8

Compare Source

  • apollo-server-fastify: This package now depends on the @fastify/accepts and @fastify/cors packages rather than their older deprecated names fastify-accepts and fastify-cors. There is no behavior change (except that you will no longer see deprecation messages). PR #​6366
  • apollo-server-types: The Logger TypeScript interface is now re-exported from the new @apollo/utils.logger package instead of defined directly in this package; other packages import it from the new package. There should be no observable change. PR #​6229
eslint/eslint

v8.15.0

Compare Source

Features

  • ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#​15818) (Roberto Cestari)

Bug Fixes

  • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#​15846) (Milos Djermanovic)

Documentation

  • 28116cc docs: update AST node names link in no-restricted-syntax (#​15843) (Milos Djermanovic)
  • 272965f docs: fix h1 heading on formatters page (#​15834) (Milos Djermanovic)
  • a798166 docs: update example for running individual rule tests (#​15833) (Milos Djermanovic)
  • 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#​15829) (Milos Djermanovic)
  • 9a90abf docs: update docs directory in working-with-rules (#​15830) (Milos Djermanovic)
  • 810adda docs: add more examples for prefer-object-spread (#​15831) (coderaiser)
  • 06b1edb docs: clarify no-control-regex rule (#​15808) (Milos Djermanovic)
  • 9ecd42f docs: Fixed typo in code comment (#​15812) (Addison G)
  • de992b7 docs: remove links to 2fa document (#​15804) (Milos Djermanovic)
  • 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#​15799) (Milos Djermanovic)
  • e70ae81 docs: Update README team and sponsors (ESLint Jenkins)

Chores

JedWatson/react-select

v5.3.2

Compare Source

Patch Changes
rollup/rollup

v2.72.1

Compare Source

2022-05-07

Bug Fixes
  • Improve tree-shaking of classes with super classes in certain scenarios (#​4489)
Pull Requests

v2.72.0

Compare Source

2022-05-05

Features
  • Add CLI hooks to run external commands at certain points in watch mode (#​4457)
Bug Fixes
  • Fix an issue that could accidentally treat relevant assignments as side effect free (#​4486)
Pull Requests
TryGhost/node-sqlite3

v5.0.8

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.0.7...v5.0.8

v5.0.7

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.0.6...v5.0.7

webpack/webpack-dev-server

v4.9.0

Compare Source

Features
Bug Fixes
4.8.1 (2022-04-06)
Bug Fixes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

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

@changeset-bot
Copy link

changeset-bot bot commented May 9, 2022

⚠️ No Changeset found

Latest commit: 1073290

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Methuselah96 Methuselah96 enabled auto-merge (squash) May 9, 2022 02:07
@Methuselah96 Methuselah96 merged commit 8300ef0 into main May 9, 2022
@Methuselah96 Methuselah96 deleted the renovate/all-minor-patch branch May 9, 2022 02:27
aliffazfar pushed a commit to aliffazfar/redux-devtools that referenced this pull request Jul 19, 2024
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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