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

chore(deps): update all minor dependencies #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 19, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) 11.0.2 -> 11.1.0 age adoption passing confidence
@rollup/plugin-json (source) 4.0.2 -> 4.1.0 age adoption passing confidence
@rollup/plugin-replace (source) 2.3.1 -> 2.4.2 age adoption passing confidence
@​types/autoprefixer 9.5.0 -> 9.7.2 age adoption passing confidence
@types/babel__core (source) 7.1.2 -> 7.20.5 age adoption passing confidence
@types/dotenv-webpack (source) 1.7.0 -> 1.8.0 age adoption passing confidence
@types/node (source) 12.7.2 -> 12.20.55 age adoption passing confidence
@​types/prettier 1.18.2 -> 1.19.1 age adoption passing confidence
@types/webpack (source) 4.32.2 -> 4.41.40 age adoption passing confidence
@​types/webpack-dev-server 3.1.7 -> 3.11.6 age adoption passing confidence
autoprefixer 9.6.1 -> 9.8.8 age adoption passing confidence
babel-loader 8.0.6 -> 8.4.1 age adoption passing confidence
case-sensitive-paths-webpack-plugin 2.3.0 -> 2.4.0 age adoption passing confidence
eslint-plugin-prettier 3.1.0 -> 3.4.1 age adoption passing confidence
eslint-plugin-react 7.14.3 -> 7.37.4 age adoption passing confidence
prettier (source) 1.18.2 -> 1.19.1 age adoption passing confidence
release-it 12.3.5 -> 12.6.3 age adoption passing confidence
rollup (source) 1.31.0 -> 1.32.1 age adoption passing confidence
rollup-plugin-size-snapshot 0.11.0 -> 0.12.0 age adoption passing confidence
rollup-plugin-sourcemaps 0.5.0 -> 0.6.3 age adoption passing confidence
rollup-plugin-terser 5.2.0 -> 5.3.1 age adoption passing confidence
sass-loader 7.2.0 -> 7.3.1 age adoption passing confidence
ts-loader 6.0.4 -> 6.2.2 age adoption passing confidence
tsconfig-paths-webpack-plugin 3.2.0 -> 3.5.2 age adoption passing confidence
typescript (source) 3.5.3 -> 3.9.10 age adoption passing confidence
webpack 4.39.2 -> 4.47.0 age adoption passing confidence
webpack-dev-server 3.8.0 -> 3.11.3 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v11.1.0

2020-04-12

