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 #57

Merged
merged 8 commits into from
Sep 26, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.15.6 -> ^7.15.7 age adoption passing confidence
@types/fs-extra ^9.0.12 -> ^9.0.13 age adoption passing confidence
@types/jest ^27.0.1 -> ^27.0.2 age adoption passing confidence
@types/lodash ^4.14.172 -> ^4.14.174 age adoption passing confidence
@types/node ^14.17.15 -> ^14.17.19 age adoption passing confidence
@types/react ^16.9.11 -> ^16.14.15 age adoption passing confidence
@types/react-dom ^16.8.4 -> ^16.9.14 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.31.0 -> ^4.31.2 age adoption passing confidence
@typescript-eslint/parser ^4.31.0 -> ^4.31.2 age adoption passing confidence
eslint-plugin-flowtype ^5.9.2 -> ^5.10.0 age adoption passing confidence
eslint-plugin-react ^7.25.1 -> ^7.26.0 age adoption passing confidence
jest-watch-typeahead ^0.5.0 -> ^0.6.4 age adoption passing confidence
parcel ^1.12.3 -> ^1.12.4 age adoption passing confidence
react-app-polyfill ^1.0.0 -> ^1.0.6 age adoption passing confidence
release-it ^14.11.5 -> ^14.11.6 age adoption passing confidence
rollup-plugin-typescript2 ^0.27.3 -> ^0.30.0 age adoption passing confidence
type-fest ^2.3.2 -> ^2.3.4 age adoption passing confidence

Release Notes

babel/babel

v7.15.7

Compare Source

🐛 Bug Fix
🏠 Internal
typescript-eslint/typescript-eslint

v4.31.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v4.31.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

gajus/eslint-plugin-flowtype

v5.10.0

Compare Source

Features
  • add new rule sort-type-union-intersection-members (#​501) (fa4207d)
yannickcr/eslint-plugin-react

v7.26.0

Compare Source

Added
Fixed
Changed
  • [no-access-state-in-setstate]: passing test for “don't error if it's not a React Component” (#​1873 @​kentcdodds)

v7.25.3

Compare Source

Fixed
Changed
  • [readme] Update broken link for configuration files (#​3071 @​prateek3255)
  • [Refactor] create/extract isCreateElement and isDestructuredFromPragmaImport utils (@​ljharb)

v7.25.2

Compare Source

Fixed
jest-community/jest-watch-typeahead

v0.6.4

Compare Source

Bug Fixes
  • deps: update jest peer dependency to accept v27 (#​59) (6552ead)

v0.6.3

Compare Source

v0.6.2

Compare Source

Fixes
  • Use correct highlight offset even when rootDir is not root package directory (#​34)

v0.6.1

Compare Source

Fixes
  • Provide exact pattern for selected test names

v0.6.0

Compare Source

Chore & Maintenance
  • Update dependencies and drop Node 8 (#​35)
parcel-bundler/parcel

v1.12.4

facebook/create-react-app

v1.0.6

Compare Source

1.0.6 (May 24, 2017)

🐛 Bug Fix
  • eslint-config-react-app, react-error-overlay, react-scripts

  • react-dev-utils

💅 Enhancement
📝 Documentation
Committers: 4
Migrating from 1.0.5 to 1.0.6

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.6

or

yarn add --dev --exact react-scripts@1.0.6

v1.0.5

Compare Source

1.0.5 (May 22, 2017)

🐛 Bug Fix
  • react-dev-utils, react-scripts

💅 Enhancement
🏠 Internal
Committers: 2
Migrating from 1.0.4 to 1.0.5

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.5

or

yarn add --dev --exact react-scripts@1.0.5

v1.0.4

Compare Source

1.0.4 (May 22, 2017)

🐛 Bug Fix
  • react-error-overlay
    • Fix a regression in published package.
Migrating from 1.0.3 to 1.0.4

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.4

or

yarn add --dev --exact react-scripts@1.0.4

v1.0.3

Compare Source

1.0.3 (May 21, 2017)

🐛 Bug Fix
  • react-dev-utils

    • #​2297 Don’t serve the development version from public IPs by default. (@​Timer)
  • eslint-config-react-app

    • #​2311 Disable flowtype/require-valid-file-annotation lint rule due to false positives. (@​Robdel12)
  • react-dev-utils, react-error-overlay

  • react-scripts

Committers: 4
Migrating from 1.0.2 to 1.0.3

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.3

or

yarn add --dev --exact react-scripts@1.0.3

v1.0.2

Compare Source

1.0.2 (May 20, 2017)

🐛 Bug Fix
  • react-dev-utils, react-scripts

    • #​2276 Serve a no-op service worker in development to ensure it doesn't cache the production build even if it was served on the same port. (@​jeffposnick)
  • react-dev-utils, react-error-overlay

  • react-dev-utils

💅 Enhancement
🏠 Internal
Committers: 6
Migrating from 1.0.1 to 1.0.2

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.2

or

yarn add --dev --exact react-scripts@1.0.2

If you previously had issues with an Invalid Host Header error, follow these new instructions to fix it.

v1.0.1

Compare Source

1.0.1 (May 19, 2017)

🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 9
Migrating from 1.0.0 to 1.0.1

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.1

or

yarn add --dev --exact react-scripts@1.0.1
release-it/release-it

v14.11.6

Compare Source

  • Update dependencies (9a1d34b)
  • Fix tag name in github web release fallback url (14fcad0)
  • Changed git docs with correct hook (#​804) (588d776)
ezolenko/rollup-plugin-typescript2

v0.30.0

Compare Source

#​251 Fix duplicate output with multiple entry points
allowing ES2020 module type in tsconfig

v0.29.0

Compare Source

#​249 use compilerOptions.rootDir to filter files

v0.28.0

Compare Source

#​221

sindresorhus/type-fest

v2.3.4

Compare Source

v2.3.3

Compare Source

  • Fix support for readonly and generic arrays in the LastArrayElement type (#​266) 8f70e88

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, check this box.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 523caaa to b47b62a Compare September 25, 2021 12:19
@aladdin-add aladdin-add merged commit 70c884a into main Sep 26, 2021
@aladdin-add aladdin-add deleted the renovate/all-minor-patch branch September 26, 2021 09:02
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.

None yet

2 participants