Bump tar and supabase in /apps/web - #201
Conversation
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [supabase](https://github.com/supabase/cli/tree/HEAD/apps/cli). These dependencies need to be updated together. Removes `tar` Updates `supabase` from 1.226.4 to 2.109.1 - [Release notes](https://github.com/supabase/cli/releases) - [Changelog](https://github.com/supabase/cli/blob/develop/apps/cli/docs/release-process.md) - [Commits](https://github.com/supabase/cli/commits/v2.109.1/apps/cli) --- updated-dependencies: - dependency-name: tar dependency-version: dependency-type: indirect - dependency-name: supabase dependency-version: 2.109.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 174e3b26eb
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "react-dom": "^18.2.0", | ||
| "sst": "2.43.2", | ||
| "supabase": "^1.178.2", | ||
| "supabase": "^2.109.1", |
There was a problem hiding this comment.
Restore the picomatch entry for npm 11 clean installs
In apps/web with npm 11.4.2, npm ci now exits before installation with Missing: picomatch@ from lock file. This lock refresh removes node_modules/svelte-check/node_modules/picomatch, even though the nested fdir package still declares the optional peer picomatch: ^3 || ^4 and the only remaining root entry is v2.3.1; npm 11's clean-install validation therefore treats the lockfile as inconsistent. Restore or regenerate the nested peer entry so Node 20 environments using npm 11 can install dependencies.
Useful? React with 👍 / 👎.
|
Superseded by #206. |
Removes tar. It's no longer used after updating ancestor dependency supabase. These dependencies need to be updated together.
Removes
tarUpdates
supabasefrom 1.226.4 to 2.109.1Release notes
Sourced from supabase's releases.
... (truncated)
Changelog
Sourced from supabase's changelog.
... (truncated)
Commits
2b8eeeafix(deps): bump the npm-major group with 8 updates (#5808)1439680fix(cli): honor SUPABASE_INTERNAL_IMAGE_REGISTRY in gen types (#5786)28b17f6fix(cli): add hidden --exclude and --ignore-health-check flags to status (#5770)f28efedfix(cli): run --experimental gate before storage's mutex check (#5768)4efa0dffix(cli): add --no-descriptions flag to completion subcommands (#5771)c62b558fix(cli): resolve network-bans project ref before validating --db-unban-ip (#...28cc844fix(cli): wire --experimental gate into 7 ungated native leaves (#5766)31d6fb9fix(cli): generate non-TypeScript types from project refs (#5622)5a0e4a9fix(deps): bump the npm-major group with 3 updates (#5782)9bb97befix(db): respect schema_paths order in diff (#5706)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for supabase 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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.