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

Bump slickgrid from 4.0.1 to 5.9.1 #3548

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps slickgrid from 4.0.1 to 5.9.1.

Release notes

Sourced from slickgrid's releases.

5.9.1

5.9.1 (2024-04-16)

Bug Fixes

  • Remove ForceFit deprecation message, fixes (#603)
  • CellExternalCopyManager plugin restores focus on paste

5.9.0

5.9.0 (2024-04-06)

Bug Fixes

  • default SlickGrid editors are not assignable to column field 'editor' (#1005) (9e1de20)
  • Editor.keyCaptureList is an array of numbers (#1006) (fbbff04)
  • primary entry point to the program isn't set correctly (#1008) (0714221)

Features

  • add the ability to receive extra filter arguments (#1007) (e22d814)

Quick Survey ✨

We also made a quick little poll for fun, thanks for taking the time to participate

What do you think was the most exciting change(s) for you?


5.8.3

5.8.3 (2024-03-30)

Bug Fixes

  • don't exclude mixin/var SASS files from prod build, fixes #1003 (a4f980e)

5.8.2

5.8.2 (2024-03-16)

Bug Fixes

  • column.editor and gridOptions.editorFactory type changed (#995) (e02cf64)
  • realtime trading demo grouping wasn't working (#991) (180e4e7)

... (truncated)

Changelog

Sourced from slickgrid's changelog.

5.9.1 (2024-04-16)

Bug Fixes

  • Remove ForceFit deprecation message, fixes (#603)
  • CellExternalCopyManager plugin restores focus on paste

5.9.0 (2024-04-06)

Bug Fixes

  • default SlickGrid editors are not assignable to column field 'editor' (#1005) (9e1de20)
  • Editor.keyCaptureList is an array of numbers (#1006) (fbbff04)
  • primary entry point to the program isn't set correctly (#1008) (0714221)

Features

  • add the ability to receive extra filter arguments (#1007) (e22d814)

5.8.3 (2024-03-30)

Bug Fixes

  • don't exclude mixin/var SASS files from prod build, fixes #1003 (a4f980e)

5.8.2 (2024-03-16)

Bug Fixes

  • column.editor and gridOptions.editorFactory type changed (#995) (e02cf64)
  • realtime trading demo grouping wasn't working (#991) (180e4e7)

5.8.1 (2024-02-13)

Bug Fixes

fix for hidden column issue fixes (#985) (02d0fd2b)

Performance Improvements

  • core: convert for..in to Object.keys().forEach for better perf (#987) (c0f7b7c)

5.8.0 (2024-01-20)

Bug Fixes

  • add grid & cell role for screen ready accessibility, fixes #518 (#976) (f4184ef)
  • add missing option to control row highlight duration (#982) (4a49239)
  • core: SlickEvent handler event should be type of ArgType (#970) (1d1b727), closes #969 #967
  • DataView options should be optional (TypeScript) (feb154c)
  • don't show column header empty title tooltip (#964) (8ee0f2c)

... (truncated)

Commits
  • 04389ed chore(deps): update all non-major dependencies (#1014)
  • d58e944 chore: remove unused CSS classes in demo
  • 2e96fd5 FIX: Remove ForceFit deprecation message, fixes #603 (#1012)
  • d1132c9 Fix: CellExternalCopyManager plugin restores focus on paste (#1011)
  • ee22b59 chore(release): publish version 5.9.0
  • e59ff94 chore(deps): update all non-major dependencies (#1009)
  • 0714221 fix: primary entry point to the program isn't set correctly (#1008)
  • e22d814 feat: add the ability to receive extra filter arguments (#1007)
  • 9e1de20 fix: default SlickGrid editors are not assignable to column field 'editor' (#...
  • fbbff04 fix: Editor.keyCaptureList is an array of numbers (#1006)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ghiscoding, a new releaser for slickgrid since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 22, 2024
@dependabot dependabot bot requested a review from alansemenov April 22, 2024 18:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/slickgrid-5.9.1 branch 4 times, most recently from 1b3fde0 to acfac37 Compare May 6, 2024 18:39
Bumps [slickgrid](https://github.com/6pac/SlickGrid) from 4.0.1 to 5.9.1.
- [Release notes](https://github.com/6pac/SlickGrid/releases)
- [Changelog](https://github.com/6pac/SlickGrid/blob/master/CHANGELOG.md)
- [Commits](6pac/SlickGrid@4.0.1...5.9.1)

---
updated-dependencies:
- dependency-name: slickgrid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/slickgrid-5.9.1 branch from acfac37 to 32a27af Compare May 6, 2024 18:41
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.

None yet

1 participant