Bump pnpm/action-setup from 6.0.8 to 6.0.10 - #15
Closed
dependabot[bot] wants to merge 25 commits into
Closed
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Replace yarn with pnpm@11.5.2 (workspace:* refs, pnpm-workspace.yaml) - Add minimumReleaseAge of 14 days to pnpm-workspace.yaml - Update CI workflow to use pnpm and pin actions to commit SHAs (v6) - Add .github/dependabot.yml for weekly npm and github-actions updates Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…sks) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Key changes: - Next.js 16, React 19, RTK v2, reactstrap v9, next-i18next v16, date-fns v4, bootstrap-scss v5 - TypeScript 6: moduleResolution bundler, removed baseUrl - Replace urlcat with native URLSearchParams - Replace next-seo with native <Head> meta tags - Replace @seinopsys-forks/openapi-to-typescript with openapi-typescript v7 - Fix CSS module class names to camelCase for Turbopack compatibility (asIs convention) - Fix Bootstrap 5 SCSS: color-yiq() → color-contrast(), remove ~ import prefix - Suppress DEP0169 url.parse warning from transitive json-schema-ref-parser dep Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…schema - Replace node-fetch (not installed) with Node.js 24 built-in fetch - Add explicit error when API_JSON_PATH is unset - Disable matrix fail-fast so all OS builds run independently Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Use shallow routing for pagination links so router.query updates synchronously on click, avoiding a stale-query race between the two pageable lists during the SSR data round trip. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Swaps the i18n stack for next-intl across the Celestia frontend, converting all translation message files to ICU MessageFormat (interpolation, plurals, named rich-text tags) and updating every useTranslation/Trans call site to useTranslations/t.rich. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The custom \$theme-colors map in _vars.scss was overwriting Bootstrap's default map entirely instead of extending it, since !default has no effect once a variable is already assigned. This dropped warning, danger, etc. from \$theme-colors, so Bootstrap never generated .alert-warning/.alert-danger/etc., leaving alerts with transparent backgrounds and inherited text color. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Next 16 removed the `next lint` CLI, so lint now runs via `eslint .` against an eslint.config.mjs. ESLint 10 isn't yet supported by eslint-plugin-react/eslint-config-next's bundled parser, so eslint is pinned to ^9.39.1. Also drops typescript-eslint's type-checked rules (false positives from a typescript-eslint/TS 6 interaction with next-intl's TFunction type) and the new React Compiler-oriented react-hooks v7 rules, neither of which were previously enforced, and fixes the handful of real violations (disallowed default React imports, no-param-reassign) the new config surfaced.
The previous fix made _vars.scss map-merge onto Bootstrap's \$theme-colors, but several CSS modules import _vars.scss without first importing bootstrap-scss/variables, leaving \$theme-colors undefined in that context. Import Bootstrap's functions/variables partials before the map-merge so \$theme-colors is always defined.
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.8 to 6.0.10. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@0e279bb...0977fd9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/github_actions/pnpm/action-setup-6.0.10
branch
August 27, 2026 16:02
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 pnpm/action-setup from 6.0.8 to 6.0.10.
Release notes
Sourced from pnpm/action-setup's releases.
Commits
0977fd9docs: Update README to include devEngines.packageManager (#273)48261acfix: update pnpm to v11.19.0 (#283)75677f7ci: use pnpm 11 forpr-check(#284)769ae71refactor: introduce restore keys for cache (#280)6fed91fdocs(README): point users to the successor pnpm/setup action (#282)0ebf471fix: update pnpm to v11.7.0 (#267)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)