Skip to content

Update minor devDeps #1081

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 1 commit into from
Sep 28, 2020
Merged

Update minor devDeps #1081

merged 1 commit into from
Sep 28, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 28, 2020

This PR contains the following updates:

Package Type Update Change
autoprefixer devDependencies patch 10.0.0 -> 10.0.1
enzyme-adapter-react-16 (source) devDependencies patch 1.15.4 -> 1.15.5
eslint (source) devDependencies minor 7.9.0 -> 7.10.0
eslint-config-prettier devDependencies minor 6.11.0 -> 6.12.0
eslint-plugin-import devDependencies patch 2.22.0 -> 2.22.1
eslint-plugin-react devDependencies minor 7.20.6 -> 7.21.2
postcss (source) devDependencies minor 8.0.6 -> 8.1.0
postcss-combine-duplicated-selectors devDependencies minor 9.1.0 -> 9.4.0
react-hot-loader devDependencies minor 4.12.21 -> 4.13.0

Release Notes

postcss/autoprefixer

v10.0.1

Compare Source

  • Fix PostCSS 8.1 compatability.
  • Add our OpenCollective to package.json.
  • Clean up code (by Sukka).
enzymejs/enzyme

v1.15.5

Compare Source

eslint/eslint

v7.10.0

Compare Source

prettier/eslint-config-prettier

v6.12.0

Compare Source

  • Added: [@​typescript-eslint/comma-dangle]. Thanks to Masafumi Koba (@​ybiquitous)!!
benmosher/eslint-plugin-import

v2.22.1

Compare Source

Fixed
  • [default]/TypeScript: avoid crash on export = with a MemberExpression ([#​1841], thanks [@​ljharb])
  • [extensions]/importType: Fix @​/abc being treated as scoped module ([#​1854], thanks [@​3nuc])
  • allow using rest operator in named export ([#​1878], thanks [@​foray1010])
  • [dynamic-import-chunkname]: allow single quotes to match Webpack support ([#​1848], thanks [@​straub])
Changed
  • [export]: add tests for a name collision with export * from ([#​1704], thanks @​tomprats)
yannickcr/eslint-plugin-react

v7.21.2

Compare Source

Fixed

v7.21.1

Compare Source

Fixed

v7.21.0

Compare Source

Added
Fixed
Changed
postcss/postcss

v8.1.0

Compare Source

Duke Gemory seal

PostCSS 8.1 fixed new visitor API from the 8.0 release.

We fixed Root and RootExit re-calling on children's changes. And now visitors will visit the parent again if nested children were changed.

We added Once and OnceExit events, which will not be called again on node changes. You can use them to lint files or collect statistics:

module.exports = {
  postcssPlugin: 'postcss-linter',
  OnceExit (root) {
    lint(root)
  }
}
module.exports.postcss = true

We updated Migration guide according to new changes.

v8.0.9

Compare Source

  • Replace prototype in PostCSS 7 nodes instead of recreating them.
  • Added missed Transformer to exported types (by Pierre-Marie Dartus).

v8.0.8

Compare Source

  • Fix 8.0.7 regression on PostCSS 7 nodes converting (by Adam Wathan).

v8.0.7

Compare Source

  • Fixed compatibility issue with mixin AST with PostCSS 7 and 8 nodes.
  • Added migration guide translation to Chinese to the warning.
ChristianMurphy/postcss-combine-duplicated-selectors

v9.4.0

Compare Source

9.2.0 and 9.3.0 unintentionally included potentially breaking changes, this re-releases 9.1.0 as 9.4.0 to minimize impact to adopters using a minor (^9) version range in their package.json.

v9.3.0

Compare Source

⚠️ this release unintentionally contains breaking changes, please upgrade directly to version 10, or hold at versio 9.1.0 if that is not possible ⚠️


postcss-combine-duplicated-selectors now leverages the postcss single scan visitor API.
This has a few implications:

  • With new API, all plugins can share a single scan of the CSS tree. It makes CSS processing up to 20% faster.
  • Plugins will re-visit changed nodes to reduce compatibility issues between plugins. Now the order of plugins in your PostCSS config will be less important.

source: https://github.com/postcss/postcss/releases/tag/8.0.0

For more information on the new tree walking API see: https://evilmartians.com/chronicles/postcss-8-plugin-migration#step-3-take-the-most-out-of-the-new-api and https://github.com/postcss/postcss/releases/tag/8.0.0

v9.2.0

Compare Source

⚠️ this release unintentionally contains breaking changes, please upgrade directly to version 10, or hold at versio 9.1.0 if that is not possible ⚠️


postcss 8.1.0 renamed the visitor postcss-combine-duplicated-selectors depends on (Root to Once).
This release updates to the new visitor, and requires postcss 8.1.0 and above.

Note: postcss is now a peer dependency if it is not directly installed already, please run npm install postcss

gaearon/react-hot-loader

v4.13.0

Compare Source

Bug Fixes
Features
4.12.21 (2020-04-30)
Bug Fixes
  • add peerDependenciesMeta in package.json (#​1433)
4.12.20 (2020-03-14)
Bug Fixes
4.12.19 (2020-01-22)
Bug Fixes
4.12.18 (2019-11-16)
Bug Fixes
  • (regression) hook order change is causing React error, fixes #​1393 (6707b4b)
  • production babel plugin might perform eager replacement, fixes #​1388 (b94adb3)
4.12.17 (2019-11-12)
Bug Fixes
4.12.16 (2019-11-06)
Bug Fixes

Renovate configuration

📅 Schedule: "before 2am on monday" (UTC).

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

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

@dmt0 dmt0 merged commit e1a1dba into master Sep 28, 2020
@dmt0 dmt0 deleted the renovate/minor-devdeps branch September 28, 2020 02:08
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