build(deps-dev): bump the frontend-dependencies group across 1 directory with 4 updates - #274
Conversation
…ory with 4 updates Bumps the frontend-dependencies group with 4 updates in the /frontend directory: [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort), [jsdom](https://github.com/jsdom/jsdom), [postcss-html](https://github.com/ota-meshi/postcss-html) and [typescript](https://github.com/microsoft/TypeScript). Updates `eslint-plugin-simple-import-sort` from 13.0.0 to 14.0.0 - [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md) - [Commits](lydell/eslint-plugin-simple-import-sort@v13.0.0...v14.0.0) Updates `jsdom` from 29.1.1 to 30.0.1 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](jsdom/jsdom@v29.1.1...v30.0.1) Updates `postcss-html` from 1.8.1 to 2.0.0 - [Release notes](https://github.com/ota-meshi/postcss-html/releases) - [Commits](ota-meshi/postcss-html@v1.8.1...v2.0.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: eslint-plugin-simple-import-sort dependency-version: 14.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: frontend-dependencies - dependency-name: jsdom dependency-version: 30.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: frontend-dependencies - dependency-name: postcss-html dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: frontend-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: frontend-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…pendencies-5b42e048f9
…oad TS 7
`lint-js` failed on this PR, and it is not a lint violation — eslint
cannot start:
TypeError: Cannot read properties of undefined (reading 'Cjs')
at @typescript-eslint/typescript-estree/dist/create-program/shared.js:59
That line is `ts.Extension.Cjs`. TypeScript 7.0.2 no longer exposes
`Extension` where typescript-eslint 8.61.1 reads it, so the parser
throws at import time and no file is linted at all.
typescript-eslint 8 does not support TypeScript 7. Bumping the compiler
without it means turning eslint off, which is worse than staying on
TS 6.
The other three bumps in this PR are fine and kept:
eslint-plugin-simple-import-sort ^14, jsdom ^30, postcss-html ^2.
Verified with typescript back at ^6.0.3 — every frontend check CI runs:
eslint pass tsc pass build pass
stylelint pass svelte-check pass test pass
TypeScript 7 needs a typescript-eslint that supports it; worth its own
change once one is released, so the compiler bump can be tested on its
own rather than riding along with three unrelated ones.
|
That line is typescript-eslint 8 doesn't support TypeScript 7, so taking the compiler bump here would effectively mean turning eslint off — worse than staying on TS 6. Held
TypeScript 7 wants a typescript-eslint release that supports it, and it deserves its own change so the compiler bump can be tested on its own rather than riding along with three unrelated ones. Note that pushing to this branch stops dependabot managing it — which is what we want, since it would otherwise keep re-proposing TS 7. |
…pendencies-5b42e048f9
…pendencies-5b42e048f9
…pendencies-5b42e048f9
Bumps the frontend-dependencies group with 4 updates in the /frontend directory: eslint-plugin-simple-import-sort, jsdom, postcss-html and typescript.
Updates
eslint-plugin-simple-import-sortfrom 13.0.0 to 14.0.0Changelog
Sourced from eslint-plugin-simple-import-sort's changelog.
Commits
bef18bdeslint-plugin-simple-import-sort v14.0.0d53d160Fix autofix and sort order for quoted names (#217)6063737Bump js-yaml from 4.1.1 to 4.3.0 (#214)143b70eBump vitest and@vitest/coverage-v8(#212)0f59276Bump vite from 7.1.11 to 7.3.2 (#211)24d74cdBump lodash from 4.17.23 to 4.18.1 (#210)8974606Update GitHub Actions (#209)Updates
jsdomfrom 29.1.1 to 30.0.1Release notes
Sourced from jsdom's releases.
Commits
658448530.0.10c51df6Update dependencies and dev dependencies32adb34Bump@asamuzakjp/dom-selector70f014aSpeed up range operations on large documents250d7eePartially fix getComputedStyle with calc()20a01fc30.0.08c8e583Precompute WPT expectation matchesf32245cBump Node.js floor and dependencies03ef23bAdd background-position longhandsded056fTest CSS.escape() with numeric IDsUpdates
postcss-htmlfrom 1.8.1 to 2.0.0Release notes
Sourced from postcss-html's releases.
Commits
b3680e42.0.06dd4136feat!: migrate to ESM, require Node.js 22.12+, update htmlparser2/postcss-saf...4be6792chore(deps): update dependency mocha to v11 (#131)9b40df2chore(deps): update dependency chai to v6 (#152)defb9acchore(deps): update dependency mocha-chai-jest-snapshot to v1.1.7 (#136)f7cc3d1chore!: drop support for Node.js under 22 (#162)2ff6d27Update Stylus fixtures to fix tests (#161)b20e21ffix: movepostcsstopeerDependencies(#158)fb5002achore: update snapshot (#159)be13165chore(deps): update actions/upload-pages-artifact action to v4 (#151)Updates
typescriptfrom 6.0.3 to 7.0.2Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions