chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @antfu/eslint-config | 1.0.0-beta.26 -> 1.2.1 |
||||
| ast-kit | ^0.11.3 -> ^0.12.0 |
||||
| pnpm (source) | 8.9.0 -> 8.15.9 |
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v1.2.1
🐞 Bug Fixes
View changes on GitHub
v1.2.0
🚀 Features
View changes on GitHub
v1.1.4
🐞 Bug Fixes
View changes on GitHub
v1.1.3
🚀 Features
- Add more ignores - by @tomgao365 in https://github.com/antfu/eslint-config/issues/321 (8d4da)
- Enable
antfu/indent-binary-ops- by @antfu (d36c4)
🐞 Bug Fixes
View changes on GitHub
v1.1.2
🐞 Bug Fixes
View changes on GitHub
v1.1.1
🚀 Features
- CLI for quick scaffolding - by @injurka, ivan, Injurka and @antfu in https://github.com/antfu/eslint-config/issues/277 (2ee5a)
🐞 Bug Fixes
View changes on GitHub
v1.1.0
🚨 Breaking Changes
- Move the optional
sort-keysplugin toperfectionist, close #295 - by @antfu in https://github.com/antfu/eslint-config/issues/295 (9fa74)
🐞 Bug Fixes
- Disable
style/object-property-newlinein favor ofantfu/consistent-list-newline- by @antfu (2f51b)
View changes on GitHub
v1.0.0
Breaking Changes
- Use ESLint Flat config, users need to migrate to the new config style as well
@antfu/eslint-config-*are packages all dropped, as@antfu/eslint-configprovides much better composability now.@antfu/eslint-config-reactis removed, but JSX formatting support is enabled by default now.ESLINT_TSCONFIGno longer works, use thetypescriptoption ineslint.config.jsinstead- Requires ESLint v8
- Rename plugin prefixes
@typescript-eslint/*->ts/n/*->node/*- etc.
Generated changelog:
🚨 Breaking Changes
- Use flat config - by @antfu in https://github.com/antfu/eslint-config/issues/250 (3ad62)
- New config factory instead of presets - by @antfu (9ee68)
- Rename plugin prefixes for consistency - by @antfu (f31a8)
- De-monorepo - by @antfu (5c3ce)
- Use unified stylistic rules - by @antfu (0ce3a)
- Make all configs function for consistency and immutability - by @antfu (11e31)
- Rename
typescriptWithLanguageServertotypescriptWithTypes- by @antfu (ffe00) - Set plugin alias of
yml/toyaml/- by @antfu (917dd) - Fix type aware rules, merge
typescriptWithTypestotypescript- by @antfu (3fae7)
🚀 Features
- Ship types, and a
combineutil - by @antfu (000a2) - Make it side-effects free - by @antfu (70fc8)
- Enable
antfu/consistent-object-newline- by @antfu (e3b3a) - Support passing flat config to the first arg - by @antfu (ce925)
- Support reading
.gitignoreby default, close #254 - by @antfu in https://github.com/antfu/eslint-config/issues/254 (2f35d) - Expose globs - by @antfu (05073)
- Support rules override, close #255 - by @antfu in https://github.com/antfu/eslint-config/issues/255 (39353)
- Granular stylistic control - by @antfu (30c87)
- Add
componentExtsto top level config - by @antfu (2080b) - Add
eslint-plugin-vitest- by @antfu (002bb) - Use ts parser even for JS, for better language compatibility - by @antfu (e0757)
- Add
namefor each config item - by @antfu (d4cfe) - Update stylistic plugins - by @antfu (9326e)
- Re-organize tsconfig sort - by @antfu (1261b)
- Add
style/jsx-quotesrule - by @antfu (5291c) - Ban declarations in ts file - by @so1ve in https://github.com/antfu/eslint-config/issues/264 (a76fd)
- Allow customize indent and quotes - by @antfu (bbac1)
- Type support for rules - by @antfu (44745)
- Add types for
antfu/- by @antfu (64e3f) - Bring back
reportUnusedDisableDirectives- by @antfu (6320c) - Enable basic jsx stylistic rules, close #185 - by @antfu in https://github.com/antfu/eslint-config/issues/185 (2dfb5)
- Enable
no-import-type-side-effects, close #227 - by @antfu in https://github.com/antfu/eslint-config/issues/227 (cb4b7) - Update jsx default config - by @promise96319 and @antfu in https://github.com/antfu/eslint-config/issues/281 (987b9)
- Add optional
sort-keysplugin - by @antfu (f8ae1) - Typescript.tsconfigPath array support - by @rost-git and @antfu in https://github.com/antfu/eslint-config/issues/306 (54652)
🐞 Bug Fixes
- Move stylistic files - by @antfu (7070d)
- Stylistic overrides - by @antfu (60746)
- Disable
ts/no-invalid-void-type- by @antfu (db397) - Improve rules - by @antfu (9ffcf)
- Ship cjs build as well - by @antfu (f0b67)
- Disable
comma-danglein markdown - by @antfu (34bbd) - Install plugins globally for easy overrides - by @antfu (6a72b)
- Remove
jsdoc/no-typesrule - by @antfu (91dee) - Disable type aware rules in markdown - by @antfu (edb7f)
- Update
style/quotes- by @antfu (5f554) - Allow
Functiontype forts/ban-types- by @antfu (6a4cf) - Disable few rules - by @antfu (4da0b)
- Disable
jsdoc/valid-types- by @antfu (d1024) - Ignores - by @antfu (ae3e6)
- Add lockfile glob for bun - by @rubiin in https://github.com/antfu/eslint-config/issues/262 (7efac)
- Yaml indent - by @so1ve in https://github.com/antfu/eslint-config/issues/267 (757bb)
- Disable
no-restricted-syntaxin d.ts - by @antfu (d98a8) - Enforce name casing for unregistered components - by @vaibhav11s in https://github.com/antfu/eslint-config/issues/289 (ba704)
- Improve typescript options type - by @antfu (8b5cb)
- Add default
extraFileExtensionsto type aware rules - by @antfu (0a9bc) - Prop names should always use camelCase during declaration. - by @kaivanwong in https://github.com/antfu/eslint-config/issues/293 (1c322)
- Use "source.fixAll.eslint" to avoid builtin autofixes dropping code - by @Dimava in https://github.com/antfu/eslint-config/issues/299 (33554)
- Remove
no-voidrule, close #298 - by @antfu in https://github.com/antfu/eslint-config/issues/298 (90b36) - Revert #289 - by @qin-guan in https://github.com/antfu/eslint-config/issues/302 and https://github.com/antfu/eslint-config/issues/289 (52b4f)
- jsonc: Indent config - by @antfu (45e30)
- jsx: Turn off
style/jsx-child-element-spacingto avoid conflicts - by @antfu (f4a07) - style/quotes: Disable
avoidEscapefor consistency - by @antfu (47657) - unicorn: Rename
prefer-text-content-> `prefer-dom-node-text-c… - by @coderwyd in https://github.com/antfu/eslint-config/issues/271 (87282)
View changes on GitHub
v1.0.0-beta.29
🐞 Bug Fixes
- Prop names should always use camelCase during declaration. - by @kaivanwong in https://github.com/antfu/eslint-config/issues/293 (1c322)
- Use "source.fixAll.eslint" to avoid builtin autofixes dropping code - by @Dimava in https://github.com/antfu/eslint-config/issues/299 (33554)
- Remove
no-voidrule, close #298 - by @antfu in https://github.com/antfu/eslint-config/issues/298 (90b36)
View changes on GitHub
v1.0.0-beta.28
🐞 Bug Fixes
- Enforce name casing for unregistered components - by @vaibhav11s in https://github.com/antfu/eslint-config/issues/289 (ba704)
- Improve typescript options type - by @antfu (8b5cb)
- Add default
extraFileExtensionsto type aware rules - by @antfu (0a9bc)
View changes on GitHub
v1.0.0-beta.27
🚀 Features
View changes on GitHub
sxzz/ast-kit (ast-kit)
v0.12.2
🚀 Features
- extract: Add extractIdentifiers - by @LoTwT and @sxzz in https://github.com/sxzz/ast-kit/issues/39 (412bb)
🐞 Bug Fixes
- deps:
- Update all non-major dependencies - by @renovate[bot] inhttps://github.com/sxzz/ast-kit/issues/388 (7bf98)
- Update all non-major dependencies - by @renovate[bot] (60ce0)
- Update all non-major dependencies - by @renovate[bot] (7f50a)
- Update all non-major dependencies - by @renovate[bot] (52898)
- Update all non-major dependencies - by @renovate[bot] (ad275)
View changes on GitHub
v0.12.1
No significant changes
View changes on GitHub
v0.12.0
🚀 Features
- Add
isExpressionType- by @LoTwT in https://github.com/sxzz/ast-kit/issues/26 (2d5c2) - WalkExportDeclaration - by @LoTwT and @sxzz in https://github.com/sxzz/ast-kit/issues/28 (19da8)
🐞 Bug Fixes
- deps:
- Update all non-major dependencies - by @renovate[bot] inhttps://github.com/sxzz/ast-kit/issues/244 (4d83a)
- Update all non-major dependencies - by @renovate[bot] (a85b9)
View changes on GitHub
pnpm/pnpm (pnpm)
v8.15.9: pnpm 8.15.9
Patch Changes
- Deduplicate bin names to prevent race condition and corrupted bin scripts #7833.
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
Our Silver Sponsors
|
|
|
|
|
|
|
|
|
|
v8.15.8
v8.15.7
v8.15.6
Patch Changes
- The exit code of the child process should be preserved on
pnpm run#7817. - When sorting packages in a workspace, take into account workspace dependencies specified as
peerDependencies#7813. - Add
--ignore-scriptsargument toprunecommand #7836.
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
|
Silver Sponsors
|
|
|
|
|
|
|
|
|
|
|
v8.15.5
v8.15.4
v8.15.3
Patch Changes
- Remove vulnerable "ip" package from the dependencies #7652.
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
Our Silver Sponsors
|
|
|
|
|
|
|
|
|
|
v8.15.2
Patch Changes
- When purging multiple
node_modulesdirectories, pnpm will no longer print multiple prompts simultaneously. - Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted
node_modules. - Linking globally the command of a package that has no name in
package.json#4761. - Installation should work with lockfile created by pnpm v9.0.0-alpha.4
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
Our Silver Sponsors
|
|
|
|
|
|
|
|
|
|
v8.15.1
Patch Changes
- Use the
object-hashlibrary instead ofnode-object-hashfor hashing keys of side-effects cache #7591. bundledDependenciesshould never be added to the lockfile withfalseas the value #7576.
Platinum Sponsors
|
|
|
Gold Sponsors
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai generate interesting stats about this repository and render them as a table.@coderabbitai show all the console.log statements in this repository.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (invoked as PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.