Bump tar and supabase in /apps/web#190
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.107.0 - [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.107.0/apps/cli) --- updated-dependencies: - dependency-name: tar dependency-version: dependency-type: indirect - dependency-name: supabase dependency-version: 2.107.0 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: 51d1bcde62
ℹ️ 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".
| "url": "https://github.com/sponsors/jonschlinkert" | ||
| } | ||
| }, | ||
| "node_modules/svelte-check/node_modules/readdirp": { |
There was a problem hiding this comment.
Restore the omitted picomatch lock entry
In the GitHub workflows I checked, apps/web installs dependencies with npm ci (.github/workflows/pr.yml:29 and .github/workflows/cd.yml:37). With this lockfile, nvm use 20 && npm ci in apps/web fails before the build with Missing: picomatch@ from lock file, because this update removes the node_modules/svelte-check/node_modules/picomatch peer placeholder while svelte-check's nested fdir still declares picomatch as an optional peer. Regenerating the lockfile so that placeholder remains will keep CI/deploy installs working.
Useful? React with 👍 / 👎.
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.107.0Release notes
Sourced from supabase's releases.
... (truncated)
Changelog
Sourced from supabase's changelog.
... (truncated)
Commits
cc50dcefeat(cli): port supabase db lint and db advisors to native TypeScript (#5579)892c463fix(deps): bump the npm-major group with 8 updates (#5591)b29eeccfix(deps): bump the npm-major group with 6 updates (#5583)2815a69fix(cli): accept nullable function import map paths (#5577)8b0896ffeat(cli): port supabase inspect report to native TypeScript (#5565)118bd27fix(cli): handle blank project password prompt (#5569)d6648d7fix(cli): escape backslashes in inspect schema patterns (#5568)ff83937fix(deps): bump the npm-major group with 6 updates (#5573)20c4c86fix(deps): bump the npm-major group with 7 updates (#5572)ccd052efeat(cli): support high availability project creation (#5566)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.