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 non-major dependencies #108

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 30, 2021

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v2.3.4 -> v2.7.0 age adoption passing confidence
chai (source) devDependencies minor 4.3.4 -> 4.5.0 age adoption passing confidence
css-loader devDependencies patch 5.2.4 -> 5.2.7 age adoption passing confidence
eslint (source) devDependencies minor 7.25.0 -> 7.32.0 age adoption passing confidence
eslint-config-prettier devDependencies minor 8.3.0 -> 8.10.0 age adoption passing confidence
eslint-plugin-import devDependencies minor 2.22.1 -> 2.31.0 age adoption passing confidence
html-webpack-plugin devDependencies minor 5.3.1 -> 5.6.3 age adoption passing confidence
istanbul-badges-readme devDependencies minor 1.2.1 -> 1.9.0 age adoption passing confidence
jsdom devDependencies minor 16.5.3 -> 16.7.0 age adoption passing confidence
mocha (source) devDependencies minor 8.3.2 -> 8.4.0 age adoption passing confidence
prettier (source) devDependencies minor 2.2.1 -> 2.8.8 age adoption passing confidence
pretty-quick devDependencies minor 3.1.0 -> 3.3.1 age adoption passing confidence
sinon (source) devDependencies patch 10.0.0 -> 10.0.1 age adoption passing confidence
sinon-chai devDependencies minor 3.6.0 -> 3.7.0 age adoption passing confidence
webpack devDependencies minor 5.36.1 -> 5.98.0 age adoption passing confidence
webpack-cli (source) devDependencies minor 4.6.0 -> 4.10.0 age adoption passing confidence
webpack-dev-server devDependencies patch 3.11.2 -> 3.11.3 age adoption passing confidence
zip-webpack-plugin devDependencies patch 4.0.1 -> 4.0.3 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v2.7.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

Compare Source

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Compare Source

  • Convert SSH URLs like org-<ORG_ID>@&#8203;github.com: to https://github.com/ - pr

v2.3.5

Compare Source

Update dependencies

chaijs/chai (chai)

v4.5.0

Compare Source

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

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

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

eslint/eslint (eslint)

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

v7.29.0

Compare Source

v7.28.0

Compare Source

v7.27.0

Compare Source

  • 2c0868c Chore: merge all html formatter files into html.js (#​14612) (Milos Djermanovic)
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #​14325) (#​14354) (Nitin Kumar)
  • afe9569 Chore: use includes instead of indexOf (#​14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#​14287) (Stephen Wade)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #​11843) (#​14580) (Alex Holden)
  • 967b1c4 Chore: Fix typo in large.js (#​14589) (Ikko Ashimine)
  • 2466a05 Sponsors: Sync README with website (ESLint Jenkins)
  • fe29f18 Sponsors: Sync README with website (ESLint Jenkins)
  • 086c1d6 Chore: add more test cases for no-sequences (#​14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)

v7.26.0

Compare Source

  • aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#​14577) (Brandon Mills)
  • ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #​14208) (#​14282) (Patrick Ahmetovic)
  • 6a86e50 Chore: remove loose-parser tests (fixes #​14315) (#​14569) (Milos Djermanovic)
  • ee3a3ea Fix: create .eslintrc.cjs for module type (#​14304) (Nitin Kumar)
  • 6791dec Docs: fix example for require-atomic-updates (#​14562) (Milos Djermanovic)
  • 388eb7e Sponsors: Sync README with website (ESLint Jenkins)
  • f071d1e Update: Add automated suggestion to radix rule for parsing decimals (#​14291) (Bryan Mishkin)
  • 0b6a3f3 New: Include XO style guide in eslint --init (#​14193) (Federico Brigante)
prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!

v8.8.0

Compare Source

v8.7.0

Compare Source

v8.6.0

Compare Source

  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!

v8.5.0

Compare Source

v8.4.0

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99e33b0 to ff91496 Compare May 6, 2021 14:05
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.36.2 chore(deps): update all non-major dependencies May 6, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a86fbc4 to 24bc800 Compare May 14, 2021 08:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 6c0fa70 to ddadadc Compare May 22, 2021 02:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ad6810e to d184bc5 Compare May 29, 2021 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from aac3606 to 58e4276 Compare June 10, 2021 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bfaaa3f to 367b04f Compare June 17, 2021 11:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd1b225 to 2776d77 Compare January 5, 2024 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8b35818 to 6b12135 Compare January 17, 2024 12:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b12135 to 21b461c Compare January 24, 2024 13:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 21b461c to b8d3e71 Compare February 1, 2024 20:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f5236e2 to a710691 Compare February 19, 2024 13:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a710691 to aea804f Compare March 20, 2024 16:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aea804f to 08837ce Compare May 4, 2024 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08837ce to 6ac3310 Compare June 11, 2024 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ac3310 to 7b26e3b Compare June 19, 2024 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b26e3b to e8b42cd Compare July 11, 2024 21:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e8b42cd to c471499 Compare July 25, 2024 12:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c471499 to b29e54f Compare August 22, 2024 14:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b29e54f to d7dfb4b Compare September 3, 2024 07:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7dfb4b to 6c895a6 Compare September 25, 2024 14:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c895a6 to 5c90df7 Compare October 3, 2024 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 28628cd to 0502d1b Compare October 23, 2024 01:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a3b3121 to 15a94b4 Compare November 1, 2024 12:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b44610a to c988225 Compare December 5, 2024 14:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c988225 to 247dc3e Compare January 6, 2025 04:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 247dc3e to 1f539bc Compare February 13, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants