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

build(deps): bump the dependencies group with 26 updates #208

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the dependencies group with 26 updates:

Package From To
@mui/icons-material 5.15.7 5.15.10
@mui/lab 5.0.0-alpha.163 5.0.0-alpha.165
@mui/material 5.15.7 5.15.10
ace-builds 1.32.5 1.32.6
change-case 4.1.2 5.4.3
marked 4.3.0 12.0.0
prettier 2.8.8 3.2.5
react-redux 8.1.3 9.1.0
redux 4.2.1 5.0.1
sharp 0.32.6 0.33.2
@commitlint/cli 17.8.1 18.6.1
@commitlint/config-conventional 17.8.1 18.6.2
chai 4.4.1 5.1.0
chromedriver 121.0.0 121.0.2
copy-webpack-plugin 11.0.0 12.0.2
html-webpack-plugin 5.5.0 5.6.0
husky 8.0.3 9.0.11
less-loader 11.1.4 12.2.0
lint-staged 13.3.0 15.2.2
markdownlint 0.26.2 0.33.0
markdownlint-cli 0.32.2 0.39.0
mocha 10.2.0 10.3.0
postcss 8.4.33 8.4.35
stylelint 14.16.1 16.2.1
stylelint-config-standard 28.0.0 36.0.0
webpack 5.90.1 5.90.2

Updates @mui/icons-material from 5.15.7 to 5.15.10

Release notes

Sourced from @​mui/icons-material's releases.

v5.15.10

Feb 12, 2024

A big thanks to the 8 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

Feb 8, 2024

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

v5.15.10

Feb 12, 2024

A big thanks to the 8 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

... (truncated)

Commits

Updates @mui/lab from 5.0.0-alpha.163 to 5.0.0-alpha.165

Changelog

Sourced from @​mui/lab's changelog.

Versions

v5.15.10

Feb 12, 2024

A big thanks to the 8 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

... (truncated)

Commits

Updates @mui/material from 5.15.7 to 5.15.10

Release notes

Sourced from @​mui/material's releases.

v5.15.10

Feb 12, 2024

A big thanks to the 8 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

Feb 8, 2024

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.10

Feb 12, 2024

A big thanks to the 8 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

... (truncated)

Commits

Updates ace-builds from 1.32.5 to 1.32.6

Changelog

Sourced from ace-builds's changelog.

1.32.6 (2024-02-07)

Commits

Updates change-case from 4.1.2 to 5.4.3

Release notes

Sourced from change-case's releases.

Fix recursive options in keys change case

Fixed

Remove regex lookbehind

Fixed

Add split option to change-case

Added

  • Added a split option to the change-case transform functions to allow for customization on how words are extracted from input

Changed

  • The package exports are now default instead of import to fix some tooling that doesn't work properly with import
  • The exported split utility no longer accepts a second options argument

Add suffixCharacters option

Added

  • New suffixCharacters option to retain characters during case conversion. Useful for retaining something like the _ in type_. Closes blakeembrey/change-case#322.

New delimiter and mergeAmbiguousCharacters options

Added

  • Add delimiter option for customizing join character in any change case method
  • Add mergeAmbiguousCharacters for camel and pascal case to avoid prefixing _ before numbers

Add prefixCharacters option

Added

  • New prefixCharacters option to retain characters during case conversion. Useful for something like _$ to keep "private".

Huge ESM rewrite

Changed:

  • The package is now only supported using ESM imports in node.js
  • Merged all core case changing libraries into change-case
  • Added support for internationalization using unicode regex features
  • Renamed paramCase to kebabCase

Removed:

  • Removed ability to specify word split and strip regexes

Added:

... (truncated)

Commits

Updates marked from 4.3.0 to 12.0.0

Release notes

Sourced from marked's releases.

v12.0.0

12.0.0 (2024-02-03)

Bug Fixes

BREAKING CHANGES

  • changes to spec
  • Update HTML block tags: add search, remove source
  • Update punctuation to include unicode punctuation and symbol categories
  • Update HTML comment to include and

v11.2.0

11.2.0 (2024-01-27)

Bug Fixes

Features

v11.1.1

11.1.1 (2023-12-31)

Bug Fixes

  • improve lexing inline elements step's performance (#3146) (4f87b2a)

v11.1.0

11.1.0 (2023-12-12)

Features

v11.0.1

11.0.1 (2023-12-08)

... (truncated)

