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 major dependencies (major) #88

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 10.14.6 -> 20.12.7 age adoption passing confidence
@types/react-helmet (source) 5.0.8 -> 6.1.11 age adoption passing confidence
@types/react-router-dom (source) 4.3.3 -> 5.3.3 age adoption passing confidence
@types/styled-components (source) 4.1.14 -> 5.1.34 age adoption passing confidence
autoprefixer 9.6.1 -> 10.4.19 age adoption passing confidence
babel-loader 8.0.5 -> 9.1.3 age adoption passing confidence
babel-plugin-graphql-tag 2.4.0 -> 3.3.0 age adoption passing confidence
babel-plugin-styled-components (source) 1.10.0 -> 2.1.4 age adoption passing confidence
clean-webpack-plugin 3.0.0 -> 4.0.0 age adoption passing confidence
copy-webpack-plugin 5.0.3 -> 12.0.2 age adoption passing confidence
css-loader 3.2.0 -> 7.1.1 age adoption passing confidence
dotenv-webpack 1.7.0 -> 8.1.0 age adoption passing confidence
eslint (source) 6.1.0 -> 9.1.1 age adoption passing confidence
eslint-config-prettier 6.0.0 -> 9.1.0 age adoption passing confidence
eslint-loader 3.0.0 -> 4.0.2 age adoption passing confidence
eslint-plugin-prettier 3.1.0 -> 5.1.3 age adoption passing confidence
favicons-webpack-plugin 1.0.1 -> 6.0.1 age adoption passing confidence
history 4.9.0 -> 5.3.0 age adoption passing confidence
html-loader 0.5.5 -> 5.0.0 age adoption passing confidence
html-webpack-plugin 3.2.0 -> 5.6.0 age adoption passing confidence
isomorphic-fetch (source) 2.2.1 -> 3.0.0 age adoption passing confidence
jest-styled-components 6.3.1 -> 7.2.0 age adoption passing confidence
polished (source) 3.4.1 -> 4.3.1 age adoption passing confidence
postcss-loader 3.0.0 -> 8.1.1 age adoption passing confidence
prettier (source) 1.18.2 -> 3.2.5 age adoption passing confidence
resolve-url-loader (source) 3.1.0 -> 5.0.0 age adoption passing confidence
rimraf 3.0.0 -> 5.0.5 age adoption passing confidence
sass-loader 7.2.0 -> 14.2.1 age adoption passing confidence
style-loader 1.0.0 -> 4.0.0 age adoption passing confidence
styled-components (source) 4.3.2 -> 6.1.8 age adoption passing confidence
svg-sprite-loader 4.1.3 -> 6.0.11 age adoption passing confidence
svgo (source) 1.3.0 -> 3.2.0 age adoption passing confidence
svgo-loader 2.2.0 -> 4.0.0 age adoption passing confidence
ts-loader 6.0.4 -> 9.5.1 age adoption passing confidence
tsconfig-paths-webpack-plugin 3.2.0 -> 4.1.0 age adoption passing confidence
typescript (source) 3.5.3 -> 5.4.5 age adoption passing confidence
webpack 4.39.1 -> 5.91.0 age adoption passing confidence
webpack-bundle-analyzer 3.4.1 -> 4.10.2 age adoption passing confidence
webpack-cli (source) 3.3.2 -> 5.1.4 age adoption passing confidence
webpack-dev-server 3.8.0 -> 5.0.4 age adoption passing confidence
webpack-manifest-plugin 2.0.4 -> 5.0.0 age adoption passing confidence
webpack-merge 4.2.1 -> 5.10.0 age adoption passing confidence
webpack-node-externals 1.7.2 -> 3.0.0 age adoption passing confidence

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.12

Compare Source

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).

v10.4.11

Compare Source

  • Fixed text-decoration prefixes by moving to MDN data (by Romain Menke).

v10.4.10

Compare Source

  • Fixed unicode-bidi prefixes by moving to MDN data.

v10.4.9

Compare Source

  • Fixed css-unicode-bidi issue from latest Can I Use.

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.

v10.4.7

Compare Source

  • Fixed print-color-adjust support in Firefox.

v10.4.6

Compare Source

  • Fixed print-color-adjust support.

v10.4.5

Compare Source

v10.4.4

Compare Source

  • Fixed package.funding to have same value between all PostCSS packages.

v10.4.3

Compare Source

  • Fixed package.funding (by Álvaro Mondéjar).

v10.4.2

Compare Source

  • Fixed missed -webkit- prefix for width: stretch.

v10.4.1

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.0: 10.4 “ǃke e꞉ ǀxarra ǁke”

Compare Source

Coat of arms of South Africa

In Autoprefixer 10.4 @​lukewarlow added :autofill support:

input:-webkit-autofill {
  background-color: red;
}

input:autofill {
  background-color: red;
}

v10.3.7

Compare Source

  • Replaced nanocolors to picocolors.

v10.3.6

Compare Source

  • Updated nanocolors.
  • Reduced package size.

v10.3.5

Compare Source

  • Replaced colorette to nanocolors.

v10.3.4

Compare Source

  • Fixed stretch value in latest Firefox.

v10.3.3

Compare Source

  • Fixed wrong -moz- prefix from ::file-selector-button (by Usman Yunusov).

v10.3.2

Compare Source

  • Fixed ::file-selector-button support (by Usman Yunusov).

v10.3.1

