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 patch dependencies #101

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/enzyme (source) 3.10.3 -> 3.10.18 age adoption passing confidence
@types/enzyme-adapter-react-16 (source) 1.0.5 -> 1.0.9 age adoption passing confidence
@types/express (source) 4.17.0 -> 4.17.21 age adoption passing confidence
@types/react-cache (source) 2.0.1 -> 2.0.4 age adoption passing confidence
@types/react-helmet (source) 5.0.8 -> 5.0.27 age adoption passing confidence
@types/react-router-dom (source) 4.3.3 -> 4.3.5 age adoption passing confidence
es6-promise 4.2.6 -> 4.2.8 age adoption passing confidence
eslint-loader 3.0.0 -> 3.0.4 age adoption passing confidence
favicons-webpack-plugin 1.0.1 -> 1.0.2 age adoption passing confidence
jest-styled-components 6.3.1 -> 6.3.4 age adoption passing confidence
resolve-url-loader (source) 3.1.0 -> 3.1.5 age adoption passing confidence
rimraf 3.0.0 -> 3.0.2 age adoption passing confidence
svgo (source) 1.3.0 -> 1.3.2 age adoption passing confidence
svgo-loader 2.2.0 -> 2.2.2 age adoption passing confidence
webpack-cli (source) 3.3.2 -> 3.3.12 age adoption passing confidence
webpack-merge 4.2.1 -> 4.2.2 age adoption passing confidence

Release Notes

stefanpenner/es6-promise (es6-promise)

v4.2.8

Compare Source

v4.2.7

Compare Source

webpack-contrib/eslint-loader (eslint-loader)

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

jantimon/favicons-webpack-plugin (favicons-webpack-plugin)

v1.0.2

Compare Source

styled-components/jest-styled-components (jest-styled-components)

v6.3.4

Compare Source

[TS] Update Matchers interface (#​270)

v6.3.3

Fix peerDependencies to allow styled-components v4

bholloway/resolve-url-loader (resolve-url-loader)

v3.1.5

Compare Source

Loosened dependency on loader-utils to allow security patches

v3.1.4

Compare Source

v3.1.3

Compare Source

Added CTA to try v4 before its imminent release

v3.1.2

Compare Source

bump adjust-sourcemap-loader to address object-path issue

v3.1.1

Compare Source

isaacs/rimraf (rimraf)

v3.0.2

Compare Source

v3.0.1

Compare Source

svg/svgo (svgo)

v1.3.2: 1.3.2 / 30.10.2019

Compare Source

  • Fixed TypeError: Cannot set property 'multipassCount' of undefined

v1.3.1: 1.3.1 / 29.10.2019

Compare Source

  • Updated CSSO version to 4.0.2 fixing the issue with empty semicolons ";;" in styles (thanks to @​strarsis and @​lahmatiy).
  • prefixIds plugin now runs only once with --multipass option (by @​strarsis).
  • cleanupIDs plugin is prevented from producing a preserved ID, including one which matches a preserved prefix, when minifying (by @​thomsj).
svg/svgo-loader (svgo-loader)

v2.2.2

Compare Source

v2.2.1

Compare Source

webpack/webpack-cli (webpack-cli)

v3.3.12

Compare Source

Full Changelog

v3.3.11

Compare Source

Full Changelog

v3.3.10

Compare Source

Full Changelog

New Features

  • add new flag and patch sec dep (#​1102)

v3.3.9

Compare Source

Full Changelog

Fix

  • use process.exitCode instead of process.exit in compilerCallback (ee001bd)

v3.3.8

Compare Source

Full Changelog

Fix

  • support both webpack versions (d28f9f5)

Tests

v3.3.7

Compare Source

Full Changelog

Fix

  • resolve opts when no-config (fb31cc4)

v3.3.6

Compare Source

Full Changelog

Docs

  • remove deprecated packages description (#​979)

Fix

v3.3.5

Compare Source

Full Changelog

CLI

Fix

  • deps: move prettier from dependencies to devDependencies (#​968)
  • change "usr strict" to "use strict" (670efc7)
  • update deps (69f364e)

v3.3.4

Compare Source

Full Changelog

New Features

Docs

  • added auto flag in docs for init command (dede7d8)

Fix

  • module not found error (a2062f2)
  • remove unused pkgs and refactor init generator (7608d4b)

Tests

Misc

v3.3.3

Compare Source

Full Changelog

New Features

  • chore: Added type definitions for the data returned by envinfo (#​921)
  • add htmlWebpackPlugin in development (88fcfa8)
  • add mergeHandler (248b9cc)
  • generators: add generated file templates (6be9291)
  • init: generate README (c090b17)
  • init: generate tsconfig (25ab7e6)
  • init: support ts in configuration (283e089)
  • init: wip typescript support (093a36d)
  • md: formats md before committing (#​851)
  • webpack-scaffold: adds Input defaults, doc & tests (0a648f7)

CLI

  • fix watch options for array config (#​892)

Docs

  • contribute: adds section seperator (cff0c55)
  • contribute: combines seperate sections for npm and yarn (aefa8eb)
  • contributing: updates the docs for the test (7656637)
  • fix link to webpack-scaffold (de0b4a0)
  • init: improve description (9856bab)
  • utils: update prettier (8b6d47b)

Fix

  • improve checking file permission (de41351)
  • chore: Minor fix (6810182)
  • use fork cause original repo is unmaintained (383125a)
  • add: apply suggestions (ccf0dce)
  • add: add handling of merge option (eb43443)
  • add: add handling of merge option (ce51a0a)
  • ci: fixes linting error in ci (cfc0117)
  • cli: updates err message (b5e1913)
  • cli: removes the comment before err handling block (ac5a53f)
  • cli: --config-register resolves relative to root (23375bd)
  • cli: removes func return in catch instance (7d31321)
  • cli: sets stack trace limit (869024f)
  • cli: err when no args passed, refactored nested conditional blocks (a9bc0bd)
  • cli: shows error message based on package manager (a3ce273)
  • cli: error when no webpack and args found (2250af0)
  • generator: fixed the support of native plugins in add command (123a150)
  • infra: fixes npm run docs (65c08e2)
  • formatting files (eb3909b)
  • remove type from inherited type (960e73a)
  • remove type from inherited type (0552f76)
  • change parser options (4e8bc76)
  • json module resolve (61697b8)
  • cli: improves error handling with args (cc64955)
  • generator: generate correct module.rule for babel & ts (263b83c)
  • generator: using configFile in configPath to get the config file name (#​883)
  • genrators/utils/style: typo & fix (f46f4e5)

Misc

  • update internal docs (7071b5c)
  • add lerna publish cmnd (5c8c6a1)
  • generators: remove comment (bd06a69)
  • generators: refactor (376dcbd)
  • generators: small text improvements (782f56c)
  • generators: improve prompts (ac35a31)
  • generators: refactor init-generator (d574846)
  • generators: refactor utils (17e4511)
  • generators/utils/style: refactor (392fcfe)
  • init: refactor with async/await (1b07d2b)
  • init: small refactor (4627ea1)
  • init-generator: improve readme (f971632)
  • init-generator: small refactor (dcf44c1)
  • init-generator: use webpackOption types, improve test rules (a650e0e)
  • init-generator: improve types & defaults (fb23aa4)
  • packages: complete rebase (488b06c)
  • types: correct types (85ef3e7)
survivejs/webpack-merge (webpack-merge)

v4.2.2

Compare Source

  • Fix - Update minimum version of lodash to 4.17.15 in order to avoid npm audit warning. #​116
  • Docs - Improve merge.unique documentation. #​103
  • Docs - Add clear note about precedence. #​115

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 9, 2021
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from 3a2768d to af95dd1 Compare June 6, 2021 20:11
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from af95dd1 to 954724d Compare October 18, 2021 21:10
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from 954724d to 3e9f0ac Compare March 7, 2022 12:27
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from 3e9f0ac to c7219e4 Compare April 25, 2022 00:50
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from c7219e4 to fa51844 Compare September 25, 2022 14:45
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from fa51844 to f089850 Compare March 16, 2023 07:17
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from f089850 to 2ae94bf Compare April 17, 2023 09:47
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch 3 times, most recently from 94a7d67 to fb94073 Compare September 27, 2023 10:38
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from fb94073 to f3e1b7c Compare October 10, 2023 19:03
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch 2 times, most recently from d6f7abc to 2a442b6 Compare October 18, 2023 13:12
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch 4 times, most recently from e668896 to 3d6b489 Compare November 7, 2023 23:17
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from 3d6b489 to 9a457f6 Compare November 21, 2023 03:19
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch 2 times, most recently from f875e0b to 00855f7 Compare December 5, 2023 19:47
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from 00855f7 to d0d2edd Compare December 22, 2023 01:44
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