chore(deps): update dependency @adobe/eslint-config-helix#878
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @adobe/eslint-config-helix#878renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
4918db8 to
910773c
Compare
6e55b7f to
3ed06fa
Compare
b0dc0ab to
c76621c
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:
3.0.24→3.0.280.2.1→0.3.00.20.2→1.0.00.9.0→1.0.09.39.4→9.39.517.5.0→17.7.021.1.2→22.0.017.8.0→17.14.0Release Notes
adobe/helix-eslint-config (@adobe/eslint-config-helix)
v3.0.28Compare Source
Bug Fixes
v3.0.27Compare Source
Bug Fixes
v3.0.26Compare Source
Bug Fixes
v3.0.25Compare Source
Bug Fixes
modernweb-dev/web (@web/dev-server-import-maps)
v0.3.0Compare Source
Minor Changes
a7084b7: Drop support for Node.js 18 and 20, which have reached end-of-life. The minimum supported Node.js version is now 22.0.0.The Node code is compiled to ES2024 which is aligned with the Node 22.
Patch Changes
1a058e6]5260164]modernweb-dev/web (@web/test-runner)
v1.0.0Compare Source
Major Changes
5260164: Drop support for Node.js 18 and 20, which have reached end-of-life. The minimum supported Node.js version is now 22.0.0.The Node code is compiled to ES2024 which is aligned with the Node 22.
Patch Changes
5260164]8fe1b90]modernweb-dev/web (@web/test-runner-commands)
v1.0.0Compare Source
Major Changes
5260164: Drop support for Node.js 18 and 20, which have reached end-of-life. The minimum supported Node.js version is now 22.0.0.The Node code is compiled to ES2024 which is aligned with the Node 22.
Patch Changes
5260164]eslint/eslint (eslint)
v9.39.5Compare Source
sindresorhus/globals (globals)
v17.7.0Compare Source
v17.6.0Compare Source
00a4dd9sinonjs/sinon (sinon)
v22.0.0Compare Source
ed911df5Update Ruby gems (Carl-Erik Kopseng)
75a1e5b8Update to Node 26 (Carl-Erik Kopseng)
197d6608Update documentation on faking timers to reflect the current state of fake-timers (Carl-Erik Kopseng)
c5ddf80bUpdate fake-timers@15.4: includes new Temporal API (Carl-Erik Kopseng)
f4ab02f6Update updatable packages (Carl-Erik Kopseng)
0536afc8Quality: Global mutable call id can grow unbounded across long-lived processes (#2691) (tuanaiseo)
f4f7d93bPerform additional cleanup when calling callThrough() (#2670) (Cyrille)
6199e9e4improve GitHubworkflows by introducing zizmor for monitoring (#2686) (Till!)
f7476b59Use path.normalize() for path normalization (Carl-Erik Kopseng)
2c975393fix: make build and node test scripts cross-platform (laplace young)
a7692917fix: isolate walk state from Object prototype (laplace young)
66df977aFix sinon.restore() cascade-restoring sub-sandboxes (#2704) (Charlie Leitheiser)
f0bd6e1bfix: exclude proto from walk() (#2699) (Kevin Locke)
1f8afd50chore: add context7.json for ownership confirmation (Morgan Roderick)
Released by Carl-Erik Kopseng on 2026-05-05.
stylelint/stylelint (stylelint)
v17.14.0Compare Source
It fixes 3 bugs, including a false negative one.
TIMINGonly on use (#9356) (@jeddy3).function-calc-no-unspaced-operatorfalse negatives for unspaced+and-operators following a*or/operator (#9357) (@sarathfrancis90).v17.13.0Compare Source
It fixes 3 bugs, including a false negative one.
declaration-block-no-duplicate-propertiesfalse negatives for interleaved non-consecutive duplicates withignore: ["consecutive-duplicates(-*)"](#9324) (@sarathfrancis90).selector-max-typefalse positives for nested selectors (#9319) (@romainmenke).selector-type-no-unknownfalse positives forinstall(#9308) (@Mouvedia).v17.12.0Compare Source
It fixes 3 bugs, including a false negative one.
block-no-emptyreported range when using comments (#9294) (@romainmenke).declaration-property-value-no-unknownfalse negatives for custom properties defined in reference files (#9292) (@romainmenke).value-keyword-layout-mappingsfalse positives forcaption-side(#9293) (@romainmenke).v17.11.1Compare Source
It fixes 2 bugs.
node_modulesignore forcodeFilenamepaths containing a dot-prefixed directory (#9282) (@tuhtah).declaration-block-no-redundant-longhand-propertiesrange for contiguous redundant longhand properties (#9273) (@pamelalozano16).v17.11.0Compare Source
It adds 2 features, including a
loaderproperty toreferenceFiles: {}for when the order of appearance in the reference styles matters.loaderto experimentalreferenceFiles: {}(#9251) (@romainmenke).autofixedto the result object (#8771) (@Rob--W).v17.10.0Compare Source
It adds 3 rules and fixes 4 bugs. You can use the
*-layout-mappingsrules to enforce logical or physical properties, units and keywords.selector-no-invalidrule (#9232) (@jeddy3).unit-layout-mappingsrule (#9229) (@jeddy3).value-keyword-layout-mappingsrule (#9233) (@jeddy3).property-layout-mappingsfalse negatives for property names in declaration values (#9222) (@jeddy3).property-layout-mappingsfalse positives for@pageproperties (#9223) (@jeddy3).selector-pseudo-class-no-unknownfalse positives for nestedwebkit-scrollbarpart (#9259) (@rkdfx).v17.9.1Compare Source
It fixes 4 bugs. We also documented the
messageArgseach rule provides to themessageconfiguration property.ConfigurationErrorregression for custom syntaxes (#9245) (@jeddy3).property-no-deprecatedautofix forpage-break-*: always(#9214) (@rkdfx).selector-no-deprecatedfalse positives for::part()(#9227) (@SaekiTominaga).v17.9.0Compare Source
It adds 3 new features. Adding the
referenceFilesproperty to your configuration object makes theno-unknown-animations,no-unknown-custom-mediaandno-unknown-custom-propertiesrules more useful.referenceFilesto configuration object (#9179) (@jeddy3).abortSignaloption to Node.js API for cancellation support (#9213) (@adalinesimonian).maxWarningsto configuration object (#9181) (@mrginglymus).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.