Bugfixes
  • fix: produce legal variable names from filenames containing hyphens. (#​201)
Features
  • feat: support dynamic require (#​206)
  • feat: export properties defined using Object.defineProperty(exports, ..) (#​222)
Updates
  • chore: snapshot mismatch running tests before publish (d6bbfdd)
  • test: add snapshots to all "function" tests (#​218)
rollup/plugins (@​rollup/plugin-json)

v4.1.0

2020-06-05

Features
  • feat: log the filename when JSON.parse fails (#​417)

v4.0.3

2020-04-19

Updates
  • chore: add rollup 2 to peer range (06d9d29)
rollup/plugins (@​rollup/plugin-replace)

v2.4.2

2021-03-26

Updates
  • docs: document the values option (#​814)

v2.4.1

2021-02-22

Bugfixes
  • fix: add missing types for new preventAssignment option (#​813)

v2.4.0

2021-02-22

Features
  • feat: prevent accidental replacement within assignment (#​798)
Updates

v2.3.4

2020-10-27

Updates
  • docs: describe process.env.NODE_ENV case (#​589)
  • chore: update dependencies (53e2b73)
  • docs: linting update in readme (aef7dbc)

v2.3.3

2020-06-05

Updates
  • docs: clarify options for allowed replacement values (#​422)

v2.3.2

2020-04-19

Updates
  • chore: add rollup 2 to peer range (3e0d775)
postcss/autoprefixer (autoprefixer)

v9.8.8

Compare Source

  • Replaced nanocolors with picocolors.
  • Reduced package size.

v9.8.7

Compare Source

  • Replaced colorette with nanocolors.
  • Reduced package size.

v9.8.6

Compare Source

  • Fixed env option.

v9.8.5

Compare Source

  • Improved Grid Layout warnings (by Daniel Tonon).
  • Fixed align-self and justify-self with display: flex (by Daniel Tonon).

v9.8.4

Compare Source

  • Replace color output library.

v9.8.3

Compare Source

  • Return old non-LTS Node.js versions to avoid breaking changes.

v9.8.2

Compare Source

  • Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support.

v9.8.1

Compare Source

  • Replace chalk to kleur (by Luke Edwards).
  • Update docs (by @​mbomb007).

v9.8.0: 9.8 “Vigilo Confido”

Compare Source

XCOM coat of arms

Autoprefixer 9.8 brings IE support for :placeholder-shown.

Placeholder Shown

@​tkrotoff found that input:placeholder-shown can be emulated with input:-ms-input-placeholder.

input:-ms-input-placeholder {
  box-shadow: 0 0 0 1px blue;
}

input:placeholder-shown {
  box-shadow: 0 0 0 1px blue;
}

Note, that we already had support for ::placeholder. Selector ::placeholder is for the text of the placeholder. :placeholder-shown is for the input, where placeholder text is shown. In ::placeholder you can’t change the border or size of the <input>.

v9.7.6

Compare Source

  • Revert -webkit-stretch fix.

v9.7.5

Compare Source

  • Fix -webkit-stretch support.

v9.7.4

Compare Source

  • Fix warning text (by Dmitry Ishkov).

v9.7.3

Compare Source

  • Fix compatibility with PostCSS Modules.

v9.7.2

Compare Source

  • Add -ms-user-select: element support.
  • Add funding link for npm fund.

v9.7.1

Compare Source

  • Avoid unnecessary transitions in prefixed selectors (by Andrey Alexandrov).
  • Fix fit-content for Firefox.

v9.7.0: 9.7 “Ad Victoriam”

Compare Source

Brotherhood of Steel coat of arms

Autoprefixer 9.7 brings AUTOPREFIXER_GRID environment variable and huge performance improvments.

Grid Environment Variable

Autoprefixer can add CSS Grid polyfills for IE. You need to manually enable it to prove that you understand the limits of polyfill.

In previous versions you can enable Grid polyfill by grid: 'autoplace' option or by /* autoprefixer grid: autoplace */ control comment. But in some cases, developers were not able to use both methods. For instance, during work with Material UI’ CSS-in-JS in Create React App.

Now Autoprefixer supports environment variable to enable CSS Grid polyfill:

AUTOPREFIXER_GRID=autoplace npm build
Performance Improvements

@​Knagis found that Browserslist takes 70% of the Autoprefixer time.

Autoprefixer 9.6.5 profiling

We did a lot of improvements in Browserslist and now Autoprefixer should work much faster.

67417985-a283e180-f5d2-11e9-879a-e364c9acccf1

Other

v9.6.5

Compare Source

  • Fix selector prefixing (by Andrey Alexandrov).

v9.6.4

Compare Source

  • Now the real fix for 'startsWith' of undefined error.

v9.6.3

Compare Source

  • Fix Cannot read property 'startsWith' of undefined error.

v9.6.2

Compare Source

  • Fix false Replace fill to stretch warning.
babel/babel-loader (babel-loader)

v8.4.1

Compare Source

v8.4.0

Compare Source

v8.3.0

Compare Source

New features

Full Changelog: babel/babel-loader@v8.2.5...v8.3.0

v8.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.4...v8.2.5

v8.2.4

Compare Source

What's Changed

Thanks @​loveDstyle, @​stianjensen and @​pathmapper for your first PRs!

v8.2.3: 8.2.3

Compare Source

This release fixes compatibility with Node.js 17

Thanks @​Reptarsrage!

v8.2.2

Compare Source

v8.2.1: 8.2.1

Compare Source

v8.2.0: 8.2.0

Compare Source

v8.1.0: 8.1.0

Compare Source

Urthen/case-sensitive-paths-webpack-plugin (case-sensitive-paths-webpack-plugin)

v2.4.0

Compare Source

  • Updating versions & tests for development 1d11967
  • Update dependencies, travis targets. 31491e0
  • Run prettier on test index. 3bf9fa2
  • Run prettier across index. f12aa57
  • Automatically generate changelog dc7765e
  • Add test case ensuring deeply nested folder case problems are caught 198c7e1
  • [#​54] Unescape # in paths 7d05a0a
  • Change the pathCache to be a Map. 737dadd
  • Changelog c662bc4
  • Bump lodash from 4.17.15 to 4.17.19 08dec5d
  • Credit 30dcfc1
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v3.4.1

Compare Source

v3.4.0

Compare Source

v3.3.1

Compare Source

  • fix: add eslint-config-prettier as an optional peer dependency (#​374) (d59df27)
  • build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (b87985d)
  • build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (11e427e)

v3.3.0

Compare Source

  • Minor: Perf improvement: Do not clear the config cache on each run (#​368) (1b90ea7)
  • Add peerDependenciesMeta block (#​367) (86608d5)
  • build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (885f484)
  • build(deps-dev): bump eslint from 7.3.1 to 7.14.0 (cebc80b)

v3.2.0

Compare Source

  • Skip CI for eslint 6 + node 8 (#​364) (f8f08e4)
  • Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) (#​360) (a1e5591)
  • Create dependabot.yml (f58b6c7)
  • docs(README): fix prettier getFileInfo link (#​335) (5a690f1)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 (8614c45)
  • build(deps-dev): bump eslint from 7.3.0 to 7.3.1 (12d9ed8)
  • build(deps-dev): bump eslint from 7.2.0 to 7.3.0 (5a6f42e)
  • chore: update CI badge in readme (5012b66)
  • Use Github Actions for CI (#​305) (41eb64f)

v3.1.4

Compare Source

  • Avoid clearing Prettier cache when not using prettierrc (#​303) (3c8e2d9)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
  • build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
  • build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
  • build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
  • Chore: Add CI tests for ESLint 7 (#​291) (cc2979b)
  • build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)

v3.1.3

Compare Source

  • Fix: Set meta.type to "layout" (#​283) (97152e2)
  • build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 (185b106)
  • build(deps): [security] bump acorn from 6.1.0 to 6.4.1 (bba5881)
  • build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 (9a47a6f)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.0 to 2.2.1 (aad671d)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.1.0 to 2.2.0 (e2458c2)
  • build(deps-dev): bump eslint-config-prettier from 6.8.0 to 6.9.0 (05ef06f)
  • build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.8.0 (ab80b3c)
  • build(deps-dev): bump eslint from 6.7.2 to 6.8.0 (dea1b30)

v3.1.2

Compare Source

  • Resolve config when getting list of inferred parsers (1ad45be)
  • Fix tests now they to stop them inheriting from base prettierrc file (14840fa)
  • Move prettier config into dedicated file, so vscode plugins pick it up (c49334a)
  • build(deps-dev): bump eslint from 6.7.1 to 6.7.2 (15e6cf9)
  • build(deps-dev): bump eslint from 6.6.0 to 6.7.1 (e8ad019)
  • build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 (44f4bfe)
  • build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 (46580c5)
  • build(deps-dev): bump prettier from 1.18.2 to 1.19.1 (10b4676)
  • build(deps-dev): bump eslint from 6.5.1 to 6.6.0 (53eaeae)
  • build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 (ad3321c)
  • build(deps-dev): bump mocha from 6.2.1 to 6.2.2 (b7280b6)
  • build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 (4c1d69a)
  • build(deps-dev): bump eslint from 6.5.0 to 6.5.1 (c109a7a)
  • build(deps-dev): bump mocha from 6.2.0 to 6.2.1 (3134bea)
  • build(deps-dev): bump eslint from 6.4.0 to 6.5.0 (7c290d7)

v3.1.1

Compare Source

  • build(deps-dev): bump eslint from 6.3.0 to 6.4.0 (8a793eb)
  • build(deps-dev): bump eslint-config-prettier from 6.2.0 to 6.3.0 (88c3f6c)
  • build(deps-dev): bump eslint-config-prettier from 6.0.0 to 6.2.0 (5f9fbc1)
  • build(deps-dev): bump eslint from 6.2.2 to 6.3.0 (746b66d)
  • build(deps-dev): bump eslint from 6.1.0 to 6.2.2 (97eedb4)
  • build(deps-dev): bump eslint from 6.0.1 to 6.1.0 (afef9d1)
  • build(deps-dev): bump mocha from 6.1.4 to 6.2.0 (0360a84)
  • build(deps): [security] bump lodash from 4.17.11 to 4.17.14 (9eceb68)
  • Fix: When forcing the JS parser, use the modern name (#​212) (1385310)
  • Add eslint 6 to test matrix (#​210) (bca77e6)
  • build(deps-dev): bump eslint-config-prettier from 5.0.0 to 6.0.0 (4c069bd)
  • build(deps-dev): bump eslint-config-prettier from 4.3.0 to 5.0.0 (60bb22f)
  • build(deps-dev): bump prettier from 1.18.0 to 1.18.2 (a183560)
  • build(deps-dev): bump prettier from 1.17.1 to 1.18.0 (0cad479)
  • build(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0 (6f3c76f)
  • build(deps-dev): bump prettier from 1.17.0 to 1.17.1 (03aecfd)
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.4

Compare Source

Fixed

v7.37.3

Compare Source

Fixed
  • [no-danger][no-danger]: avoid a crash on a nested component name ([#​3833][] @​ljharb)
  • [Fix] types: correct generated type declaration ([#​3840][] [@​ocavue](https://redirect.github.co

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Aug 19, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c5608e3 to ade6a0e Compare August 19, 2019 20:14
@renovate renovate bot changed the title chore(deps): update dependency @types/webpack to v4.39.0 chore(deps): update all minor dependencies Aug 19, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from f72933a to 1e5ca40 Compare August 25, 2019 12:43
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 1e5ca40 to ab78375 Compare August 28, 2019 18:00
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 7 times, most recently from 0b750ea to 5db19a4 Compare September 13, 2019 14:43
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 4 times, most recently from cbb5b45 to 3054a5c Compare September 21, 2019 06:43
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 8 times, most recently from fe832c0 to cb33eb4 Compare September 29, 2019 06:34
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 4 times, most recently from c996fb5 to bbfea3a Compare October 3, 2019 21:20
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 0b2a316 to f6bcfd4 Compare August 16, 2023 04:52
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from f6bcfd4 to 486b248 Compare September 6, 2023 20:08
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 486b248 to e0a3061 Compare September 15, 2023 20:21
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from e0a3061 to b93fd68 Compare September 25, 2023 16:57
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from bf3fdad to e4c0a20 Compare October 18, 2023 18:37
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from c7c81bb to 0cc307f Compare November 7, 2023 22:56
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 28f58f7 to a78511c Compare November 22, 2023 03:42
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from a78511c to 916ea06 Compare March 4, 2024 06:19
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 916ea06 to 6eb65e2 Compare March 15, 2024 22:55
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 6eb65e2 to 3da45d6 Compare May 28, 2024 09:08
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 3da45d6 to b5ae592 Compare June 18, 2024 22:22
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from c5dc198 to a521ada Compare July 20, 2024 07:05
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from a521ada to 2d5440c Compare August 6, 2024 23:45
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 8de2327 to 9ca8aa4 Compare September 3, 2024 21:34
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 52f9421 to f661519 Compare September 16, 2024 13:46
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from d8ca010 to 60f8c0a Compare October 1, 2024 15:52
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from cc0d190 to 7a47d9e Compare October 23, 2024 03:46
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 7a47d9e to 06321eb Compare December 24, 2024 21:00
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 06321eb to b016fa3 Compare January 13, 2025 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants