-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: cx.with method #290 #292
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,7 @@ inputs: | |
| default: | | ||
| .cache | ||
| **/.cache | ||
| configs/vite-config-custom/dist | ||
|
|
||
| runs: | ||
| using: composite | ||
|
|
||
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| export { cx } from "./cx.js"; | ||
|
|
||
| export type { ClassValue, ClassArray, ClassDictionary } from "./types.js"; | ||
| export type { ClassValue } from "./types.js"; |
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: mincho-js/mincho
Length of output: 1150
🌐 Web query:
@types/node 25.0.5 release notes changelog breaking changes💡 Result:
Short answer: There are no formal release notes/changelog entries published for
@types/nodepatch releases (including 25.0.5). Changes are tracked in the DefinitelyTyped repo (commits/PRs for types/node), and users must inspect the commit/PR history for breaking/type changes. See DefinitelyTyped and the longstanding issue asking for a changelog. [1][2]If you want, I can fetch the types/node commit/PR list that corresponds to the 25.0.5 publish and list the exact changes and any breaking edits. Which do you prefer?
Sources:
@types/nodechangelogs are located. [2]🌐 Web query:
globals 17.0.0 release notes npm changelog💡 Result:
Summary of globals v17.0.0 release (changelog / release notes)
Breaking
Improvements
Published as version 17.0.0 on the npm registry. [2]
Sources:
[1] globals v17.0.0 release notes (GitHub releases).
[2] globals package metadata on npm/jsDocs.
🌐 Web query:
prettier 3.7.4 release notes changelog breaking changes💡 Result:
Summary — Prettier 3.7.4 (patch release)
Sources
If you want, I can fetch the full CHANGELOG.md or the exact commit/PR links for each fix.
🌐 Web query:
yaml-eslint-parser 1.3.2 release notes changelog💡 Result:
I couldn't find a dedicated "1.3.2" release entry, but sources show the package's latest published version is 1.3.2 and the repository includes a CHANGELOG.md you can check for release notes.
If you want, I can open the repo CHANGELOG.md and extract the 1.3.2 entry for you.
Verify globals 17.0.0 breaking change doesn't affect your config.
The upgrade to globals 17.0.0 includes a breaking change:
audioWorkletenvironment has been split out from the browser environment. If your ESLint config relies on browser globals (including audioWorklet), it will need adjustment.Prettier 3.7.4 is a patch release with no breaking changes (TypeScript and LWC bugfixes only).
@types/nodeand yaml-eslint-parser appear to be stable updates with no published compatibility concerns.🤖 Prompt for AI Agents