[go: nahoru, domu]

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

[renovate] Update NPM dependencies (major) #93

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

Conversation

renovate[bot]
Copy link
@renovate renovate bot commented Sep 1, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
autoprefixer ^9.8.4 -> ^10.4.19 age adoption passing confidence devDependencies major
babel-loader ^8.1.0 -> ^9.1.3 age adoption passing confidence devDependencies major
browser-sync (source) ^2.26.7 -> ^3.0.2 age adoption passing confidence dependencies major
chalk ^2.4.2 -> ^5.3.0 age adoption passing confidence devDependencies major
connect-history-api-fallback ^1.6.0 -> ^2.0.0 age adoption passing confidence dependencies major
css-loader ^0.28.11 -> ^7.1.2 age adoption passing confidence dependencies major
eslint (source) ^4.19.1 -> ^9.6.0 age adoption passing confidence devDependencies major
eslint (source) ^6.8.0 -> ^9.6.0 age adoption passing confidence devDependencies major
eslint-watch ^3.1.5 -> ^8.0.0 age adoption passing confidence devDependencies major
file-loader ^1.1.11 -> ^6.2.0 age adoption passing confidence dependencies major
filesize (source) ^3.6.1 -> ^10.1.4 age adoption passing confidence dependencies major
history ^4.10.1 -> ^5.3.0 age adoption passing confidence dependencies major
html-webpack-plugin ^2.30.1 -> ^5.6.0 age adoption passing confidence dependencies major
jest (source) ^26.1.0 -> ^29.7.0 age adoption passing confidence devDependencies major
jsdom ^11.12.0 -> ^24.1.0 age adoption passing confidence dependencies major
node (source) >=8.9 -> >=20.15.1 age adoption passing confidence engines major
node-sass ^4.14.1 -> ^9.0.0 age adoption passing confidence dependencies major
postcss-loader ^2.1.6 -> ^8.1.1 age adoption passing confidence dependencies major
react (source) ^16.13.1 -> ^18.3.1 age adoption passing confidence dependencies major
react (source) ^16.13.1 -> ^18.3.1 age adoption passing confidence devDependencies major
react-dom (source) ^16.13.1 -> ^18.3.1 age adoption passing confidence dependencies major
react-dom (source) ^16.13.1 -> ^18.3.1 age adoption passing confidence devDependencies major
react-router (source) ^4.3.1 -> ^6.24.1 age adoption passing confidence dependencies major
react-router-dom (source) ^4.3.1 -> ^6.24.1 age adoption passing confidence dependencies major
react-test-renderer (source) ^16.13.1 -> ^18.3.1 age adoption passing confidence dependencies major
sass-loader ^6.0.7 -> ^14.2.1 age adoption passing confidence dependencies major
style-loader ^0.23.1 -> ^4.0.0 age adoption passing confidence dependencies major
superagent ^3.8.3 -> ^9.0.2 age adoption passing confidence dependencies major
url-loader ^0.6.2 -> ^4.1.1 age adoption passing confidence dependencies major
webpack ^3.12.0 -> ^5.92.1 age adoption passing confidence dependencies major

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).
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

Full Changelog: babel/babel-loader@v8.2.5...v9.0.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

Thanks @​Reptarsrage!

v8.2.2

Compare Source

v8.2.1: 8.2.1

Compare Source

v8.2.0: 8.2.0

Compare Source

BrowserSync/browser-sync (browser-sync)

v3.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: BrowserSync/browser-sync@v3.0.1...v3.0.2

v3.0.1

Compare Source

⚠️ Breaking

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.3...v3.0.1

v3.0.0

Compare Source

v2.29.3: The one that fixes snippetOptions

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.2...v2.29.3

v2.29.2

Compare Source

v2.29.1

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.0...v2.29.1

v2.29.0: The one that restores IE11 support 💪

Compare Source

What's Changed

esbuild does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke IE11 support 😢

This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers.

So, IE11 will work once again 🎉. Please use the issues thread to make me aware of any problem that's preventing you from using Browsersync in your day job 💪 (and be sure to thumbs-up the issues you want to see resolved)

### IE11 works, again
npm install browser-sync@latest

