Skip to content

Commit 3ef0a0f

Browse files
feat(deps): add support for angular v20 (#49)
BREAKING CHANGE: YES GH-48 ## Description This pull request upgrades the Angular dependencies for the search client library and related packages from Angular v19 to Angular v20, and updates various related dependencies and documentation accordingly. The changes ensure compatibility with Angular v20 and extend support timelines for previous versions. Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Intermediate change (work in progress) ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Test A - [ ] Test B ## Checklist: - [ ] Performed a self-review of my own code - [ ] npm test passes on your machine - [ ] New tests added or existing tests modified to cover all changes - [ ] Code conforms with the style guide - [ ] API Documentation in code was updated - [ ] Any dependent changes have been merged and published in downstream modules
1 parent 12f86bf commit 3ef0a0f

File tree

11 files changed

+5808
-5109
lines changed

11 files changed

+5808
-5109
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: '18.x'
21+
node-version: '20.x'
2222
- run: node --version
2323
- run: npm --version
2424

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An Angular module that exports a component that can enable users to search over
44

55
### Deprecation Notice
66

7-
Search-client now supports Angular v19, we will provide support for the older version that is based on Angular v17 till 31st March 2026 .
7+
Search-client now supports Angular v19, we will provide support for the older version that is based on Angular v19 till 30th June 2026 .
88

99
## Angular Module
1010

0 commit comments

Comments
 (0)