Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps the packages group with 7 updates:

Package From To
solid-js 1.9.3 1.9.4
vercel 39.2.5 39.2.6
babel-plugin-jsx-dom-expressions 0.39.3 0.39.5
electron-to-chromium 1.5.77 1.5.78
rollup 4.30.0 4.30.1
seroval-plugins 1.1.1 1.2.0
seroval 1.1.1 1.2.0

Updates solid-js from 1.9.3 to 1.9.4

Commits
  • 9316baf v1.9.4
  • 7f9cd3d lazy image, tagged template detection, security fixes
  • dca942a formatting
  • b93956f fix escaping in resolution done outside of DOM Expressions
  • 4d824b0 Merge branch 'main' of github.com:solidjs/solid
  • 199dd69 fix reconcile null guard
  • 32aa744 Improve resolving arguments in createResource (#2353)
  • See full diff in compare view

Updates vercel from 39.2.5 to 39.2.6

Release notes

Sourced from vercel's releases.

vercel@39.2.6

Patch Changes

  • [cli] centralize printError import location (#12823)

  • [cli] remove double export of printError by moving printError to error.ts (#12824)

  • [cli] consolidate error constructors (#12825)

  • [cli] rename handleError to printError and remove default (#12821)

Changelog

Sourced from vercel's changelog.

39.2.6

Patch Changes

  • [cli] centralize printError import location (#12823)

  • [cli] remove double export of printError by moving printError to error.ts (#12824)

  • [cli] consolidate error constructors (#12825)

  • [cli] rename handleError to printError and remove default (#12821)

Commits

Updates babel-plugin-jsx-dom-expressions from 0.39.3 to 0.39.5

Commits
  • 1da3855 v0.39.5
  • 521f75d avoid vulnerability in string.replace
  • 828f9e9 Merge pull request #389 from edemaine/tagged-template-literals
  • 6a23046 Treat tagged templates as function calls
  • a1d24a1 Merge pull request #376 from titoBouzout/immatable
  • 4b11871 Merge pull request #374 from titoBouzout/lazyloadingdynamic
  • ed4b724 remove tests, is not testing anything of value, and we are already testing fo...
  • 8cead11 inlining loading=lazy is not needed
  • 163d5fb add caption to table validation, and refactor replacements
  • e87bb6a add tests
  • Additional commits viewable in compare view

Updates electron-to-chromium from 1.5.77 to 1.5.78

Commits

Updates rollup from 4.30.0 to 4.30.1

Release notes

Sourced from rollup's releases.

v4.30.1

4.30.1

2025-01-07

Bug Fixes

  • Prevent invalid code when simplifying unary expressions in switch cases (#5786)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.30.1

2025-01-07

Bug Fixes

  • Prevent invalid code when simplifying unary expressions in switch cases (#5786)

Pull Requests

Commits

Updates seroval-plugins from 1.1.1 to 1.2.0

Release notes

Sourced from seroval-plugins's releases.

v1.2.0

  • Add AbortSignal to serializable values
Commits

Updates seroval from 1.1.1 to 1.2.0

Release notes

Sourced from seroval's releases.

v1.2.0

  • Add AbortSignal to serializable values
Commits

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

Bumps the packages group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [solid-js](https://github.com/solidjs/solid) | `1.9.3` | `1.9.4` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `39.2.5` | `39.2.6` |
| [babel-plugin-jsx-dom-expressions](https://github.com/ryansolid/dom-expressions) | `0.39.3` | `0.39.5` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.77` | `1.5.78` |
| [rollup](https://github.com/rollup/rollup) | `4.30.0` | `4.30.1` |
| [seroval-plugins](https://github.com/lxsmnsyc/seroval) | `1.1.1` | `1.2.0` |
| [seroval](https://github.com/lxsmnsyc/seroval) | `1.1.1` | `1.2.0` |


Updates `solid-js` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.9.3...v1.9.4)

Updates `vercel` from 39.2.5 to 39.2.6
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@39.2.6/packages/cli)

Updates `babel-plugin-jsx-dom-expressions` from 0.39.3 to 0.39.5
- [Release notes](https://github.com/ryansolid/dom-expressions/releases)
- [Commits](ryansolid/dom-expressions@v0.39.3...v0.39.5)

Updates `electron-to-chromium` from 1.5.77 to 1.5.78
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.77...v1.5.78)

Updates `rollup` from 4.30.0 to 4.30.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.30.0...v4.30.1)

Updates `seroval-plugins` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](lxsmnsyc/seroval@v1.1.1...v1.2.0)

Updates `seroval` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](lxsmnsyc/seroval@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: vercel
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: babel-plugin-jsx-dom-expressions
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: rollup
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: seroval-plugins
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: seroval
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 7, 2025
@dependabot dependabot bot assigned poad Jan 7, 2025
@vercel
Copy link

vercel bot commented Jan 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-rest-api-executor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 11:07pm

@github-actions github-actions bot merged commit 5e51877 into main Jan 7, 2025
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-e90838aacb branch January 7, 2025 23:07
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