chore(deps): update dependency @poupe/eslint-config to ^0.9.1#12
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @poupe/eslint-config to ^0.9.1#12renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
2572926 to
0e60ad2
Compare
0e60ad2 to
7bec509
Compare
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
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.
This PR contains the following updates:
^0.8.4→^0.9.1Release Notes
poupe-ui/eslint-config (@poupe/eslint-config)
v0.9.1Compare Source
Changed
eslint-plugin-perfectionist^4.15.1 → ^5.8.0sort-importsto v5 format — groupsfrom
-typesuffix totype-prefix selectors,'object'→'ts-equals-import', addednewlinesInside: 'newlinesBetween'(required by v5 when
partitionByNewLineis enabled)react/vuecustomGroupsfrom
sort-imports— they were defined but never referenced inthe
groupsarray, so they had no effectgroupKind: 'mixed'fromsort-named-importsandsort-named-exports(option removedin v5, mixed is the default behaviour)
type: 'natural'sorting:sort-intersection-types(mirrorssort-union-types),sort-import-attributes,sort-export-attributes,sort-classes,sort-enums,sort-heritage-clauses,sort-interfaces,sort-object-types,sort-variable-declarations. Blank-line semantic grouping(
partitionByNewLine) enabled on classes, enums, interfaces,object types, and variable declarations
Fixed
partitionByNewLineforsort-exportsand
sort-named-exports— was only set on the import rules,causing blank lines between export groups to be collapsed
Internal
v0.9.0Compare Source
Added
Plugin,InfiniteDepthConfigWithExtends, andLinterare now importable from@poupe/eslint-config<style>blocks via mergedprocessors (
eslint-merge-processors,eslint-processor-vue-blocks)— same pattern as
@nuxt/eslint-configand@antfu/eslint-config.New peer dependency:
@vue/compiler-sfc ^3.3.0GLOB_CSSextended from**/*.cssto**/*.?(post)cssso
<style lang="postcss">blocks and standalone.postcssfilesare also linted
Changed
@eslint/css~0.14.1 → ^1.1.0 (breaking),tailwind-csstree~0.1.4 → ~0.3.0,@typescript-eslint/parser^8.57.0 → ^8.58.0,typescript-eslint^8.57.0 → ^8.58.0,@kagal/cross-test~0.1.2 → ~0.1.3,vitest~4.0.18 → ~4.1.2,oxc-parseroverride 0.116.0 → 0.123.0customSyntaxtotailwind-csstree0.1.5'sSyntaxExtensionCallbackAPI —tailwind4is now a callbackinstead of a plain object (requires
@eslint/css>= 1.0.0)pnpm/action-setupaction to v5typescript-eslint'sdeprecated
config()toeslint/config'sdefineConfig().ConfigandInfiniteDepthConfigWithExtendstypes now derivefrom
@eslint/coreinstead of@typescript-eslint/utils—the
pluginsfield is stricter (language-specific plugins needas unknown as Plugincasts)Fixed
ConfigandRulestype exports were unreachablefrom the package entry point (
export typecombined withexport *in the same barrel was silently dropped by unbuild)npm install -g npm@^11to Node 24 (bundles npm 11 natively) — Node 22'sbundled npm 10 could not self-upgrade (
promise-retrynot found)permissions: contents: readto allworkflows (CodeQL security hardening)
Removed
@poupe/eslint-config/nuxtentry point (forNuxt,forNuxtModules), deprecated since 0.8.3 — usewithPoupefrom@poupe/eslint-configinsteadeslint-flat-config-utilsdevDependency — onlyused for its
FlatConfigComposertype in a test, replaced with alocal structural alias
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.