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

feat!: drop jQuery requirement & use multiple-select-vanilla dependency #1150

Merged
merged 22 commits into from
May 29, 2023

Conversation

ghiscoding
Copy link
Owner

No description provided.

ghiscoding added 22 commits May 22, 2023 13:16
- requires new major versions of both SlickGrid & Slickgrid-Universal
feat!: drop jQuery requirement & use multiple-select-vanilla dependency
feat(deps)!: upgrade to Angular v15
- because `ComponentFactoryResolver` was removed in Angular 16, we had to replace it with `ViewContainerRef` and because of change, the user will have make sure that whenever `AngularUtilService` is used within a Component (like in Example 22), the user will have provide it via `providers: [AngularUtilService]`
feat(deps)!: upgrade to Angular 16
- remove unnecessary dependencies from Renovate since we skip major version anyway (because of Angular), so we can remove `ngx-translate`
chore(deps): update to official major Slickgrid-Universal 3.0 release
@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Merging #1150 (0b24780) into master (8a838d0) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #1150   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          925       920    -5     
  Branches       307       304    -3     
=========================================
- Hits           925       920    -5     
Impacted Files Coverage Δ
...es/angular-slickgrid/services/container.service.ts 100.00% <ø> (ø)
...lickgrid/components/angular-slickgrid.component.ts 100.00% <100.00%> (ø)
...angular-slickgrid/extensions/slickRowDetailView.ts 100.00% <100.00%> (ø)
.../angular-slickgrid/services/angularUtil.service.ts 100.00% <100.00%> (ø)

@ghiscoding ghiscoding merged commit 714c48b into master May 29, 2023
@ghiscoding ghiscoding deleted the next branch May 29, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant