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 build tools (major) #84

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 15, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/webpack 4.41.22 -> 5.28.0 age adoption passing confidence
autoprefixer 9.8.6 -> 10.2.5 age adoption passing confidence
css-loader 4.3.0 -> 5.2.4 age adoption passing confidence
fork-ts-checker-notifier-webpack-plugin 3.0.0 -> 4.0.0 age adoption passing confidence
fork-ts-checker-webpack-plugin 5.2.0 -> 6.2.9 age adoption passing confidence
html-webpack-plugin 4.5.0 -> 5.3.1 age adoption passing confidence
postcss-loader 4.0.2 -> 5.3.0 age adoption passing confidence
terser-webpack-plugin 4.2.2 -> 5.1.2 age adoption passing confidence
ts-loader 8.0.4 -> 9.1.2 age adoption passing confidence
webpack 4.44.2 -> 5.37.0 age adoption passing confidence
webpack-bundle-analyzer 3.9.0 -> 4.4.1 age adoption passing confidence
webpack-cli 3.3.12 -> 4.7.0 age adoption passing confidence
webpack-manifest-plugin 2.2.0 -> 3.1.1 age adoption passing confidence

Release Notes

postcss/autoprefixer

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

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

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

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.

webpack-contrib/css-loader

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

Features
5.1.4 (2021-03-24)
Bug Fixes
5.1.3 (2021-03-15)
Bug Fixes
  • the auto option works using inline module syntax (#​1274) (1db2f4d)
  • ident generation for CSS modules using inline module syntax (#​1274) (1db2f4d)
5.1.2 (2021-03-10)
Bug Fixes
  • handling @import with spaces before and after and any extensions (#​1272) (0c47cf7)
  • inline loader syntax in @import and modules (3f49ed0)
5.1.1 (2021-03-01)
Bug Fixes

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

Features
5.0.2 (2021-02-08)
Bug Fixes
5.0.1 (2020-11-04)
Bug Fixes

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • migrate on PostCSS 8
  • runtime doesn't contain source maps code without sourceMap: true
  • returned value from the getLocalIdent escapes by default, the exportName value is always unescaped
  • Auto enable icss modules for all files for which /\.icss\.\w+$/i (the modules.compileType option is icss)
  • [emoji] placeholder was deprecated
  • icss option was removed (it was deprecated previously)
Features
johnnyreilly/fork-ts-checker-notifier-webpack-plugin

v4.0.0

Compare Source

BREAKING CHANGES

This drops support for fork-ts-checker-webpack-plugin versions < 6 - if you need to use one of those versions then please use https://www.npmjs.com/package/fork-ts-checker-notifier-webpack-plugin/v/3.0.0

TypeStrong/fork-ts-checker-webpack-plugin

v6.2.9

Compare Source

Bug Fixes
  • properly resolve project-references configuration (#​615) (c297d58)

v6.2.8

Compare Source

Bug Fixes

v6.2.7

Compare Source

Bug Fixes

v6.2.6

Compare Source

Bug Fixes

v6.2.5

Compare Source

Bug Fixes

v6.2.4

Compare Source

v6.2.3

Compare Source

Bug Fixes

v6.2.2

Compare Source

Bug Fixes

v6.2.1

Compare Source

Bug Fixes

v6.2.0

Compare Source

Features
  • support custom formatter function (options.formatter) (#​578) (3a2981d)

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.8

Compare Source

v6.0.7

Compare Source

Bug Fixes

v6.0.6

Compare Source

v6.0.5

Compare Source

Bug Fixes
  • use external store for files change to not rely on wfs (#​546) (2f330b5)

v6.0.4

Compare Source

Bug Fixes

v6.0.3

Compare Source

Bug Fixes

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
  • add support for "generateTrace" tsconfig option (#​523) (e90c7e4)
  • use webpack's built-in watching instead of polling (fb22e47)
BREAKING CHANGES
  • 🧨 Remove issue.scope option and use new watch architecture

v5.2.1

Compare Source

Bug Fixes
jantimon/html-webpack-plugin

v5.3.1

Compare Source

v5.3.0

Compare Source

Features
  • allow to modify the interpolation options in webpack config (d654f5b)
  • drop loader-utils dependency (41d7a50)

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features
  • omit html tag attribute with null/undefined/false value (aa6e78d), closes #​1598

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop support for webpack 4 and node <= 10 - For older webpack or node versions please use html-webpack-plugin 4.x
  • Entry javascript resources are now beeing loaded deferred in the <head> tag to improve the page load performance by default - You can set the scriptLoading option to 'blocking' to keep the previous behaviour
  • Setting publicPath to '' (an empty string) will no longer calculate a relative path from the html file to the assets anymore - You can set the publicPath option to 'auto' to keep the previous behaviour
  • Plugins for html-webpack-plugin which add additional assetTags should provide a meta attribute
  • Drop support for appcache-webpack-plugin
Features
  • drop webpack 4 and node <= 10 support to make use of the latest APIs (b7a9e8f)
  • use the new webpack 5 APIs and create html files during the new webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS compilation stage (8964bc4, b6895cb, a97234e, 1b59e09, 4fca596, ed64a6b, 86245db, 50b3bec, c697725)
  • allow generating one file per chunk with the new '[name]' placeholder for the filename option (cd5bd2a, 3d9ff48)
  • the filename option can now be a function (c5beb4b)
  • add support for 'auto' public paths inside templates (a059fcf, b09b439)
  • use defer as default script loading mechanism (35b6b87)
  • allow to set publicPath to an empty string '' (5ea7de4)
  • improve typings (197ddd8)
  • provide public path to the alterAssetTagGroups hook (1b54dfb)
  • provide public path to the alterAssetTags hook (b754626)
  • use thisCompilation in child compiler for faster builds (1d59e9a)
  • export new major in static property (8b692bd)
  • reduce dependencies (8c28aaa, 56e633f)
Bug Fixes
  • emit files on every build to work properly with plugins like the
    clean-webpack-plugin (6b3d087)
  • generate html files even if no webpack entry exists (2693dfa)
  • keep binary format when adding assets (7e2b208), closes #​1537
4.5.1 (2021-01-03)
Bug Fixes
  • inject javascripts in the tag for inject:true and scriptLoading:'defer' (4f7064e)

v4.5.2

Compare Source

v4.5.1

Compare Source

webpack-contrib/postcss-loader

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features
  • support ecma modules for the 'parser', 'stringifier' and 'syntax' options (#​519) (cc69754)

v5.1.0

Compare Source

Features
  • added support for registering context, build and missing dependencies (#​518) (9ce4972), please read docs

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported webpack version is 5

v4.3.0

Compare Source

Features

v4.2.0

Compare Source

Features

v4.1.0

Compare Source

Features
  • partial compatibility with postcss-cli, added api.env (alias for api.mode) and api.options (contains options from the postcssOptions options), please look at the example for more details (#​498) (84a9c46)
4.0.4 (2020-10-09)
Chore
  • update schema-utils

v4.0.4

Compare Source

v4.0.3

Compare Source

Bug Fixes
4.0.2 (2020-09-15)
Bug Fixes
4.0.1 (2020-09-08)
Bug Fixes
  • source map generation with the map option for postcss (#​476) (6babeb1)
webpack-contrib/terser-webpack-plugin

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

Features
5.0.3 (2020-10-28)
Bug Fixes
5.0.2 (2020-10-27)
Bug Fixes
  • compatibility with the format option for terser (b944353)
5.0.1 (2020-10-23)
Bug Fixes
  • improved performance (we strongly recommend using latest LTS releases) (#​345) (95f3418)
  • used worker_thread where is it possible (#​344) (3c50404)
  • fixed terser options for es module (a12730f)

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • webpack@4 no longer supported
  • removed the cache option
  • removed the cacheKeys option
  • removed the sourceMap option (respect the devtool option by default)
Bug Fixes
  • reduce deps
  • performance improvement
4.2.3 (2020-10-07)
Bug Fixes
4.2.2 (2020-09-19)
Bug Fixes
4.2.1 (2020-09-15)
Bug Fixes

v4.2.3

Compare Source

TypeStrong/ts-loader

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

Breaking changes:

  • minimum webpack version: 5
  • minimum node version: 12

Changes:

v8.2.0

Compare Source

v8.1.0

Compare Source

v8.0.18

Compare Source

v8.0.17

Compare Source

v8.0.16

Compare Source

v8.0.15

Compare Source


Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-build-tools branch from f448265 to 61fbe5c Compare September 27, 2020 00:46
@renovate renovate bot force-pushed the renovate/major-build-tools branch from 61fbe5c to 3b73e30 Compare October 10, 2020 19:29
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v10 chore(deps): update build tools (major) Oct 10, 2020
@renovate renovate bot force-pushed the renovate/major-build-tools branch 7 times, most recently from e8e87c8 to 1d98af4 Compare October 16, 2020 15:06
@renovate renovate bot force-pushed the renovate/major-build-tools branch 3 times, most recently from a39a6b3 to f942c6f Compare October 23, 2020 20:58
@renovate renovate bot force-pushed the renovate/major-build-tools branch 5 times, most recently from e047d39 to 7bb1213 Compare October 29, 2020 20:01
@renovate renovate bot force-pushed the renovate/major-build-tools branch 8 times, most recently from b977ddd to 7a2e341 Compare November 10, 2020 15:10
@renovate renovate bot force-pushed the renovate/major-build-tools branch 4 times, most recently from a06c39e to 273f674 Compare November 18, 2020 12:50
@renovate renovate bot force-pushed the renovate/major-build-tools branch 2 times, most recently from bc4aa4c to ca60f74 Compare November 26, 2020 06:11
@renovate renovate bot force-pushed the renovate/major-build-tools branch 3 times, most recently from b08bd00 to b7b95d8 Compare November 27, 2020 21:36
@renovate renovate bot force-pushed the renovate/major-build-tools branch from b7b95d8 to 8ea064d Compare December 9, 2020 18:00
@renovate renovate bot force-pushed the renovate/major-build-tools branch 2 times, most recently from 6490b6e to 596ca28 Compare January 9, 2021 10:51
@renovate renovate bot force-pushed the renovate/major-build-tools branch from 596ca28 to ea860fb Compare January 24, 2021 11:01
@renovate renovate bot force-pushed the renovate/major-build-tools branch 2 times, most recently from 96725aa to ee9df39 Compare February 8, 2021 23:56
@renovate renovate bot force-pushed the renovate/major-build-tools branch from ee9df39 to e719616 Compare April 26, 2021 13:13
@renovate renovate bot force-pushed the renovate/major-build-tools branch from e719616 to 5458985 Compare May 9, 2021 23:25
@renovate renovate bot force-pushed the renovate/major-build-tools branch from 5458985 to 82c9461 Compare May 15, 2021 21: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

1 participant