Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2019

This PR contains the following updates:

Package Change Age Confidence
@types/express (source) 4.17.0 -> 5.0.3 age confidence
@types/node (source) 10.14.6 -> 22.18.9 age confidence
@types/react-helmet (source) 5.0.8 -> 6.1.11 age confidence
@types/react-router-dom (source) 4.3.3 -> 5.3.3 age confidence
@types/styled-components (source) 4.1.14 -> 5.1.34 age confidence
autoprefixer 9.6.1 -> 10.4.21 age confidence
babel-loader 8.0.5 -> 10.0.0 age confidence
babel-plugin-graphql-tag 2.4.0 -> 3.3.0 age confidence
babel-plugin-styled-components (source) 1.10.0 -> 2.1.4 age confidence
clean-webpack-plugin 3.0.0 -> 4.0.0 age confidence
copy-webpack-plugin 5.0.3 -> 13.0.1 age confidence
css-loader 3.2.0 -> 7.1.2 age confidence
dotenv-webpack 1.7.0 -> 8.1.1 age confidence
eslint-config-prettier 6.0.0 -> 10.1.8 age confidence
eslint-loader 3.0.0 -> 4.0.2 age confidence
eslint-plugin-prettier 3.1.0 -> 5.5.4 age confidence
favicons-webpack-plugin 1.0.1 -> 6.0.1 age confidence
history 4.9.0 -> 5.3.0 age confidence
html-loader 0.5.5 -> 5.1.0 age confidence
html-webpack-plugin 3.2.0 -> 5.6.4 age confidence
isomorphic-fetch (source) 2.2.1 -> 3.0.0 age confidence
jest-styled-components 6.3.1 -> 7.2.0 age confidence
polished (source) 3.4.1 -> 4.3.1 age confidence
postcss-loader 3.0.0 -> 8.2.0 age confidence
prettier (source) 1.18.2 -> 3.6.2 age confidence
resolve-url-loader (source) 3.1.0 -> 5.0.0 age confidence
rimraf 3.0.0 -> 6.0.1 age confidence
sass-loader 7.2.0 -> 16.0.5 age confidence
style-loader 1.0.0 -> 4.0.0 age confidence
styled-components (source) 4.3.2 -> 6.1.19 age confidence
svg-sprite-loader 4.1.3 -> 6.0.11 age confidence
svgo (source) 1.3.0 -> 4.0.0 age confidence
svgo-loader 2.2.0 -> 4.0.0 age confidence
ts-loader 6.0.4 -> 9.5.4 age confidence
tsconfig-paths-webpack-plugin 3.2.0 -> 4.2.0 age confidence
typescript (source) 3.5.3 -> 5.9.3 age confidence
webpack 4.39.1 -> 5.102.1 age confidence
webpack-bundle-analyzer 3.4.1 -> 4.10.2 age confidence
webpack-cli (source) 3.3.2 -> 6.0.1 age confidence
webpack-manifest-plugin 2.0.4 -> 5.0.1 age confidence
webpack-merge 4.2.1 -> 6.0.1 age confidence
webpack-node-externals 1.7.2 -> 3.0.0 age confidence

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.21

Compare Source

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

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

v10.4.1

Compare Source

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

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)

v10.0.0

Compare Source

What's Changed

Breaking Changes
  • bump node requirement to ^18.20.0 || ^20.10.0 || >=22.0.0 and webpack requirement to >= 5.61.0 by @​JLHwung in #​1026
  • breaking: use output.hashFunction as loader cache hasher by @​JLHwung in #​1027
New Features
Bug Fixes
Docs
Dependencies
Internal

New Contributors

Full Changelog: babel/babel-loader@v9.1.3...v10.0.0

v9.2.1

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

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

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

  • update hash method mechanism so it doesn't fail on a fips enabled machine by @​darmbrust in #​939
  • Require babel ^7.12.0 and Node.js >= 14.15.0 versions by @​JLHwung in #​956
  • Remove dependency on loader-utils and drop webpack 4 support by @​nied in #​942

New Contributors

Full Changelog: babel/babel-loader@v8.2.5...v9.0.0

v8.4.1

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v8.4.0...v8.4.1

v8.4.0

Compare Source

What's Changed

New Contributors

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

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

  • Use md5 hash for caching on node v17 ([#​918](https://r

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 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 6 times, most recently from 0283b1c to b5cd27e Compare July 15, 2025 18:46
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 6c5ca59 to 0a28bea Compare July 19, 2025 04:07
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from b929598 to 5c54a61 Compare August 1, 2025 01:39
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from 7b89efd to c88bb9d Compare August 12, 2025 13:15
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 4 times, most recently from e2732d1 to faa96d2 Compare August 18, 2025 14:46
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from bcabea3 to f85a822 Compare August 25, 2025 11:08
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 4b43b21 to 5c1e9a3 Compare September 13, 2025 23:26
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from 6c5b042 to 1c7b0f0 Compare September 18, 2025 03:00
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 148987e to 4743949 Compare October 1, 2025 02:14
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 4743949 to 505f7c4 Compare October 8, 2025 04:49
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 505f7c4 to 0fb5ff9 Compare October 9, 2025 18:43
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