Compare Source

  • Fixed adding wrong prefixes to content (by Luke Warlow).

v10.3.0: 10.3 “Чести своей не отдам никому”

Compare Source

Pskov, coat of arms

In Autoprefixer 10.3 @​lukewarlow added ::file-selector-button support.

::-webkit-file-upload-button {
  border: 2px solid #​6c5ce7;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #a29bfe;
}

::file-selector-button {
  border: 2px solid #​6c5ce7;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #a29bfe;
}

v10.2.6

Compare Source

v10.2.5

Compare Source

  • Fixed : support in @supports (by Dmitry Semigradsky).
  • Fixed docs (by Christian Oliff).

v10.2.4

Compare Source

  • Fixed browser names in npx autoprefixer --info.

v10.2.3

Compare Source

  • Fixed PostCSS 8 support.

v10.2.2

Compare Source

  • Fixed PostCSS 8 plugins compatibility.

v10.2.1

Compare Source

v10.2.0: 10.2 “Sub rosa”

Compare Source

Tudor rose

Autoprefixer 10.2 now has built-in TypeScript definitions. You do not need @types/autoprefixer anymore.

Thanks to @​Semigradsky and DefinitelyTyped’s contributors.

@​Sheraff also improved docs.

v10.1.0: 10.1 “Pula”

Compare Source

Coat of arms of Botswana

Autoprefixer 10.1 improved min-resolution support.

@​infusion added dpcm unit support and num2fraction with Fraction.js, which uses Farey Sequences as a rational approximation (more precise) and simplifies the fraction using continued fractions to ɛ <0.001 afterward.

/* input */
@&#8203;media (min-resolution: 113.38dpcm) {
  …
}

/* output */
@&#8203;media (-webkit-min-device-pixel-ratio: 3),
       (min--moz-device-pixel-ratio: 3),
       (-o-min-device-pixel-ratio: 3/1),
       (min-resolution: 113.38dpcm) {
  …
}

v10.0.4

Compare Source

  • Fixed Cannot read property 'proxyOf' of undefined error (by Igor Kamyshev).

v10.0.3

Compare Source

  • Fixed substract to subtract value for mask-composite (by Michelle Enos).

v10.0.2

Compare Source

  • Removed -ms-user-select: all because IE and old Edge don’t support it.
  • Fixed Grid Layout warning.

v10.0.1

Compare Source

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

v10.0.0: 10.0 “Alis volat propriis”

Compare Source

Coat of arms of Oregon

Autoprefixer 10 is based on top of PostCSS 8 (check Known Issues section before updating).

Node.js 6.x, 8.x, 11.x support was removed.

Now you need to install Autoprefixer by npm install --save-dev autoprefixer postcss. We moved postcss from dependencies to peerDependencies according to new PostCSS plugin guidelines.

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)

v9.1.3

Compare Source

Security dependency updates

New Contributors

Full Changelog: babel/babel-loader@v9.1.2...v9.1.3

v9.1.2

Compare Source

9.1.1 was a broken release, it didn't include all the commits.

Dependencies updates

Misc

New Contributors

Full Changelog: babel/babel-loader@v9.1.0...v9.1.2

v9.1.1

Compare Source

v9.1.0

Compare Source

New features

Full Changelog: babel/babel-loader@v9.0.1...v9.1.0

v9.0.1

Compare Source

Bug Fixes

Full Changelog: babel/babel-loader@v9.0.0...v9.0.1

v9.0.0

Compare Source

What's Changed

New Contributors

  • @​darmbrust made their first contribution in [https://github.com/babel/babe

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Aug 29, 2019
@renovate renovate bot changed the title chore(deps): update dependency sass-loader to v8 chore(deps): update all major dependencies (major) Sep 25, 2019
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 67f1fab to acd3fdc Compare September 25, 2019 11:36
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from acd3fdc to 53e21fb Compare November 10, 2019 19:56
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 53e21fb to 7cd2476 Compare December 14, 2019 17:44
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 7cd2476 to 00d0077 Compare December 30, 2019 09:57
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 00d0077 to 428de2c Compare January 18, 2020 14:56
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 428de2c to 9c282db Compare February 8, 2020 13:54
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 9c282db to f0ca15a Compare March 10, 2020 15:59
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from f0ca15a to 9a8a1c2 Compare April 26, 2020 11:56
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 9a8a1c2 to 2eeed74 Compare May 5, 2020 13:55
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 2eeed74 to 742b096 Compare May 15, 2020 07:52
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 18022ee to acf765b Compare July 4, 2020 15:00
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from acf765b to bd6fa83 Compare August 24, 2020 23:51
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 9 times, most recently from 8c0ed77 to 530dda9 Compare September 10, 2020 18:58
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 6 times, most recently from 2b1ef82 to 66146cc Compare September 15, 2020 19:03
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 93fe4b0 to afc10d7 Compare March 6, 2024 18:51
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 5 times, most recently from 1328290 to 3d95679 Compare March 18, 2024 22:24
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 6 times, most recently from 2d166f5 to 69c8835 Compare March 22, 2024 05:22
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 7 times, most recently from cd9bbd0 to ea2785b Compare April 5, 2024 22:46
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 6 times, most recently from 01f2bc5 to a1489cd Compare April 11, 2024 19:16
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 42c93f4 to d4c9aab Compare April 20, 2024 00:02
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from d4c9aab to cd2be32 Compare April 22, 2024 22:59
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.

None yet

0 participants