Commits
  • cd15160 chore(release): 12.0.0 [skip ci]
  • 3d9017b fix: update to commonmark specs 0.31 (#3176)
  • 365e720 chore(deps-dev): Bump @​arethetypeswrong/cli from 0.13.5 to 0.13.6 (#3181)
  • 2bf0645 chore(deps-dev): Bump @​typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1 ...
  • a26db80 chore(deps-dev): Bump @​typescript-eslint/parser from 6.19.0 to 6.19.1 (#3180)
  • ee9e20e chore(deps-dev): Bump dts-bundle-generator from 9.2.4 to 9.2.5 (#3178)
  • f0507cb chore(release): 11.2.0 [skip ci]
  • 4826841 feat: flatten childToken arrays (#3172)
  • bf44ae8 fix: Fix ENOENT error message in CLI (#3165)
  • 47a140a chore(deps-dev): Bump @​typescript-eslint/parser from 6.18.1 to 6.19.0 (#3175)
  • Additional commits viewable in compare view

Updates prettier from 2.8.8 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

3.1.1

🔗 Changelog

3.1.0

diff

🔗 Release note

3.0.3

🔗 Changelog

3.0.2

🔗 Changelog

3.0.1

🔗 Changelog

3.0.0

diff

🔗 Release note

3.0.0-alpha.6

What's Changed

... (truncated)

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Updates react-redux from 8.1.3 to 9.1.0

Release notes

Sourced from react-redux's releases.

v9.1.0

This minor release adds a new syntax for pre-typing hooks.

.withTypes

Previously, the approach for "pre-typing" hooks with your app settings was a little varied. The result would look something like the below:

import type { TypedUseSelectorHook } from "react-redux"
import { useDispatch, useSelector, useStore } from "react-redux"
import type { AppDispatch, AppStore, RootState } from "./store"
export const useAppDispatch: () => AppDispatch = useDispatch
export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector
export const useAppStore = useStore as () => AppStore

React Redux v9.1.0 adds a new .withTypes method to each of these hooks, analogous to the .withTypes method found on Redux Toolkit's createAsyncThunk.

The setup now becomes:

import { useDispatch, useSelector, useStore } from "react-redux"
import type { AppDispatch, AppStore, RootState } from "./store"
export const useAppDispatch = useDispatch.withTypes<AppDispatch>()
export const useAppSelector = useSelector.withTypes<RootState>()
export const useAppStore = useStore.withTypes<AppStore>()

What's Changed

New Contributors

Full Changelog: reduxjs/react-redux@v9.0.4...v9.1.0

v9.0.4

This bugfix release updates the React Native peer dependency to be >= 0.69, to better reflect the need for React 18 compat and (hopefully) resolve issues with the npm package manager throwing peer dep errors on install.

What's Changed

Full Changelog: reduxjs/react-redux@v9.0.3...v9.0.4

v9.0.3

This bugfix release drops the ReactDOM / React Native specific use of render batching, as React 18 now automatically batches, and updates the React types dependencies

... (truncated)

Commits

Updates redux from 4.2.1 to 5.0.1

Release notes

Sourced from redux's releases.

v5.0.1

This patch release adjusts the isPlainObject util to allow objects created via Object.create(null), and fixes a type issue which accidentally made the store state type non-nullable.

What's Changed

Full Changelog: reduxjs/redux@v5.0.0...v5.0.1

v5.0.0

This major release:

  • Converts the codebase to TypeScript
  • Updates the packaging for better ESM/CJS compatibility and modernizes the build output
  • Requires that action.type must be a string
  • Continues to mark createStore as deprecated
  • Deprecates the AnyAction type in favor of an UnknownAction type that is used everywhere
  • Removes the PreloadedState type in favor of a new generic argument for the Reducer type.

This release has breaking changes.

This release is part of a wave of major versions of all the Redux packages: Redux Toolkit 2.0, Redux core 5.0, React-Redux 9.0, Reselect 5.0, and Redux Thunk 3.0.

For full details on all of the breaking changes and other significant changes to all of those packages, see the "Migrating to RTK 2.0 and Redux 5.0" migration guide in the Redux docs.

[!NOTE] The Redux core, Reselect, and Redux Thunk packages are included as part of Redux Toolkit, and RTK users do not need to manually upgrade them - you'll get them as part of the upgrade to RTK 2.0. (If you're not using Redux Toolkit yet, Description has been truncated

Bumps the dependencies group with 26 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.15.7` | `5.15.10` |
| [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) | `5.0.0-alpha.163` | `5.0.0-alpha.165` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.7` | `5.15.10` |
| [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.32.5` | `1.32.6` |
| [change-case](https://github.com/blakeembrey/change-case) | `4.1.2` | `5.4.3` |
| [marked](https://github.com/markedjs/marked) | `4.3.0` | `12.0.0` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.2.5` |
| [react-redux](https://github.com/reduxjs/react-redux) | `8.1.3` | `9.1.0` |
| [redux](https://github.com/reduxjs/redux) | `4.2.1` | `5.0.1` |
| [sharp](https://github.com/lovell/sharp) | `0.32.6` | `0.33.2` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `17.8.1` | `18.6.1` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `17.8.1` | `18.6.2` |
| [chai](https://github.com/chaijs/chai) | `4.4.1` | `5.1.0` |
| [chromedriver](https://github.com/giggio/node-chromedriver) | `121.0.0` | `121.0.2` |
| [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | `11.0.0` | `12.0.2` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.5.0` | `5.6.0` |
| [husky](https://github.com/typicode/husky) | `8.0.3` | `9.0.11` |
| [less-loader](https://github.com/webpack-contrib/less-loader) | `11.1.4` | `12.2.0` |
| [lint-staged](https://github.com/okonet/lint-staged) | `13.3.0` | `15.2.2` |
| [markdownlint](https://github.com/DavidAnson/markdownlint) | `0.26.2` | `0.33.0` |
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.32.2` | `0.39.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.2.0` | `10.3.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.35` |
| [stylelint](https://github.com/stylelint/stylelint) | `14.16.1` | `16.2.1` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `28.0.0` | `36.0.0` |
| [webpack](https://github.com/webpack/webpack) | `5.90.1` | `5.90.2` |


Updates `@mui/icons-material` from 5.15.7 to 5.15.10
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.10/packages/mui-icons-material)

Updates `@mui/lab` from 5.0.0-alpha.163 to 5.0.0-alpha.165
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab)

Updates `@mui/material` from 5.15.7 to 5.15.10
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.10/packages/mui-material)

Updates `ace-builds` from 1.32.5 to 1.32.6
- [Release notes](https://github.com/ajaxorg/ace-builds/releases)
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md)
- [Commits](ajaxorg/ace-builds@v1.32.5...v1.32.6)

Updates `change-case` from 4.1.2 to 5.4.3
- [Release notes](https://github.com/blakeembrey/change-case/releases)
- [Commits](https://github.com/blakeembrey/change-case/compare/[email protected]@5.4.3)

Updates `marked` from 4.3.0 to 12.0.0
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v4.3.0...v12.0.0)

Updates `prettier` from 2.8.8 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.2.5)

Updates `react-redux` from 8.1.3 to 9.1.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v8.1.3...v9.1.0)

Updates `redux` from 4.2.1 to 5.0.1
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.2.1...v5.0.1)

Updates `sharp` from 0.32.6 to 0.33.2
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.32.6...v0.33.2)

Updates `@commitlint/cli` from 17.8.1 to 18.6.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.1/@commitlint/cli)

Updates `@commitlint/config-conventional` from 17.8.1 to 18.6.2
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.2/@commitlint/config-conventional)

Updates `chai` from 4.4.1 to 5.1.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.4.1...v5.1.0)

Updates `chromedriver` from 121.0.0 to 121.0.2
- [Commits](giggio/node-chromedriver@121.0.0...121.0.2)

Updates `copy-webpack-plugin` from 11.0.0 to 12.0.2
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v11.0.0...v12.0.2)

Updates `html-webpack-plugin` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v5.5.0...v5.6.0)

Updates `husky` from 8.0.3 to 9.0.11
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.0.11)

Updates `less-loader` from 11.1.4 to 12.2.0
- [Release notes](https://github.com/webpack-contrib/less-loader/releases)
- [Changelog](https://github.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/less-loader@v11.1.4...v12.2.0)

Updates `lint-staged` from 13.3.0 to 15.2.2
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v13.3.0...v15.2.2)

Updates `markdownlint` from 0.26.2 to 0.33.0
- [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint@v0.26.2...v0.33.0)

Updates `markdownlint-cli` from 0.32.2 to 0.39.0
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](igorshubovych/markdownlint-cli@v0.32.2...v0.39.0)

Updates `mocha` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.3.0)

Updates `postcss` from 8.4.33 to 8.4.35
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.33...8.4.35)

Updates `stylelint` from 14.16.1 to 16.2.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@14.16.1...16.2.1)

Updates `stylelint-config-standard` from 28.0.0 to 36.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@28.0.0...36.0.0)

Updates `webpack` from 5.90.1 to 5.90.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.90.1...v5.90.2)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/lab"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ace-builds
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: change-case
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: chromedriver
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: less-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: markdownlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markdownlint-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-8d49b55e7a branch February 26, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant