chore(deps): bump the minor-and-patch group with 13 updates - #50
Closed
dependabot[bot] wants to merge 2 commits into
Closed
chore(deps): bump the minor-and-patch group with 13 updates#50dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
* Initialize homepage refactor
* clean up code with svelte best practices skill
* Update navigation and step 1 on path
* Update layout on language change
* highlight step 1 and update generic text
* refine homepage step polish, lock + clear, and a11y
- Highlight the next active step with stronger contrast (bigger title, primary-tinted bg/glow, foreground-coloured eyebrow/hint).
- Lock step 1 toggle once the screener has been completed; add a "Borrar mi progreso" form action that clears journey cookie + localStorage without navigating.
- Sync <html lang>/<dir> on client-side language change via $effect so RTL takes effect without a refresh.
- Replace native select with shadcn Select for the language switcher (white-bg dropdown panel, click-to-open).
- Default home nav back to "Inicio" after iterating on copy.
- Trim "Recibir apoyo" to !isEligible only; unify result-page handover/restart into one panel and link to the home with "Ir a mi solicitud".
- Fix a11y: footer attribution link now underlined (axe link-in-text-block); remove unused noscript fallback + dead language-list/link CSS.
- Extract repeated step-card header into a {#snippet}; tighten enhance handler with SubmitFunction typing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Update background color for step cards
* fix(public): tidy home checklist state handling
* Restore results to main and add a pop up for confirmation on delete answers
* update gitignore
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix format
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Jo Kroese <jo@jokroese.com>
Bumps the minor-and-patch group with 13 updates: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.14` | `2.4.15` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.6.2` | | [supabase](https://github.com/supabase/cli) | `2.98.1` | `2.98.2` | | [@supabase/ssr](https://github.com/supabase/ssr) | `0.10.2` | `0.10.3` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.105.1` | `2.105.4` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.5.0` | `3.6.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.59.0` | `2.59.1` | | [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `7.0.0` | `7.1.2` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.4` | `4.3.0` | | [svelte-check](https://github.com/sveltejs/language-tools) | `4.4.7` | `4.4.8` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.4` | `4.3.0` | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.38.5` | `0.39.2` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.2.2` | `6.3.1` | Updates `@biomejs/biome` from 2.4.14 to 2.4.15 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.15/packages/@biomejs/biome) Updates `@types/node` from 25.6.0 to 25.6.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `supabase` from 2.98.1 to 2.98.2 - [Release notes](https://github.com/supabase/cli/releases) - [Commits](supabase/cli@v2.98.1...v2.98.2) Updates `@supabase/ssr` from 0.10.2 to 0.10.3 - [Release notes](https://github.com/supabase/ssr/releases) - [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md) - [Commits](supabase/ssr@v0.10.2...v0.10.3) Updates `@supabase/supabase-js` from 2.105.1 to 2.105.4 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/develop/packages/core/supabase-js/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-js/commits/v2.105.4/packages/core/supabase-js) Updates `tailwind-merge` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.5.0...v3.6.0) Updates `@sveltejs/kit` from 2.59.0 to 2.59.1 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.59.1/packages/kit) Updates `@sveltejs/vite-plugin-svelte` from 7.0.0 to 7.1.2 - [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@7.1.2/packages/vite-plugin-svelte) Updates `@tailwindcss/vite` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/@tailwindcss-vite) Updates `svelte-check` from 4.4.7 to 4.4.8 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.7...svelte-check@4.4.8) Updates `tailwindcss` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/tailwindcss) Updates `@astrojs/starlight` from 0.38.5 to 0.39.2 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.39.2/packages/starlight) Updates `astro` from 6.2.2 to 6.3.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.3.1/packages/astro) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 25.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: supabase dependency-version: 2.98.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@supabase/ssr" dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@supabase/supabase-js" dependency-version: 2.105.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tailwind-merge dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@sveltejs/kit" dependency-version: 2.59.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@sveltejs/vite-plugin-svelte" dependency-version: 7.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: svelte-check dependency-version: 4.4.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tailwindcss dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@astrojs/starlight" dependency-version: 0.39.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: astro dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
❌ Deploy Preview for primer-paso-research failed.
|
✅ Deploy Preview for primer-paso-org-portal ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for primer-paso ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/minor-and-patch-002706d838
branch
May 11, 2026 20:09
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 minor-and-patch group with 13 updates:
2.4.142.4.1525.6.025.6.22.98.12.98.20.10.20.10.32.105.12.105.43.5.03.6.02.59.02.59.17.0.07.1.24.2.44.3.04.4.74.4.84.2.44.3.00.38.50.39.26.2.26.3.1Updates
@biomejs/biomefrom 2.4.14 to 2.4.15Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
9dd3271ci: release (#10210)7b8d4e1feat(lint/html/vue): adduseVueValidVFor(#10195)ba3480efeat(lint/js): adduseTestHooksInOrder(#9394)e0a54ccfeat(lint/js/vue): adduseVueNextTickPromise(#10254)1110256feat(lint/vue): addnoVueImportCompilerMacros(#10238)7f7419cfix: grammar in extends docstring (#10263)0ae5840feat(lint/js): adduseThisForClassMethods(#9807)83f7385feat(lint/js): addnoBaseToString(#9838)64aee45feat(lint/html/vue): addnoVueVOnNumberValues(#10219)Updates
@types/nodefrom 25.6.0 to 25.6.2Commits
Updates
supabasefrom 2.98.1 to 2.98.2Release notes
Sourced from supabase's releases.
Commits
e4a7acefix: mailer links regression (#5166)f6c1529test9da7facfix893c284chore: sync API types from infrastructure (#5160)Updates
@supabase/ssrfrom 0.10.2 to 0.10.3Release notes
Sourced from @supabase/ssr's releases.
Changelog
Sourced from @supabase/ssr's changelog.
Commits
9630b33chore(main): release 0.10.3 (#212)89f3f28fix: allow cookies encode without getAll/setAll on browser client (#213)f009d71fix: enable tree-shaking for browser bundles (#216)4fef7d9chore: update@supabase/supabase-jsto v2.105.3 (#215)302cc0efix: validate base64-prefixed chunked cookies decode to valid JSON (#210)8449015chore: update@supabase/supabase-jsto v2.105.2 (#214)a77ee8afix(tsconfig): set explicit rootDir to silence TS6059 in consumer IDEs (#211)65453dfchore: update@supabase/supabase-jsto v2.105.1 (#208)2ec3349chore: update@supabase/supabase-jsto v2.105.0 (#206)0ca0031chore: update@supabase/supabase-jsto v2.104.1 (#204)Updates
@supabase/supabase-jsfrom 2.105.1 to 2.105.4Release notes
Sourced from @supabase/supabase-js's releases.
... (truncated)
Commits
db53b0fchore(release): version 2.105.2 changelogs (#2323)5223888[patchback] docs(repo):@categoryand@subcategorytags across all packages (...0412d0dfix(auth): forward lockAcquireTimeout to SupabaseAuthClient (#2309)42c9cbb[patchback] fix(misc): widen enum-like unions with (string & {}) for forward ...7e1773cchore(release): version 2.105.1 changelogs (#2302)Updates
tailwind-mergefrom 3.5.0 to 3.6.0Release notes
Sourced from tailwind-merge's releases.
Commits
d54f7e5v3.6.0638871aUpdate README to add info about Tailwind CSS v4.3 support39fc7b5Revert "v3.6.0"bd8390fv3.6.0802877cadd v3.6.0 changeloga35fedaMerge pull request #665 from dcastil/renovate/rollup-plugin-babel-7.x940389cMerge pull request #667 from dcastil/renovate/release-drafter-release-drafter...005af6dpin to specific version5816cedimplement breaking changes17041e1Merge pull request #676 from dcastil/dependabot/npm_and_yarn/babel/plugin-tra...Updates
@sveltejs/kitfrom 2.59.0 to 2.59.1Release notes
Sourced from @sveltejs/kit's releases.
Changelog
Sourced from @sveltejs/kit's changelog.
Commits
9cfa07dVersion Packages (#15795)e547ec1fix: resolve user files with drive letter on Windows (#15793)Updates
@sveltejs/vite-plugin-sveltefrom 7.0.0 to 7.1.2Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
Changelog
Sourced from @sveltejs/vite-plugin-svelte's changelog.
Commits
471f822Version Packages (#1344)1a9bc08fix: always retrieve CSS using component filename first (#1342)508d91bVersion Packages (#1339)990e58cfix: correctly resolve Svelte CSS on the server during development (#1336)d5458a9fix: restore value imports stripped by oxc in script preprocessing (#1326)1c85126Version Packages (#1331)1a4d225feat: enable optimizer for server environments during dev (#1328)d91be5ffix: use correct pnpm catalog syntax4d3afb4chore: fix audit CI (#1327)8b3687buse modern JSDoc imports (#1309)Updates
@tailwindcss/vitefrom 4.2.4 to 4.3.0Release notes
Sourced from @tailwindcss/vite's releases.
Changelog
Sourced from @tailwindcss/vite's changelog.
Commits
588bd734.3.0 (#20023)d194d4cdocs: fix various typos in comments and documentation (#19878)db27049fix(@tailwindcss/vite): include@variantin feature detection (#19966)5a79990Always resolve relative files, relative to the current .css file (#19965)f3fdda2fix(vite): avoid resolving JS plugins to browser CSS entries (#19949)Updates
svelte-checkfrom 4.4.7 to 4.4.8Release notes
Sourced from svelte-check's releases.
Commits
0070c6fVersion Packages (#3015)29e2894feat: typescript 6.0 support (#2985)Updates
tailwindcssfrom 4.2.4 to 4.3.0Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.