8000 [renovate] Update NPM dependencies (major) by renovate[bot] · Pull Request #121 · brainhubeu/react-permissible · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[renovate] Update NPM dependencies (major) #121

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

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) ^16.9.41 -> ^19.1.6 age adoption passing confidence
@types/react-dom (source) ^16.9.8 -> ^19.1.5 age adoption passing confidence
autoprefixer ^9.8.4 -> ^10.4.21 age adoption passing confidence
babel-loader ^8.1.0 -> ^10.0.0 age adoption passing confidence
chai (source) ^4.2.0 -> ^5.2.0 age adoption passing confidence
chai-as-promised ^7.1.1 -> ^8.0.1 age adoption passing confidence
chalk ^4.1.0 -> ^5.4.1 age adoption passing confidence
eslint (source) ^7.3.1 -> ^9.28.0 age adoption passing confidence
eslint-watch ^7.0.0 -> ^8.0.0 age adoption passing confidence
gh-pages ^3.1.0 -> ^6.3.0 age adoption passing confidence
html-webpack-plugin ^4.3.0 -> ^5.6.3 age adoption passing confidence
husky ^4.2.5 -> ^9.1.7 age adoption passing confidence
jsdom ^16.2.2 -> ^26.1.0 age adoption passing confidence
mocha (source) ^8.0.1 -> ^11.5.0 age adoption passing confidence
npm (source) >=6.14.5 -> >=11.4.1 age adoption passing confidence
react (source) ^16.13.1 -> ^19.1.0 age adoption passing confidence
react-dom (source) ^16.13.1 -> ^19.1.0 age adoption passing confidence
react-test-renderer (source) ^16.13.1 -> ^19.1.0 age adoption passing confidence
sinon (source) ^9.0.2 -> ^20.0.0 age adoption passing confidence
sinon-chai ^3.5.0 -> ^4.0.0 age adoption passing confidence
typescript (source) ^3.9.6 -> ^5.8.3 age adoption passing confidence
typescript-eslint-parser ^21.0.2 -> ^22.0.0 age adoption passing confidence
webpack ^4.43.0 -> ^5.99.9 age adoption passing 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).
babel/babel-loader (babel-loader)

v10.0.0

Compare Source

What's Changed

Breaking Changes
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

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

Thanks @​Reptarsrage!

v8.2.2

Compare Source

v8.2.1: 8.2.1

Compare Source

v8.2.0: 8.2.0

Compare Source

chaijs/chai (chai)

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.2...v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed


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 is behind base branch, 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 Sep 1, 2020
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 1ab4c40 to 2c6d81b Compare September 15, 2020 19:00
@renovate renovate bot changed the title [renovate] Update dependency typescript to v4 [renovate] Update NPM dependencies (major) Sep 15, 2020
@renovate renovate< 8000 /a> bot force-pushed the fix/renovate/major-npm-dependencies branch from 2c6d81b to 4a8d918 Compare October 29, 2020 15:01
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 4a8d918 to e998f45 Compare November 25, 2020 04:56
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from e998f45 to 2730de3 Compare December 11, 2020 11:58
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from e4944c7 to 8f8eeb2 Compare January 9, 2021 10:50
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 8f8eeb2 to 383dba6 Compare January 24, 2021 10:01
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 9573d9e to 5978612 Compare February 9, 2021 07:57
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 58d0281 to d608484 Compare February 11, 2021 11:14
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from d608484 to 4dee60e Compare April 26, 2021 15:48
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from cb462c9 to 974df11 Compare May 15, 2021 20:30
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 974df11 to c0eeaaa Compare June 6, 2021 22:12
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from c0eeaaa to 1803637 Compare June 14, 2021 21:04
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 1803637 to 4dd5c1c Compare October 19, 2021 01:46
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 4dd5c1c to 6a8ac6d Compare March 7, 2022 11:24
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 6a8ac6d to f469e83 Compare March 26, 2022 15:43
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from f469e83 to 4be757d Compare April 24, 2022 21:01
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 4be757d to 185f0ed Compare May 16, 2022 03:22
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 8375c4c to 4573ff1 Compare June 23, 2022 23:02
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 4573ff1 to 5bf974b Compare September 25, 2022 16:25
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 5bf974b to 66d8834 Compare November 20, 2022 19:39
8000
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 66d8834 to 34ef84e Compare March 17, 2023 06:07
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 56c7d56 to 1c57e55 Compare March 26, 2023 19:21
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from fea8c09 to 638e97b Compare March 24, 2025 23:02
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 3 times, most recently from 9c4e6e6 to b814460 Compare April 4, 2025 20:03
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 8 times, most recently from 06221c6 to 235b8b7 Compare April 9, 2025 13:15
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 5 times, most recently from 108ba04 to 089cb85 Compare April 18, 2025 19:16
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from dc65c9b to 53a9c28 Compare April 25, 2025 12:14
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from bcc9d58 to 5164b75 Compare May 3, 2025 11:19
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 5164b75 to 5bbc619 Compare May 9, 2025 04:19
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 5bbc619 to cc808e1 Compare May 17, 2025 07:50
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 1cf1273 to 2b10ce7 Compare May 27, 2025 12:28
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 47d074c to 1bffd31 Compare June 6, 2025 16:06
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 1bffd31 to 3eb2632 Compare June 14, 2025 07:56
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
0