-
Notifications
You must be signed in to change notification settings - Fork 354
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
chore(deps): bump actions/checkout from 3 to 4 #3397
Conversation
Implement regions.label Close #3319
- Merge separated updateXGridLines & updateYGridLines to single updateGridLines - Do not generate text node when has no text value
- Exclude d3 modules to be transpiled for test build (some d3 code block scope, transpile wrongly and throws error) - Add test codes for plugins - Include again textoverlap plugin test(fixed and happened due to the transpile issue)
- Set plugin dist files name to contain 'pkgd' as postfix. - Remove '@babel/plugin-transform-block-scoping' plugin wich transpiles incorrectly Fix #3334
use optional chaining operator on getting env value side-effect #3335
Re-einforce string replacement for script tag
Implement .subchart() and .subchart.reset() Close #3342
- Adjust .subchart()/.zoom() domain return value - Update subchart.onbrush callback to be called only by dragging or API call Fix #3347
Add notes for .axis() methods, where only applicable for chart types which has x and y axes. Ref #3343
Enforce test coverage under 90% Ref #3333
- Update handlebar path coordinate to ease control of the position - Fix horizontal/vertical align based on the subchart height Fix #3358
- Reinforce test coverage for interaction related codes - Remove unused ‘else’ condition block from .generateTicks() - Remove unused ‘jsonTreemp’ module Ref #3333
Reinforce test case for subchart api Ref #3342
- Remove duplicated condition "v === 'gridLines.x' - Update test generation options Ref #3360
fix title text alignment Fix #3363
Adjust x axis' <clipPath> height to prevent axis being hidden Fix #3364
Fix to return indexed values when .categories() is called for indexed x axis type Fix #3365
Fix tooltip initial call to call .tooltip.show() api to follow internal flow process Fix #3369
Reinforce test codes to increase coverage Ref #3333
remove .destroy() which causing test fails randomly.
Add test cases for shapes to increase test coverage Ref #3333
update coverage badge image link
Reinforce test coverage for shapes Ref #3333
- Remove duplicated code from stanford plugin - Reinforce test codes for plugins Ref #3333
- Fix cache remove bug when id is given as string - Reinforce test for module Ref #3333
Add test cases for timeseries and category type axis Ref #3333
- Add conditional for onerror logging - Update test condition Ref #3333
update coverage badge adding param to force the update
Fix rendering with negative values on rotated axis Fix #3387
- update some browser & worker module as function to facilitate test - add test case for internal/category Ref #3333
Reinforce test codes Ref #3333
- Unify the call of sanitize for all formatter function - Fix the unnecessary call and pass correct arguments for bar range type Fix #3371
Add test to check arguments passed to format.value function Ref #3392
When is same group, but bound to different xs, should stack if they're at same x axis value Fix #3372
- Make .circleY() visible and included as part of common - Move .circleY() to shape.ts file Fix #3388
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
update dpendency to the latest Ref naver#3397 naver#3398 naver#3399 naver#3400 naver#3401 naver#3402
update dependency to the latest Ref naver#3397 naver#3398 naver#3399 naver#3400 naver#3401 naver#3402
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps actions/checkout from 3 to 4.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)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)