ghiscoding / slickgrid-react

Slickgrid-React is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
https://ghiscoding.github.io/slickgrid-react/
Other
33 stars 12 forks source link

chore(deps): update all non-major dependencies #300

Closed renovate-bot closed 8 months ago

renovate-bot commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) ^18.2.55 -> ^18.2.56 age adoption passing confidence
@types/sortablejs (source) ^1.15.7 -> ^1.15.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.0.1 -> ^7.0.2 age adoption passing confidence
@typescript-eslint/parser (source) ^7.0.1 -> ^7.0.2 age adoption passing confidence
caniuse-lite 1.0.30001587 -> 1.0.30001588 age adoption passing confidence
react-router-dom (source) ^6.22.0 -> ^6.22.1 age adoption passing confidence
release-it ^17.0.5 -> ^17.1.1 age adoption passing confidence
sass ^1.70.0 -> ^1.71.0 age adoption passing confidence
sass-loader ^14.1.0 -> ^14.1.1 age adoption passing confidence
webpack ^5.90.2 -> ^5.90.3 age adoption passing confidence
webpack-dev-server ^5.0.1 -> ^5.0.2 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.0.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#702-2024-02-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.0.1...v7.0.2) ##### 🩹 Fixes - fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests ##### ❤️ Thank You - Brad Zacher - Gareth Jones You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.0.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#702-2024-02-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.0.1...v7.0.2) ##### 🩹 Fixes - fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests ##### ❤️ Thank You - Brad Zacher - Gareth Jones You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
browserslist/caniuse-lite (caniuse-lite) ### [`v1.0.30001588`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001587...1.0.30001588) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001587...1.0.30001588)
remix-run/react-router (react-router-dom) ### [`v6.22.1`](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.22.0...react-router-dom@6.22.1) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.22.0...react-router-dom@6.22.1)
release-it/release-it (release-it) ### [`v17.1.1`](https://togithub.com/release-it/release-it/releases/tag/17.1.1) [Compare Source](https://togithub.com/release-it/release-it/compare/17.1.0...17.1.1) - Potential fix (resolves [#​1082](https://togithub.com/release-it/release-it/issues/1082)) ([`b46d5bd`](https://togithub.com/release-it/release-it/commit/b46d5bd)) ### [`v17.1.0`](https://togithub.com/release-it/release-it/releases/tag/17.1.0) [Compare Source](https://togithub.com/release-it/release-it/compare/17.0.5...17.1.0) - Add comment on PRs in CI environments ([#​1081](https://togithub.com/release-it/release-it/issues/1081)) ([`a1961d0`](https://togithub.com/release-it/release-it/commit/a1961d0))
sass/dart-sass (sass) ### [`v1.71.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1710) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.70.0...1.71.0) For more information about `pkg:` importers, see [the announcement][pkg-importers] on the Sass blog. [pkg-importers]: https://sass-lang.com/blog/announcing-pkg-importers ##### Command-Line Interface - Add a `--pkg-importer` flag to enable built-in `pkg:` importers. Currently this only supports the Node.js package resolution algorithm, via `--pkg-importer=node`. For example, `@use "pkg:bootstrap"` will load `node_modules/bootstrap/scss/bootstrap.scss`. ##### JavaScript API - Add a `NodePackageImporter` importer that can be passed to the `importers` option. This loads files using the `pkg:` URL scheme according to the Node.js package resolution algorithm. For example, `@use "pkg:bootstrap"` will load `node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a single optional argument, which indicates the base directory to use when locating `node_modules` directories. It defaults to `path.dirname(require.main.filename)`. ##### Dart API - Add a `NodePackageImporter` importer that can be passed to the `importers` option. This loads files using the `pkg:` URL scheme according to the Node.js package resolution algorithm. For example, `@use "pkg:bootstrap"` will load `node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a single argument, which indicates the base directory to use when locating `node_modules` directories.
webpack-contrib/sass-loader (sass-loader) ### [`v14.1.1`](https://togithub.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1411-2024-02-19) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v14.1.0...v14.1.1)
webpack/webpack (webpack) ### [`v5.90.3`](https://togithub.com/webpack/webpack/releases/tag/v5.90.3) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.90.2...v5.90.3) #### Bug Fixes - don't mangle when destructuring a reexport - types for `Stats.toJson()` and `Stats.toString()` - many internal types - \[CSS] clean up export css local vars #### Perf - simplify and optimize chunk graph creation
webpack/webpack-dev-server (webpack-dev-server) ### [`v5.0.2`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#502-2024-02-16) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2)

Configuration

📅 Schedule: Branch creation - "every 2 weeks on friday" (UTC), 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.



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