Skip to content

Comments

fix(deps): update else#98

Merged
pokutuna merged 4 commits intomasterfrom
renovate/else
Feb 17, 2022
Merged

fix(deps): update else#98
pokutuna merged 4 commits intomasterfrom
renovate/else

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@fortawesome/fontawesome-svg-core (source) 1.2.35 -> 1.3.0 age adoption passing confidence dependencies minor
@fortawesome/free-solid-svg-icons (source) 5.15.3 -> 5.15.4 age adoption passing confidence dependencies patch
@fortawesome/react-fontawesome 0.1.14 -> 0.1.17 age adoption passing confidence dependencies patch
@testing-library/jest-dom 5.14.1 -> 5.16.2 age adoption passing confidence devDependencies minor
@types/chrome 0.0.145 -> 0.0.178 age adoption passing confidence devDependencies patch
@types/js-yaml 4.0.1 -> 4.0.5 age adoption passing confidence devDependencies patch
@types/mustache 4.1.1 -> 4.1.2 age adoption passing confidence devDependencies patch
@types/node 14.17.4 -> 14.18.12 age adoption passing confidence devDependencies minor
@types/react-router-dom 5.1.7 -> 5.3.3 age adoption passing confidence devDependencies minor
@types/styled-components 5.1.10 -> 5.1.22 age adoption passing confidence devDependencies patch
ajv (source) 8.6.0 -> 8.10.0 age adoption passing confidence dependencies minor
chroma-js 2.1.2 -> 2.4.2 age adoption passing confidence dependencies minor
copy-webpack-plugin 9.0.1 -> 9.1.0 age adoption passing confidence devDependencies minor
css-loader 6.4.0 -> 6.6.0 age adoption passing confidence devDependencies minor
eslint-plugin-jest 24.3.6 -> 24.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.24.0 -> 7.28.0 age adoption passing confidence devDependencies minor
html-webpack-plugin 5.3.2 -> 5.5.0 age adoption passing confidence devDependencies minor
jest (source) 27.0.5 -> 27.5.1 age adoption passing confidence devDependencies minor
jest-chrome 0.7.1 -> 0.7.2 age adoption passing confidence devDependencies patch
jest-styled-components 7.0.4 -> 7.0.8 age adoption passing confidence devDependencies patch
license-webpack-plugin 2.3.19 -> 2.3.21 age adoption passing confidence devDependencies patch
lint-staged 11.0.0 -> 11.2.6 age adoption passing confidence devDependencies minor
node 14.17.1 -> 14.19.0 age adoption passing confidence minor
preact 10.5.13 -> 10.6.6 age adoption passing confidence dependencies minor
prismjs 1.25.0 -> 1.26.0 age adoption passing confidence dependencies minor
react-dnd 14.0.2 -> 14.0.5 age adoption passing confidence dependencies patch
react-dnd-html5-backend 14.0.0 -> 14.1.0 age adoption passing confidence dependencies minor
react-router-dom 5.2.0 -> 5.3.0 age adoption passing confidence dependencies minor
style-loader 3.0.0 -> 3.3.1 age adoption passing confidence devDependencies minor
styled-components (source) 5.3.0 -> 5.3.3 age adoption passing confidence dependencies patch
ts-jest (source) 27.0.3 -> 27.1.3 age adoption passing confidence devDependencies minor
ts-loader 9.2.3 -> 9.2.6 age adoption passing confidence devDependencies patch
ts-node (source) 10.0.0 -> 10.5.0 age adoption passing confidence devDependencies minor
webpack 5.40.0 -> 5.69.0 age adoption passing confidence devDependencies minor
webpack-cli 4.7.2 -> 4.9.2 age adoption passing confidence devDependencies minor

Release Notes

FortAwesome/Font-Awesome

v1.3.0

FortAwesome/react-fontawesome

v0.1.17

Compare Source

Added
  • New v6 sizes and animations

v0.1.16

Compare Source

Fixed
  • Include 1.3.0-beta versions in peer dependencies

v0.1.15

Compare Source

Fixed
  • Skip parse.icon if the icon is imported directly from an icon package

testing-library/jest-dom

v5.16.2

Compare Source

Bug Fixes

v5.16.1

Compare Source

Bug Fixes

v5.16.0

Compare Source

Features

v5.15.1

Compare Source

Bug Fixes

v5.15.0

Compare Source

Features
ajv-validator/ajv

v8.10.0

Compare Source

uriResolver option (@​zekth, #​1862)

v8.9.0

Compare Source

Option code.esm to generate ESM exports for standalone validation functions (@​rehanvdm, #​1861)
Support discriminator keyword with $ref in oneOf subschemas (@​dfeufel, #​1815)

v8.8.2

Compare Source

Use full RegExp string (with flags) as cache key, related to https://github.com/ajv-validator/ajv-keywords/issues/220

v8.8.1

Compare Source

Fix minContains: 0 (#​1819)

v8.8.0

Compare Source

Fix browser bundles in cdnjs
regExp option allowing to specify alternative RegExp engine, e.g. re2 (@​efebarlas)

v8.7.1

Compare Source

Publish Ajv bundle for JSON Schema 2020-12 to cdnjs.com

v8.7.0

Compare Source

Update JSON Schema Test Suite.
Change minContains: 0 now correctly allows empty array.

v8.6.3

Compare Source

Fix $ref resolution for schemas without $id (@​rbuckton, #​1725)
Support standalone module import from ESM modules without using .default property (@​bhvngt, #​1757)
Update code for breaking TS change - error in catch has type unknown (#​1760)

v8.6.2

Compare Source

Fix JTD serialiser (#​1691)

v8.6.1

Compare Source

Fix "not" keyword preventing validation of "allOf" and some other keywords (#​1668)

gka/chroma.js

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

v2.3.0

Compare Source

  • use binom of degree n in chroma.bezier

v2.2.0

Compare Source

webpack-contrib/copy-webpack-plugin

v9.1.0

Compare Source

Features
Bug Fixes
  • compatibility with Node.js 17 (20af0c7)
9.0.1 (2021-06-25)
Chore
  • update serialize-javascript
webpack-contrib/css-loader

v6.6.0

Compare Source

Features
  • added the hashStrategy option (ca4abce)
6.5.1 (2021-11-03)
Bug Fixes

v6.5.1

Compare Source

v6.5.0

Compare Source

Features
  • support absolute URL in url() when experiments.buildHttp enabled (#​1389) (8946be4)
Bug Fixes
  • respect nosources in the devtool option (c60eff2)
jest-community/eslint-plugin-jest

v24.7.0

Compare Source

Features

v24.6.0

Compare Source

Features

24.5.2 (2021-10-04)

Bug Fixes
  • lowercase-name: consider skip and only prefixes for ignores (#​923) (8716c24)

24.5.1 (2021-10-04)

Bug Fixes
  • prefer-to-be: don't consider RegExp literals as toBe-able (#​922) (99b6d42)

v24.5.2

Compare Source

Bug Fixes
  • lowercase-name: consider skip and only prefixes for ignores (#​923) (8716c24)

v24.5.1

Compare Source

Bug Fixes
  • prefer-to-be: don't consider RegExp literals as toBe-able (#​922) (99b6d42)

v24.5.0

Compare Source

Bug Fixes
  • no-deprecated-functions: remove process.cwd from resolve paths (#​889) (6940488)
  • no-identical-title: always consider .each titles unique (#​910) (a41a40e)
Features

24.4.3 (2021-09-28)

Bug Fixes
  • valid-expect-in-promise: support finally (#​914) (9c89855)
  • valid-expect-in-promise: support additional test functions (#​915) (4798005)

24.4.2 (2021-09-17)

Bug Fixes
  • use correct property hasSuggestions rather than hasSuggestion (#​899) (dfd2368)

24.4.1 (2021-09-17)

Bug Fixes
  • mark rules that suggest fixes with hasSuggestion for ESLint v8 (#​898) (ec0a21b)

v24.4.3

Compare Source

Bug Fixes
  • valid-expect-in-promise: support finally (#​914) (9c89855)
  • valid-expect-in-promise: support additional test functions (#​915) (4798005)

v24.4.2

Compare Source

Bug Fixes
  • use correct property hasSuggestions rather than hasSuggestion (#​899) (dfd2368)

v24.4.1

Compare Source

Bug Fixes
  • mark rules that suggest fixes with hasSuggestion for ESLint v8 (#​898) (ec0a21b)

v24.4.0

Compare Source

Features

24.3.7 (2021-07-21)

Bug Fixes
  • valid-describe: report on concise-body arrow functions (#​863) (71c5299)

24.3.6 (2021-04-26)

Bug Fixes
  • no-conditional-expect: check for expects in catchs on promises (#​819) (1fee973)
  • valid-expect: support async expect in ternary statements (#​833) (7b7a396)
  • improve handling of .each calls and with tagged literals (#​814) (040c605)

24.3.5 (2021-04-10)

Bug Fixes
  • valid-describe: support using each with modifiers (#​820) (cbdbcef)

24.3.4 (2021-04-05)

Bug Fixes

24.3.3 (2021-04-02)

Bug Fixes

24.3.2 (2021-03-16)

Bug Fixes

24.3.1 (2021-03-13)

Bug Fixes
  • no-focused-tests: report on skip instead of concurrent (#​791) (2b65b49)

v24.3.7

Compare Source

Bug Fixes
  • valid-describe: report on concise-body arrow functions (#​863) (71c5299)
yannickcr/eslint-plugin-react

v7.28.0

Compare Source

Added
Fixed
Changed

v7.27.1

Compare Source

Fixed
  • [no-invalid-html-attribute]: allow link rel to have apple-touch-icon, mask-icon (#​3132 @​ljharb)
  • [no-unused-class-component-methods]: add getChildContext lifecycle method (#​3136 @​yoyo837)
  • [prop-types]: fix false positives on renames in object destructuring (#​3142 @​golopot)
  • [no-arrow-function-lifecycle]: fix invalid autofix from a concise arrow method to a regular one (#​3145 @​ljharb)
  • [display-name]: avoid false positives on non-creatClass object expressions (#​3144 @​ljharb)
Changed

v7.27.0

Compare Source

Added
Fixed
  • propTypes: add VoidFunctionComponent to react generic list (#​3092 @​vedadeepta)
  • [jsx-fragments], [jsx-no-useless-fragment]: avoid a crash on fragment syntax in typescript-eslint parser (@​ljharb)
  • [jsx-props-no-multi-spaces]: avoid a crash on long member chains in tag names in typescript-eslint parser (@​ljharb)
  • [no-unused-prop-types], usedPropTypes: avoid crash with typescript-eslint parser (@​ljharb)
  • [display-name]: unwrap TS as expressions (#​3110 @​ljharb)
  • [destructuring-assignment]: detect refs nested in functions (#​3102 @​ljharb)
  • [no-unstable-components]: improve handling of objects containing render function properties (#​3111 @​fizwidget)
  • [prop-types], propTypes: add forwardRef<>, ForwardRefRenderFunction<> prop-types (#​3112 @​vedadeepta)
  • [no-typos]: prevent a crash when using private methods (@​ljharb)
  • [destructuring-assignment], component detection: improve component detection (#​3122 @​vedadeepta)
  • [no-invalid-html-attribute]: avoid crash on spread props (#​3126 @​ljharb)
Changed

[`v7.26


Configuration

📅 Schedule: "before 10:00 on Monday" in timezone Asia/Tokyo.

🚦 Automerge: Enabled.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate label Jul 4, 2021
@renovate renovate bot force-pushed the renovate/else branch 2 times, most recently from eefec91 to c609eee Compare July 5, 2021 16:58
@renovate renovate bot changed the title chore(deps): update else fix(deps): update else Jul 6, 2021
@renovate renovate bot changed the title fix(deps): update else chore(deps): update else Jul 6, 2021
@renovate renovate bot force-pushed the renovate/else branch 10 times, most recently from b41c48a to 0337075 Compare July 13, 2021 13:20
@renovate renovate bot force-pushed the renovate/else branch 11 times, most recently from 95fc79a to fd73044 Compare July 22, 2021 14:51
@renovate renovate bot force-pushed the renovate/else branch 4 times, most recently from c41d8ab to 1c7b621 Compare July 27, 2021 15:57
@renovate renovate bot force-pushed the renovate/else branch 5 times, most recently from 2724c35 to 745c9e4 Compare August 17, 2021 04:57
@renovate renovate bot force-pushed the renovate/else branch 8 times, most recently from e079930 to 077f935 Compare August 24, 2021 11:16
@renovate renovate bot force-pushed the renovate/else branch 6 times, most recently from 3b29084 to 2b36c18 Compare August 30, 2021 05:34
@renovate renovate bot force-pushed the renovate/else branch 3 times, most recently from 0c93a97 to ef89465 Compare February 17, 2022 09:04
@pokutuna pokutuna merged commit 2dccadb into master Feb 17, 2022
@pokutuna pokutuna deleted the renovate/else branch February 17, 2022 09:36
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.

2 participants