-
Notifications
You must be signed in to change notification settings - Fork 4
v0.10.0 #412
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore(deps): update dependency @rollup/plugin-commonjs to v28
…ve-16.x chore(deps): update dependency @rollup/plugin-node-resolve to v16
fix(deps): update dependency express to v5
chore(deps): update dependency node to v22
fix(deps): update typescript-eslint monorepo to v8.32.1
chore(deps): update dependency eslint to v9.27.0
…8.x-lockfile chore(deps): update dependency @rollup/plugin-commonjs to v28.0.3
…ve-16.x-lockfile chore(deps): update dependency @rollup/plugin-node-resolve to v16.0.1
fix(deps): update dependency get-tsconfig to v4.10.1
chore(deps): update dependency @types/node to v22.15.21
fix: set pre style when overflow
fix(deps): update dependency ws to v8.18.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Copilots wrote...
This pull request introduces several updates, including Node.js version upgrades in CI workflows, dependency updates in
package.json
, and the addition of new test fixtures and corresponding test cases. These changes aim to modernize the codebase, ensure compatibility with newer Node.js versions, and expand test coverage for Vue component props handling.Workflow Updates
.github/workflows/ci.yml
to[20.x, 22.x, 24.x]
for CI testing..github/workflows/publish-packages.yml
to22.x
for publishing packages.Dependency Updates
package.json
version from0.9.1
to0.10.0
.package.json
, including@typescript-eslint/parser
to8.32.1
,express
to5.1.0
, and@rollup/plugin-commonjs
to^28.0.0
. [1] [2]Test Enhancements
definePropsWithDefaults.vue
to handle default props in Vue components.definePropsWithDefaultsWithTypeScript.vue
to handle default props with TypeScript in Vue components.test/specs/props.test.ts
to validate the new fixtures fordefinePropsWithDefaults.vue
anddefinePropsWithDefaultsWithTypeScript.vue
.