fix(deps): update dependency gridjs to v6 #34
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0
->6.2.0
Release Notes
grid-js/gridjs (gridjs)
v6.2.0
Compare Source
6.2.0 (2024-03-03)
🚀 New Feature
🐛 Bug Fix
Committers: 11
v6.1.1
Compare Source
6.1.1 (2024-01-15)
🚀 New Feature
🐛 Bug Fix
Committers: 2
v6.1.0
Compare Source
6.1.0 (2024-01-14)
🐛 Bug Fix
🏃♀️ Performance
Committers: 1
v6.0.6
Compare Source
6.0.6 (2023-01-29)
🚀 New Feature
Committers: 1
v6.0.5
Compare Source
6.0.5 (2023-01-18)
🐛 Bug Fix
Committers: 1
v6.0.4
Compare Source
6.0.4 (2023-01-17)
🐛 Bug Fix
💅 Polish
Committers: 1
v6.0.3
Compare Source
v6.0.2
Compare Source
v6.0.1
Compare Source
6.0.1 (2023-01-16)
IMPORTANT NOTE:
There are a lot of breaking changes in the version, including how the state management is done internally and how plugins are written. However, if you don't use any internal APIs (like the EventEmitter, Store, etc) and you don't have any custom plugins, this version shouldn't impact you much. Otherwise, please make sure your plugins and custom integrations are thoroughly tested before upgrading to Grid.js 6.x.
🚀 New Feature
💥 Breaking Change
🐛 Bug Fix
🏃♀️ Performance
Committers: 4
Full Changelog: grid-js/gridjs@6.0.0...6.0.1
v6.0.0
Compare Source
v5.1.0
Compare Source
5.1.0 (2022-08-20)
🚀 New Feature
🐛 Bug Fix
🏠 Internal
Committers: 18
v5.0.2
Compare Source
v5.0.1
Compare Source
5.0.1 (2021-06-07)
BREAKING CHANGES: This release contains some breaking changes. Make sure you double check your
import
/require
s before migrating to v5:gridjs/plugins
namespace, e.g.import { RowSelection } from "gridjs/plugins/selection";
(https://gridjs.io/docs/plugins/selection/index)gridjs/l10n
namespace to import the available Locales, e.g.import { frFR } from "gridjs/l10n";
(https://gridjs.io/docs/localization/locales)🚀 New Feature
gridjs
🏠 Internal
gridjs-selection
,gridjs
Committers: 5
v5.0.0
Compare Source
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.