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-dev): bump ts-loader from 8.0.1 to 8.0.2 #64

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2020

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps ts-loader from 8.0.1 to 8.0.2.

Release notes

Sourced from ts-loader's releases.

v8.0.2

v8.0.2 attempt #2

Required a fix to the release mechanism TypeStrong/ts-loader#1166

Changelog

Sourced from ts-loader's changelog.

v8.0.2

Commits
  • 2f6cbe8 Fix 2 issues with experimentalWatchApi (#1159)
  • a77470f Bump elliptic from 6.4.0 to 6.5.3 in /examples/react-babel-karma-gulp (#1165)
  • fb8a90e Bump elliptic from 6.4.0 to 6.5.3 in /examples/thread-loader (#1164)
  • 83ab73b Bump elliptic from 6.4.1 to 6.5.3 in /examples/vanilla (#1163)
  • 8d40313 Bump elliptic in /examples/fork-ts-checker-webpack-plugin (#1162)
  • dfee22b Bump lodash in /test/execution-tests/2.1.4_babel-allowJsImportTypes (#1149)
  • cd59216 Fixed TsconfigPathsPlugin config path in Readme (#1081)
  • 74bf400 update GitHub Actions (#1144)
  • See full diff in compare view

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 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 the dependencies Pull requests that update a dependency file label Aug 5, 2020
@ghiscoding ghiscoding merged commit 3156cc5 into master Aug 5, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ts-loader-8.0.2 branch August 5, 2020 12:02
ghiscoding added a commit that referenced this pull request Jan 20, 2024
- we can take advantage of SortableJS `filter` option which can be used to filter column header with a certain CSS class. When using `reorderable: false` on a column, SlickGrid will add configurable CSS class to the column header which will be filtered out by SortableJS hence locking the column from being reorderable
- new options available:
  - Column: `reorderable` (defaults to true)
  - Grid Option: `unorderableColumnCssClass` (defaults to "unorderable")
  - CSS/SASS variable for Alpine Theme: `$slick-grid-header-unorderable-bg-color` (replace `$` with `--` for CSS var)
- also referencing an old PR #64 that brought the original idea

#### ⚠️ Warnings
I did add and set `reorderable: false` to the following 4 plugins, they can all be overriden when instantiating the plugin via their respective options
- Checkbox Selector Column (Row Selection)
- Row Detail
- Row Move Manager
- Row Base Editor
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant