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 minor dependencies #61

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 16, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​types/autoprefixer 9.5.0 -> 9.7.2 age adoption passing confidence
@types/babel__core (source) 7.1.1 -> 7.20.5 age adoption passing confidence
@types/dotenv-webpack (source) 1.7.0 -> 1.8.0 age adoption passing confidence
@types/enzyme (source) 3.9.1 -> 3.10.18 age adoption passing confidence
@types/node (source) 11.13.10 -> 11.15.54 age adoption passing confidence
@​types/prettier 1.16.2 -> 1.19.1 age adoption passing confidence
@types/styled-components (source) 4.1.12 -> 4.4.3 age adoption passing confidence
@types/webpack (source) 4.4.27 -> 4.41.38 age adoption passing confidence
@​types/webpack-dev-server 3.1.5 -> 3.11.6 age adoption passing confidence
autoprefixer 9.5.0 -> 9.8.8 age adoption passing confidence
babel-loader 8.0.5 -> 8.3.0 age adoption passing confidence
dotenv-webpack 1.7.0 -> 1.8.0 age adoption passing confidence
enzyme (source) 3.9.0 -> 3.11.0 age adoption passing confidence
enzyme-adapter-react-16 (source) 1.13.0 -> 1.15.8 age adoption passing confidence
enzyme-to-json 3.3.5 -> 3.6.2 age adoption passing confidence
eslint-config-prettier 4.2.0 -> 4.3.0 age adoption passing confidence
eslint-plugin-prettier 3.1.0 -> 3.4.1 age adoption passing confidence
prettier (source) 1.17.1 -> 1.19.1 age adoption passing confidence
rimraf 2.6.3 -> 2.7.1 age adoption passing confidence
sass-loader 7.1.0 -> 7.3.1 age adoption passing confidence
styled-components (source) 4.2.0 -> 4.4.1 age adoption passing confidence
ts-jest (source) 24.0.0 -> 24.3.0 age adoption passing confidence
ts-loader 6.0.0 -> 6.2.2 age adoption passing confidence
typescript (source) 3.4.5 -> 3.9.10 age adoption passing confidence
typescript-styled-plugin 0.14.0 -> 0.18.3 age adoption passing confidence
uglifyjs-webpack-plugin 2.1.2 -> 2.2.0 age adoption passing confidence
webpack 4.31.0 -> 4.47.0 age adoption passing confidence
webpack-dev-server 3.3.1 -> 3.11.3 age adoption passing confidence

Release Notes

postcss/autoprefixer (autoprefixer)

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.

v9.6.1

Compare Source

  • Fix -webkit-line-clamp truncating multi-line text support.

v9.6.0: 9.6 “Nunc id vides, nunc ne vides”

Compare Source

Unseen University coat of arms by Damien Tonkin

Autoprefixer 9.6 marked browsers option as deprecated and added text-orientation and @media (min-resolution: 2x) support.

We added the “Sponsor” button to your repository. You can support Autoprefixer and other open source projects important for your business by Tidelift.

Browsers

Autoprefixer adds prefixes only for target browsers, browsers which is support on your project.

Initially, Autoprefixer had the browsers option to set target browsers. But we found that many tools need target browsers too. postcss-preset-env and babel-preset-env use them to add only actual polyfills, postcss-normalize uses them to add only necessary CSS reset rules, plugins for ESLint and Stylelint will warn you if some of the target browsers doesn’t support your code.

This is why we created Browserslist config file. It is a single config for all tools.

A lot of users still uses the browsers option. We understand them; it is hard to change old practice. Unfortunately, using the browsers option creates many problems. For instance, you can miss that your build tool has own Autoprefixer inside. It will cut your prefixes because it will not know about your target browsers.

This is why, in 9.6, we decided to deprecate the browsers option. Autoprefixer will show a warning on this option. In the next 10.0 release, we will drop this option. This is how you can migrate:

  1. Create browserslist key with an array in package.json.

  2. Copy queries from the browsers option. If you have browsers: [“last 1 version”, “not dead”], then you need:

       "browserslist": [
         "last 1 version",
         "not dead"
       ]
HiDPI Media Query

We all need to support HiDPI/retina screen now. Autoprefixer supports specific media query for HiDPI screens:

.image {
  background-image: url(image@1x.png);
}
@&#8203;media (min-resolution: 2dppx) {
  .image {
    background-image: url(image@2x.png);
  }
}
.image {
  background-image: url(image@1x.png);
}
@&#8203;media (-webkit-min-device-pixel-ratio: 2),
       (-o-min-device-pixel-ratio: 2/1),
       (min-resolution: 2dppx) {
  .image {
    background-image: url(image@2x.png);
  }
}

Bug we found that CSS Values 4 spec added x alias for dppx.

Autoprefixer 9.6 supports @media (min-resolution: 2x) shortcut. Note, that Autoprefixer will not convert it to 2dppx. Autoprefixer adds only prefixes. Use postcss-preset-env to add polyfills.

Other

v9.5.1

Compare Source

  • Fix backdrop-filter for Edge (by Oleh Aloshkin).
  • Fix min-resolution media query support in Firefox < 16.
babel/babel-loader (babel-loader)

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

v8.1.0: 8.1.0

Compare Source

v8.0.6: 8.0.6

Compare Source

mrsteele/dotenv-webpack (dotenv-webpack)

v1.8.0

Compare Source

Features
airbnb/enzyme (enzyme)

v3.11.0

Compare Source

New Stuff
  • render: handle Fiber strings and numbers (#​2221)
Fixes
  • shallow: Share child context logic between shallow and dive (#​2296)
  • mount: children: include text nodes ($2269)
  • mount: invoke: use adapter’s wrapInvoke if present (#​2158)
Docs
  • mount/shallow: closest/parent: Add missing arguments description (#​2264)
  • mount/shallow: fix pluralization of “exist” (#​2262)
  • shallow/mount: simulate: added functional component example to simulate doc (#​2248)
  • mount: debug: add missing verbose option flag (#​2184)
  • mount/shallow: update: fix semantics description (#​2194)
  • add missing backticks to linked method names (#​2170)
  • invoke: Add missing backticks to end of codeblock (#​2160)
  • invoke: Fix typo (#​2167)
  • Explicit React CSS selector syntax description (#​2178)
Meta Stuff
  • [meta] add funding field
  • [meta] Update airbnb.io URLs to use https (#​2222)
  • [deps] update is-boolean-object, is-callable, is-number-object, is-string, enzyme-shallow-equal, array.prototype.flat, function.prototype.name, html-element-map, is-regex, object-inspect, object-is, object.entries, object.vales, raf, string.prototype.trim
  • [dev deps] update eslint, eslint-plugin-import, eslint-plugin-markdown, eslint-plugin-react, safe-publish-latest, eslint-config-airbnb, rimraf, safe-publish-latest, karma-firefox-launcher, babel-preset-airbnb, glob-gitignore, semver, eslint-plugin-jsx-a11y

v3.10.0

Compare Source

New Stuff
  • shallow add suspenseFallback option; support Suspense/Lazy (#​1975)
  • shallow/mount: add invoke(propName)(...args) (#​1856, #​945)
  • shallow: Support rendering and dive()ing createContext() providers and consumers (#​1966)
  • mount/shallow: add getWrappingComponent (#​1960)
  • Utils: add isCustomComponent (#​1960)
  • Utils: add stub argument to spyMethod
  • EnzymeAdapter: add matchesElementType (#​2146)
  • RSTTraversal: add getHTMLFromHostNodes
Fixes
  • selectors: unwrap memo elements - in both directions (#​2146)
  • shallow: properly determine "should render" for PureComponents (#​2096)
  • mount/shallow: renderProp: improve error messages (#​2070)
  • mount: setContext: use proper wrapper name in error message
  • shallow: .contains(): clean up error message
  • shallow/mount: hasClass: avoid a crash with a non-string argument (#​2057)
  • mount: properly handle HTML of multiple nodes (#​2052)
  • shallow: ensure that if gDSFP exists, cDU is called. (#​2027)
  • shallow: Mock sCU if gDSFP defined in shallow renderer rerender (#​1981)
  • mount: .state(): allow getting state from stateful children of a stateless root (#​2043)
  • mount: .text(): properly recurse through fragments and arrays (#​2028)
Refactors
  • ReactWrapper/ShallowWrapper: ensure calling an adapter‘s nodeToElement preserves the receiver
  • mount: use getHTMLFromHostNodes
Docs
  • explain why need to re-call .find() after update (#​2140)
  • shallow: fix childAt (#​2134)
  • Update v2 -> v3 migration guide re props after a stage change (#​1300)
  • debug: Added documentation for verbose flag (#​2104)
  • Add on the fly JSDOM include example (#​2072)
  • reduce/reduceRight: fix example code (#​2066, #​2065, #​2064)
  • update simulateError with getDerivedStateFromError (#​2036)
  • shallow: .hasClass: fix use of mount
  • add link to Cheerio API and another example (#​756)
  • jest: Update deprecated jest config key (#​2024)
enzymejs/enzyme (enzyme-adapter-react-16)

v1.15.8

Compare Source

v1.15.7

Compare Source

v1.15.6

Compare Source

v1.15.5

Compare Source

v1.15.4

Compare Source

v1.15.3

Compare Source

v1.15.2

Compare Source

v1.15.1

Compare Source

v1.15.0

Compare Source

v1.14.0

Compare Source

v1.13.2

Compare Source

v1.13.1

Compare Source

adriantoine/enzyme-to-json (enzyme-to-json)

v3.6.2

Compare Source

  • Merge pull request #​181 from SiemvandenBerg/bump-lodash-vulnerability b309142
  • update yarn lock file 220e58f
  • bump lodash from 4.17.15 to 4.17.21 to fix vulnerabilities ffe1480
  • Merge pull request #​177 from adriantoine/dependabot/npm_and_yarn/ini-1.3.7 4287bdd
  • Merge pull request #​176 from adriantoine/dependabot/npm_and_yarn/handlebars-4.7.6 fe3a7e9
  • Merge pull request #​175 from adriantoine/dependabot/npm_and_yarn/yargs-parser-13.1.2 cf81e75
  • Merge pull request #​174 from adriantoine/dependabot/npm_and_yarn/codecov-3.7.1 5ad9733
  • Merge pull request #​173 from adriantoine/dependabot/npm_and_yarn/node-fetch-2.6.1 8ba572d
  • Merge pull request #​179 from adriantoine/dependabot/npm_and_yarn/y18n-4.0.1 705a935
  • Bump y18n from 4.0.0 to 4.0.1 7cfba07
  • Bump ini from 1.3.5 to 1.3.7 b23eb4c
  • Bump handlebars from 4.5.1 to 4.7.6 8ecb838
  • Bump yargs-parser from 13.1.1 to 13.1.2 1a280ce
  • Bump codecov from 3.6.1 to 3.7.1 f96b37e
  • Bump node-fetch from 2.6.0 to 2.6.1 54ce25e

v3.6.1

Compare Source

  • Merge pull request #​172 from chyzwar/fix-cherio-type b80ae29
  • fix(): fix cherio types following DT changes 63f4026

v3.6.0

Compare Source

v3.5.0

Compare Source

  • Merge pull request #​167 from mmarcuccio/mount-deep-exclude-forward-ref 866547a
  • Exclude forward ref on deep mount 356c30c

v3.4.4

Compare Source

  • ignoreDefaultProps should work for forwardRef components as well (#​165) b3eb5c7
  • Dropping support for Node v4 and Node v5 (#​163) d1f86ee

v3.4.3

Compare Source

  • Merge pull request #​153 from ayouidaniel/upgrade_lodash_security_fixes b68c527
  • upgrade loadsh with security fixes 73581d8

v3.4.2

Compare Source

  • Merge pull request #​152 from adriantoine/VincentLanglet-patch-2 9d09352
  • Fix CI d82c0f9
  • Merge pull request #​151 from adriantoine/revert-145-johan/fix-memo 6d2b27a
  • Revert "Fix check of node type " 581a612

v3.4.1

Compare Source

  • Merge pull request #​147 from adrienWeiss/fix-render-script 6bfd0ea
  • Fix script tags returning null on render ae563f4
  • Merge pull request #​145 from Benjaminsson/johan/fix-memo a8f9fcf
  • Update Enzyme and Enzyme adapter a79dc3d
  • Fix check of node type 38a45de
  • Merge pull request #​136 from iporaitech/master 24d2c11
  • Initial documentation with example of Output mapping feature bcaa151

v3.4.0

Compare Source

Add options to disable default props in snapshot
Make parameter noKey optional

prettier/eslint-config-prettier (eslint-config-prettier)

v4.3.0

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v3.4.1

Compare Source


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 May 16, 2019
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-prettier to v4.3.0 Update dependency eslint-config-prettier to v4.3.0 May 17, 2019
@renovate renovate bot changed the title Update dependency eslint-config-prettier to v4.3.0 chore(deps): update dependency eslint-config-prettier to v4.3.0 May 17, 2019
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-prettier to v4.3.0 chore(deps): update all minor dependencies May 17, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 5 times, most recently from 015ee7c to 7a2f9a8 Compare May 22, 2019 23:16
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 8 times, most recently from a7b2d68 to bb1ba41 Compare June 5, 2019 14:02
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 9 times, most recently from b979f0b to 7ff0507 Compare June 10, 2019 01:52
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 1763fc0 to bbb5b36 Compare June 18, 2019 00:07
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from bbb5b36 to 1c4e52d Compare June 20, 2019 04:45
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from a4678bf to 1b5ee9d Compare October 20, 2021 07:03
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 1b5ee9d to 302d64d Compare March 7, 2022 17:50
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 302d64d to 03d7dde Compare March 26, 2022 15:27
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 03d7dde to c37b7f5 Compare April 25, 2022 00:05
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c37b7f5 to 907a76e Compare May 15, 2022 21:00
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 907a76e to 6900a68 Compare June 18, 2022 22:17
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 6900a68 to 8a9e47e Compare September 25, 2022 13:01
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 8a9e47e to 5d2d288 Compare November 20, 2022 20:25
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 5d2d288 to 7836613 Compare March 18, 2023 02:10
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 7836613 to 552cc21 Compare April 17, 2023 12:53
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 552cc21 to dd500b0 Compare May 28, 2023 09:46
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from dd500b0 to dcce317 Compare June 25, 2023 14:19
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from dcce317 to c641f48 Compare August 21, 2023 16:49
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c641f48 to 66d4940 Compare September 6, 2023 21:45
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 66d4940 to 6092cd5 Compare September 15, 2023 19:50
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from f819a60 to 4e6612c Compare September 25, 2023 18:04
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 8c8be76 to a00dced Compare October 18, 2023 19:07
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from f7144e8 to d69664b Compare November 7, 2023 21:18
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 8b0a9a4 to 3aa77f3 Compare November 22, 2023 03:08
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from d49582b to 03406e4 Compare December 5, 2023 17:31
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 03406e4 to 36c2d43 Compare February 10, 2024 08:06
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