Full Changelog: BrowserSync/browser-sync@v2.28.3...v2.29.0

v2.28.3

Compare Source

v2.28.2

Compare Source

v2.28.1

Compare Source

v2.28.0: the one that finally removes document.write

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.27.12...v2.28.0

v2.27.12

Compare Source

v2.27.11

Compare Source

v2.27.10

Compare Source

v2.27.9: 2.27.9

Compare Source

What's Changed

A bug prevented the help output from displaying - it was introduced when the CLI parser yargs was updated, and is now fixed :)

Full Changelog: BrowserSync/browser-sync@v2.27.8...v2.27.9

v2.27.8: 2.27.8

Compare Source

This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)

PR:

Resolved Issues:

Thanks to @​lachieh for the original PR, which helped me land this fix

v2.27.7

Compare Source

v2.27.6

Compare Source

v2.27.5

Compare Source

v2.27.4

Compare Source

v2.27.3

Compare Source

v2.27.1: added snippet: boolean option

Compare Source

This release adds a feature to address https://github.com/BrowserSync/browser-sync/issues/1882

Sometimes you don't want Browsersync to auto-inject it's connection snippet into your HTML - now you can disable it globally via either a CLI param or the new snippet option :)

browser-sync . --no-snippet

or in any Browsersync configuration

const config = {
  snippet: false,
};

the original request was related to Eleventy usage, so here's how that would look

eleventyConfig.setBrowserSyncConfig({
  snippet: false,
});

v2.26.14: upgraded dependencies

Compare Source

This is a maintenance release to address 2 security related issues (socket.io & axios)

Happy Browsersync'in :)

v2.26.13

Compare Source

v2.26.12

Compare Source

v2.26.10

Compare Source

v2.26.9

[Compare Source](https://togithub.com/BrowserSync/b


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 Sep 1, 2020
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 5 times, most recently from 2d26212 to a4f3b28 Compare September 8, 2020 17:03
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 3 times, most recently from 8d082b9 to 2f50559 Compare September 15, 2020 19:00
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 2f50559 to 72b6d0a Compare October 25, 2020 23:57
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 72b6d0a to f035841 Compare November 28, 2020 10:55
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from f035841 to 9abbe52 Compare December 11, 2020 10:57
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 05b337a to fa5c14c Compare January 10, 2021 15:59
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from e53aef4 to daf4394 Compare January 30, 2021 11:57
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from daf4394 to db6c992 Compare February 11, 2021 00:58
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from db6c992 to 5f0e660 Compare April 26, 2021 16:17
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 3c36f97 to 3e37bdb Compare May 15, 2021 19:57
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 5645ab7 to e49a284 Compare June 12, 2021 16:11
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from e49a284 to 654ff37 Compare October 20, 2021 06:43
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 654ff37 to 994e477 Compare March 7, 2022 17:35
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 994e477 to 91fe445 Compare March 26, 2022 13:42
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 91fe445 to 528a3d2 Compare April 24, 2022 22:14
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 528a3d2 to 6637adb Compare May 15, 2022 23:37
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 68e7953 to 03d09eb Compare June 23, 2022 22:52
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 03d09eb to f690d95 Compare September 25, 2022 18:29
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 3 times, most recently from c9ceca3 to 3dcfa9a Compare April 16, 2024 18:09
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 6 times, most recently from 2d17065 to fab6594 Compare April 26, 2024 18:50
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 9227b07 to 473f2ad Compare May 3, 2024 20:06
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 4 times, most recently from a9af599 to 6460b20 Compare May 11, 2024 22:06
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 60ba51c to a852bfd Compare May 22, 2024 14:54
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 3 times, most recently from e79294f to b1079cf Compare May 31, 2024 21:17
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from f121223 to 4a80f9a Compare June 14, 2024 20:20
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 3 times, most recently from a290904 to 6f205b9 Compare June 24, 2024 19:59
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from b8b4f60 to fab7436 Compare July 3, 2024 16:58
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from fab7436 to 18ee3d0 Compare July 8, 2024 19:46
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 18ee3d0 to 179ae13 Compare July 9, 2024 01:09
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