-
Notifications
You must be signed in to change notification settings - Fork 472
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
release: 9.0.0 #1213
release: 9.0.0 #1213
Conversation
BREAKING CHANGE: Minimum supported Node.js version is now 14.x
* Bump kcd-scripts to 9.x * Fix lint issues * fix lint
* Bump kcd-scripts to 13.0.0 * Fix Jest warnings
* fix: migrate role to ts * fix: remove role model abstraction * fix: prettier * fix: force have role that are included in type * fix: type * fix: error and add commet ts * fix: any type * fix: any type * fix: type assertion * fix: ignore branch coverage * fix: typo * fix: add hints in all by role * fix: types and comments * fix: restore types * fix: restore types * fix: lint * fix: ts error * fix: ts error * fix: type tests * Fix lint * Don't couple query-helpers with ByRole * Revert change to ByRoleMatcher type --------- Co-authored-by: eps1lon <[email protected]>
* docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
BREAKING CHANGE: Only allow `string` as a `role`. Drop support for `exact`, `trim`, `collapseWhitespace`, and `normalizer` options.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 746def6:
|
Codecov Report
@@ Coverage Diff @@
## main #1213 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 24
Lines 998 992 -6
Branches 327 322 -5
=========================================
- Hits 998 992 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this on my codebase without breaking change 🚀
Small update: It did catch some breaking changes during type-checking. Specifically, we had a bunch of queries using |
Will be fast-forward merge on 16.02.2023 unless we need to revise some changes.
Tested latest alpha on the Klarna monorepo and this caught some bad queries assuming
exact
applied to thename
option. Butexact
applies to therole
. This is why these options were removed: they're misleading and most likely not needed.9.0.0-alpha.2 (2023-02-09)
Bug Fixes
BREAKING CHANGES
string
as arole
.Drop support for
exact
,trim
,collapseWhitespace
, andnormalizer
options.9.0.0-alpha.1 (2023-01-29)
Features
BREAKING CHANGES