Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2025

Bumps the npm-development group with 2 updates: jsdom and supabase.

Updates jsdom from 27.3.0 to 27.4.0

Release notes

Sourced from jsdom's releases.

Version 27.4.0

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.
Changelog

Sourced from jsdom's changelog.

27.4.0

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.
Commits
  • 098d16d Version 27.4.0
  • 1cd029e Improve asciiLowercase/asciiUppercase performance
  • 83fcb62 Implement TextEncoder and TextDecoder; improve XML decoding
  • ddad97d Switch from iconv-lite to exodus/bytes for decoding
  • 25cb2a1 Use weak references for ranges
  • ed4f5ed Add currently-failing CSS regression tests
  • See full diff in compare view

Updates supabase from 2.67.3 to 2.70.5

Release notes

Sourced from supabase's releases.

v2.70.5

Changelog

Bug fixes

  • b8daa29161cb36300bf1f21713d56b8c86e973b9: fix: remove fdw grant option from schema dump (#4664) (@​sweatybridge)

Others

  • 14b8a3cdb10579b7c4d4f7e8387dbc0c95b97069: chore(deps): bump the go-minor group across 2 directories with 1 update (#4663) (@​dependabot[bot])

v2.70.4

Changelog

Bug fixes

  • 1be041b9aea771a92807e89658a2669832b0dd13: fix: ncalls to handle > billion calls formating (#4658) (@​jpargudo)

v2.70.3

Changelog

Bug fixes

  • d496bcd080f715e20b5fe75dd7129aea4a617efe: fix(studio): format snippets folder container path (#4661) (@​singh-inder)

v2.70.2

Changelog

Bug fixes

  • beefa701929c9d12f1f9ddcfa7e1eead5c83c1d8: fix: update studio image (#4659) (@​ivasilov)

v2.70.1

Changelog

Bug fixes

  • 9b9b5a21f1caa346b0611c69d8cbcc1c399e3201: fix: better suggestions on pg connection error (#4597) (@​sweatybridge)

v2.70.0

Changelog

Features

  • 358a5ffe7e51b7635fe1fbc560236d01305d6e35: feat: Add support for file-based snippets in Studio (#4656) (@​ivasilov)

v2.69.0

Changelog

Features

  • f386e4459c200478ff870f2edc9554bbc32e613d: feat(studio): functions management api - attaching functions folder (#4567) (@​kallebysantos)

v2.68.1

Changelog

Bug fixes

  • 6b704d9e807c48723f853b5f416539b65b13f48e: fix(docker): bump the docker-minor group across 1 directory with 3 updates (#4654) (@​dependabot[bot])

v2.68.0

Changelog

Features

  • a938d6dc1a46174849e9a32898da9e2f86c8e9fc: feat(auth): add X OAuth 2.0 provider (#4635) (@​issuedat)

Others

  • 8ece5901e3ef33b9045de6f4ea7d450f4868f709: chore: exclude compose spec from dependabot group (@​sweatybridge)
  • 308227738bd11bbffaa76664bc7c7ac69b4b5ce6: chore(deps): bump the go-minor group across 1 directory with 8 updates (#4646) (@​dependabot[bot])
  • 8d8247bd47be431c27f460f32a111a9362d01911: chore(deps): bump the go-minor group across 1 directory with 2 updates (#4648) (@​dependabot[bot])

... (truncated)

Commits
  • b8daa29 fix: remove fdw grant option from schema dump (#4664)
  • 14b8a3c chore(deps): bump the go-minor group across 2 directories with 1 update (#4663)
  • 1be041b fix: ncalls to handle > billion calls formating (#4658)
  • d496bcd fix(studio): format snippets folder container path (#4661)
  • beefa70 fix: update studio image (#4659)
  • 9b9b5a2 fix: better suggestions on pg connection error (#4597)
  • 358a5ff feat: Add support for file-based snippets in Studio (#4656)
  • f386e44 feat(studio): functions management api - attaching functions folder (#4567)
  • 6b704d9 fix(docker): bump the docker-minor group across 1 directory with 3 updates (#...
  • a938d6d feat(auth): add X OAuth 2.0 provider (#4635)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added this to the Environment milestone Dec 28, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 28, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-development-f9c22e9b5d branch from 1165c64 to 5b38363 Compare December 28, 2025 18:25
@herokwon
Copy link
Owner

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 28, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@herokwon
Copy link
Owner

@dependabot recreate

Bumps the npm-development group with 2 updates: [jsdom](https://github.com/jsdom/jsdom) and [supabase](https://github.com/supabase/cli).


Updates `jsdom` from 27.3.0 to 27.4.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.3.0...27.4.0)

Updates `supabase` from 2.67.3 to 2.70.5
- [Release notes](https://github.com/supabase/cli/releases)
- [Commits](supabase/cli@v2.67.3...v2.70.5)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 27.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: supabase
  dependency-version: 2.70.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-development-f9c22e9b5d branch from 5b38363 to 0c6f6e5 Compare December 28, 2025 18:36
@github-actions github-actions bot merged commit c59cae3 into main Dec 28, 2025
8 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-development-f9c22e9b5d branch December 28, 2025 18:52
@herokwon herokwon temporarily deployed to Preview December 28, 2025 18:54 Inactive
@github-actions
Copy link

⚡Deploying with Cloudflare Workers

Status ✅ Success!
Environment Preview
Commit c59cae3
URL https://f06b80a4-blog.wooyng825.workers.dev
Details ➡️ GitHub Actions
➡️ Cloudflare Dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants