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 #87

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 10.14.6 -> 10.17.60 age adoption passing confidence
@types/styled-components (source) 4.1.14 -> 4.4.3 age adoption passing confidence
@types/workbox-sw (source) 4.2.0 -> 4.3.7 age adoption passing confidence
autoprefixer 9.6.1 -> 9.8.8 age adoption passing confidence
babel-loader 8.0.5 -> 8.3.0 age adoption passing confidence
babel-plugin-graphql-tag 2.4.0 -> 2.5.0 age adoption passing confidence
babel-plugin-styled-components (source) 1.10.0 -> 1.13.3 age adoption passing confidence
copy-webpack-plugin 5.0.3 -> 5.1.2 age adoption passing confidence
css-loader 3.2.0 -> 3.6.0 age adoption passing confidence
dotenv-webpack 1.7.0 -> 1.8.0 age adoption passing confidence
enzyme (source) 3.10.0 -> 3.11.0 age adoption passing confidence
enzyme-adapter-react-16 (source) 1.14.0 -> 1.15.8 age adoption passing confidence
enzyme-to-json 3.4.0 -> 3.6.2 age adoption passing confidence
eslint-config-prettier 6.0.0 -> 6.15.0 age adoption passing confidence
eslint-plugin-prettier 3.1.0 -> 3.4.1 age adoption passing confidence
eslint-plugin-react 7.14.3 -> 7.34.1 age adoption passing confidence
history 4.9.0 -> 4.10.1 age adoption passing confidence
polished (source) 3.4.1 -> 3.7.2 age adoption passing confidence
prettier (source) 1.18.2 -> 1.19.1 age adoption passing confidence
react-helmet 6.0.0-beta -> 6.1.0 age adoption passing confidence
sass-loader 7.2.0 -> 7.3.1 age adoption passing confidence
style-loader 1.0.0 -> 1.3.0 age adoption passing confidence
styled-components (source) 4.3.2 -> 4.4.1 age adoption passing confidence
svg-sprite-loader 4.1.3 -> 4.3.0 age adoption passing confidence
ts-jest (source) 24.0.2 -> 24.3.0 age adoption passing confidence
ts-loader 6.0.4 -> 6.2.2 age adoption passing confidence
tsconfig-paths-webpack-plugin 3.2.0 -> 3.5.2 age adoption passing confidence
typescript (source) 3.5.3 -> 3.9.10 age adoption passing confidence
typescript-styled-plugin 0.14.0 -> 0.18.3 age adoption passing confidence
webpack 4.39.1 -> 4.47.0 age adoption passing confidence
webpack-bundle-analyzer 3.4.1 -> 3.9.0 age adoption passing confidence
webpack-dev-server 3.8.0 -> 3.11.3 age adoption passing confidence
webpack-manifest-plugin 2.0.4 -> 2.2.0 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.
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

gajus/babel-plugin-graphql-tag (babel-plugin-graphql-tag)

v2.5.0

Compare Source

styled-components/babel-plugin-styled-components (babel-plugin-styled-components)

v1.13.3

Compare Source

  • when there are multiple assignments prefer the outer name (#​355) thanks @​rockwotj
  • minor dependency updates

v1.13.2

Compare Source

  • added some conditional guards to code paths that lead to errors for some consumers (0c16c1b)
  • dependency updates
  • teach babel plugin about certain spread application scenarios with "css" prop #​339
  • handle namespace import (import * as styled from 'styled-components') properly #​340

v1.13.1

Compare Source

Fix one edge case with object key interpolation from v1.13.0

v1.13.0

Compare Source

  • teach the plugin how to handle variable interpolation in object keys, e.g.

    css={{
      [theme.breakpoint.sm]: {
        color: 'red'
      } 
    }}
  • plugin now emits transient props when replacing css prop calls (cuts down on garbage in the DOM for s-c 5.1+)

  • merge withConfig arguments to allow for shouldForwardProp, thanks @​ithinkdancan #​323

  • move injected components to end of file scope, thanks @​sfishel18

  • Ensure sc- prefix is always added #​313, thanks @​chalbert

v1.12.1

Compare Source

v1.12.0

Compare Source

  • Add topLevelImportPaths option (#​288)

    This functionality allows the composer to specify alternate import locations for the "styled" constructor, for instance if you are using a third party library that wraps styled-components and does additional processing. See this test for how to use it.

  • preserve structure of JSX member expressions in generated ast nodes; this makes sure that other babel transformations that rename variables will be able to process the ast nodes created by this plugin. fixes #​240

v1.11.1

Compare Source

Revert #​283, it caused a major build performance regression

v1.11.0

Compare Source

Thank you to all our contributors!

v1.10.7

Compare Source

emit styled('tag') instead of styled.tag for css prop (#​266); this handles if the given tag is not in the dom elements whitelist yet in styled-components proper

fixes styled-components/styled-components#2965 (comment)

v1.10.6

Compare Source

Fix import-seeking loop regression (introduced in 1.10.3) that can occur when running the babel plugin over ESM files without a styled import, #​234 thanks @​ZauberNerd

v1.10.5

Compare Source

Thanks to @​ZauberNerd for figuring out an edge case with import detection in the "css" prop handling code (was causing some stalled compliations in certain project setups) #​233

v1.10.4

Compare Source

Fix for babel type checks potentially not existing due to older versions being used via package manager resolution 64d9b92

v1.10.3

Compare Source

  • do not try to transpile things we don't own (#​230)

  • customize css prop component injection depending on use case (#​228)

  • Support custom elements (#​229)

  • Support nested + lowercase components (#​229)

  • fix ssr transpilation of object styles in the css prop (#​229)

v1.10.2

Compare Source

fix SSR support for styled HOC + object styles https://github.com/styled-components/babel-plugin-styled-components/pull/227

v1.10.1

Compare Source

Fix transpilation of the "css" prop to be stable under SSR and receive all the minification goodies

webpack-contrib/copy-webpack-plugin (copy-webpack-plugin)

v5.1.2

Compare Source

5.1.2 (2020-08-27)
Bug Fixes

v5.1.1

Compare Source

v5.1.0

Compare Source

Features
Bug Fixes
  • better to determine when glob is used (4826e56)
5.0.5 (2019-11-06)
Performance Improvements
  • improvements for webpack@5
5.0.4 (2019-07-26)
Bug Fixes

v5.0.5

Compare Source

v5.0.4

Compare Source

webpack-contrib/css-loader (css-loader)

v3.6.0

Compare Source

Features
3.5.3 (2020-04-24)
Bug Fixes
  • add file from an error to file dependencies (841423f)
  • avoid query string in source maps (#​1082) (f64de13)
3.5.2 (2020-04-10)
Bug Fixes
3.5.1 (2020-04-07)
Bug Fixes

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

Features
  • accept semver compatible postcss AST (#​1049) (14c4faa)
  • allow to determinate css modules using the modules.auto option, please look at an example of how you can simplify the configuration. (#​1067) (c673cf4)
  • the modules.exportGlobals option for export global classes and ids (#​1069) (519e5f4)
  • the modules.mode option may be a function (#​1065) (0d8ac3b)
3.4.2 (2020-01-10)
Bug Fixes
3.4.1 (2020-01-03)
Bug Fixes
  • do not output undefined when sourceRoot is unavailable (#​1036) (ded2a79)
  • don't output invalid es5 code when locals do not exists (#​1035) (b60e62a)

v3.4.2

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

Features
Bug Fixes
3.3.2 (2019-12-12)
Bug Fixes
  • logic for order and media queries for imports (1fb5134)
3.3.1 (2019-12-12)
Bug Fixes
  • better handling url functions and an url in @import at-rules
  • reduce count of require (#​1014) (e091d27)

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

Features
Bug Fixes
3.2.1 (2019-12-02)
Bug Fixes

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 Aug 14, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 912d5e7 to 1e46df1 Compare August 14, 2019 16:56
@renovate renovate bot changed the title chore(deps): update dependency rimraf to v2.7.0 chore(deps): update dependency rimraf to v2.7.1 Aug 14, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 1e46df1 to eb2e355 Compare August 16, 2019 06:29
@renovate renovate bot changed the title chore(deps): update dependency rimraf to v2.7.1 chore(deps): update all minor dependencies Aug 16, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 8 times, most recently from 4db2b5e to 1b39b89 Compare August 24, 2019 02:55
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 59cd80c to f924325 Compare August 30, 2019 20:05
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 4 times, most recently from 02dfdb9 to e7a5562 Compare September 9, 2019 17:05
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 10 times, most recently from 0e3d080 to 511c7d4 Compare September 13, 2019 14:43
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 21a7057 to c94032c Compare May 15, 2021 19:16
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c94032c to f84deb3 Compare June 6, 2021 20:11
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from f84deb3 to fb51055 Compare October 18, 2021 21:10
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from fb51055 to 3067c3e Compare March 7, 2022 12:27
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 3067c3e to ef8ef89 Compare March 26, 2022 12:14
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from ef8ef89 to 127937b Compare April 25, 2022 00:50
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 127937b to 460b83f Compare May 15, 2022 20:43
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 61e33ce to 9d30ccb Compare June 23, 2022 22:19
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 9d30ccb to ea9195e Compare September 25, 2022 14:45
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from ea9195e to 73e7fe0 Compare November 20, 2022 09:03
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 73e7fe0 to 680c769 Compare March 16, 2023 07:17
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 680c769 to 29dcf78 Compare April 17, 2023 09:47
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 29dcf78 to 2392302 Compare July 20, 2023 16:40
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 2392302 to ca170c1 Compare July 30, 2023 00:40
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 6870e11 to 101572a Compare August 21, 2023 14:14
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 101572a to c277831 Compare September 6, 2023 21:17
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c277831 to 6c10a7c Compare September 25, 2023 17:25
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 6c10a7c to feb4369 Compare October 10, 2023 21:38
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from feb4369 to 6d81c35 Compare October 18, 2023 22:46
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 6d81c35 to c3e142a Compare November 7, 2023 23:17
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c3e142a to a16aa1b Compare February 10, 2024 07:11
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from c262a6a to fbf67d4 Compare March 4, 2024 09:04
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from d346e42 to 26ea13e Compare March 21, 2024 02:02
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 26ea13e to 0db4c41 Compare March 25, 2024 17:41
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