chore(deps-dev): bump the eslint group with 2 updates - #6085
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-dev): bump the eslint group with 2 updates#6085dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro). Updates `eslint` from 10.7.0 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.7.0...v10.8.0) Updates `eslint-plugin-astro` from 2.1.1 to 3.0.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-astro@v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-astro dependency-version: 3.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for adminlte-v4 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
|
Superseded by #6095, which refreshes every dev dependency to its latest release in a single lockfile regeneration — this bump is included there. Verified with |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
puikinsh
added a commit
that referenced
this pull request
Aug 5, 2026
…h all dev deps (#6095) * feat(color-mode): respect page-declared themes, add an opt-out ColorMode rewrote <html data-bs-theme> on every init pass, so an application with its own theming lost it on load (#6084, reported by @cytech). #6093 (thanks @dfsmania) proposed reading the attribute as a preference source; this takes that idea and closes the gaps it left: - resolve from the visitor's stored choice, then a theme the page declared itself, then the OS preference - capture the declared theme once, at module evaluation, before the first _applyTheme() write. The attribute is both input and output, so reading it at init returns ColorMode's own value on later lifecycle passes (turbo:load, initialize()), not the page's intent - teach the prefers-color-scheme listener about it too: a declared theme is a preference, and must outlive an OS change. Without this the fix only held until the first light/dark switch - add <html data-lte-color-mode="off">, which stops every write: init, toggle clicks and OS changes. Also the answer for custom Bootstrap theme names, which ColorMode cannot resolve - the pre-paint snippet follows the same precedence, honours the opt-out, and flags values it resolved itself with data-lte-theme-resolved so they are not mistaken for a declared theme — otherwise the demo, whose theme that snippet always writes, would stop following the OS Also removes the pre-4.1 inline toggler still shipping on the Color Mode docs page: it bound its own handlers to the same [data-bs-theme-value] buttons as the bundled module and persisted to a different localStorage key (theme, not lte-theme). 13 new unit tests cover the precedence chain, OS preference changes and the opt-out. Bundlewatch ceilings raised for +346 B gzip on adminlte.js. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> * chore(deps): update every dev dependency to latest Full refresh (lockfile regenerated from scratch), superseding the open Dependabot PRs #6085-#6092. Two majors: - eslint-plugin-astro 2.1.1 -> 3.1.0 - eslint-plugin-unicorn 72.0.0 -> 73.0.0, whose new single-line-block-comment-style rule flagged four one-line banner comments in util/index.ts; converted to line comments rather than disabling the rule Plus astro 7.1.6, eslint 10.8.0, typescript-eslint 8.66.0, sass 1.102.0, rollup 4.62.4, terser 5.49.2, postcss 8.5.25, happy-dom 20.11.1, @astrojs/check 0.9.10, @astrojs/mdx 7.0.5, concurrently 10.0.4, fs-extra 11.4.0, globals 17.9.0. TypeScript deliberately stays on 6.0.3. TypeScript 7.0.2 is out, but typescript-eslint peers on `>=4.8.4 <6.1.0` and @astrojs/check on `^5 || ^6`, so `npm install typescript@7` fails ERESOLVE outright and would break `npm ci` for everyone. Revisit once both ship TS 7 support. Verified: npm run lint, npm test (51), npm run build, bundlewatch (all PASS), npm run test-a11y (0 violations). No dist/ output changed.
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.
Bumps the eslint group with 2 updates: eslint and eslint-plugin-astro.
Updates
eslintfrom 10.7.0 to 10.8.0Release notes
Sourced from eslint's releases.
Commits
749dfed10.8.04bd0d75Build: changelog update for 10.8.04fbf46dtest: pinwebpackversion to 5.108.4 (#21137)6ddf858docs: fix broken Specify Parser Options anchor link (#21106)784dfbedocs: Clarifyno-eq-nulldescription (#21120)6b8d2f7fix: escape reserved characters in rule id inhtmlformatter (#21129)2d063e2chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101)eccbe7btest: add error locations tono-class-assign(#21123)2fee9bbfeat: exportConfigObjectfromeslint/config(#21082)e7d1e43ci: bump actions/setup-go from 6 to 7 (#21118)Updates
eslint-plugin-astrofrom 2.1.1 to 3.0.1Release notes
Sourced from eslint-plugin-astro's releases.
Changelog
Sourced from eslint-plugin-astro's changelog.
Commits
d887cceVersion Packages (#605)be9604cchore: fix integration tests path separator on Windows (#604)e5c330dfix(processor): handle self-closing script tags to prevent null reference err...9c2ab73chore(deps): update actions/setup-node action to v7 (#600)4672fc4chore(deps): update dependency@astrojs/markdown-satterito v0.3.4 (#599)1e99eb5chore(deps): update dependency eslint-plugin-astro to v3 (#598)8f9597fVersion Packages (#595)28d9267chore: fix demodf28a46feat!: use@astrojs/compiler-rs(#568)f8cbb64Deprecateastro/valid-compilerule (#596)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