Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the production group across 1 directory with 8 updates #714

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production group with 8 updates in the / directory:

Package From To
@iconify-json/simple-icons 1.2.21 1.2.23
@inox-tools/content-utils 0.8.1 0.8.2
@microflash/rehype-figure 2.1.1 2.1.2
linkedom 0.18.6 0.18.7
remark-directive 3.0.0 3.0.1
resend 4.1.1 4.1.2
svelte 5.19.1 5.19.9
tailwindcss 3.4.17 4.0.4

Updates @iconify-json/simple-icons from 1.2.21 to 1.2.23

Commits

Updates @inox-tools/content-utils from 0.8.1 to 0.8.2

Updates @microflash/rehype-figure from 2.1.1 to 2.1.2

Release notes

Sourced from @​microflash/rehype-figure's releases.

2.1.2

  • Another maintenance release, bumping test infrastructure

Full Changelog: Microflash/rehype-figure@2.1.1...2.1.2

Changelog

Sourced from @​microflash/rehype-figure's changelog.

[2.1.2] - 2025-01-28

  • Another maintenance release, bumping test infrastructure
Commits

Updates linkedom from 0.18.6 to 0.18.7

Commits

Updates remark-directive from 3.0.0 to 3.0.1

Release notes

Sourced from remark-directive's releases.

3.0.1

  • b685b00 Add types, docs for options
  • 7ca8974 Refactor to use @imports
  • 8f29f1e Add declaration maps

Full Changelog: remarkjs/remark-directive@3.0.0...3.0.1

Commits

Updates resend from 4.1.1 to 4.1.2

Release notes

Sourced from resend's releases.

v4.1.2

What's Changed

New Contributors

Full Changelog: resend/resend-node@v4.1.1...v4.1.2

Commits

Updates svelte from 5.19.1 to 5.19.9

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#15232)

  • fix: hydrate href that is part of spread attributes (#15226)

[email protected]

Patch Changes

  • fix: properly set value property of custom elements (#15206)

  • fix: ensure custom element updates don't run in hydration mode (#15217)

  • fix: ensure tracking returns true, even if in unowned (#15214)

[email protected]

Patch Changes

  • chore: remove unused code from signal logic (#15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#15165)

[email protected]

Patch Changes

  • fix: do not prune selectors like :global(.foo):has(.scoped) (#15140)

  • fix: don't error on slot prop inside block inside other component (#15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#15158)

  • fix: silence a11y attribute warnings when spread attributes present (#15150)

  • fix: prevent false-positive ownership validations due to hot reload (#15154)

  • fix: widen ownership when calling setContext (#15153)

[email protected]

Patch Changes

  • fix: improve derived connection to ownership graph (#15137)

  • fix: correctly look for sibling elements inside blocks and components when pruning CSS (#15106)

[email protected]

Patch Changes

  • fix: Add bind:focused property to HTMLAttributes type (#15122)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.19.9

Patch Changes

  • fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#15232)

  • fix: hydrate href that is part of spread attributes (#15226)

5.19.8

Patch Changes

  • fix: properly set value property of custom elements (#15206)

  • fix: ensure custom element updates don't run in hydration mode (#15217)

  • fix: ensure tracking returns true, even if in unowned (#15214)

5.19.7

Patch Changes

  • chore: remove unused code from signal logic (#15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#15165)

5.19.6

Patch Changes

  • fix: do not prune selectors like :global(.foo):has(.scoped) (#15140)

  • fix: don't error on slot prop inside block inside other component (#15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#15158)

  • fix: silence a11y attribute warnings when spread attributes present (#15150)

  • fix: prevent false-positive ownership validations due to hot reload (#15154)

  • fix: widen ownership when calling setContext (#15153)

5.19.5

Patch Changes

  • fix: improve derived connection to ownership graph (#15137)

  • fix: correctly look for sibling elements inside blocks and components when pruning CSS (#15106)

... (truncated)

Commits

Updates tailwindcss from 3.4.17 to 4.0.4

Release notes

Sourced from tailwindcss's releases.

v4.0.4

Fixed

  • Fix a crash when setting JS theme values to null (#16210)
  • Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped (#16206)
  • Ensure that the containers JS theme key is added to the --container-* namespace (#16169)
  • Ensure theme @keyframes are generated even if an --animation-* variable spans multiple lines (#16237)
  • Vite: Skip parsing stylesheets with the ?commonjs-proxy flag (#16238)
  • Fix order-first and order-last for Firefox (#16266)
  • Fix support for older instruction sets on Linux x64 builds of the standalone CLI (#16244)
  • Ensure NODE_PATH is respected when resolving JavaScript and CSS files (#16274)
  • Ensure Node addons are packaged correctly with FreeBSD builds (#16277)
  • Fix an issue where @variant inside a referenced stylesheet could cause a stack overflow (#16300)

v4.0.3

Fixed

  • Fix incorrect removal of @import url(); (#16144)

v4.0.2

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

v4.0.1

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#15921)
  • Don’t suggest font weight utilities more than once (#15857)
  • Suggest container query variants (#15857)
  • Disable bare value suggestions when not using the --spacing variable (#15857)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.0.4] - 2025-02-06

Fixed

  • Fix a crash when setting JS theme values to null (#16210)
  • Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped (#16206)
  • Ensure that the containers JS theme key is added to the --container-* namespace (#16169)
  • Ensure theme @keyframes are generated even if an --animation-* variable spans multiple lines (#16237)
  • Vite: Skip parsing stylesheets with the ?commonjs-proxy flag (#16238)
  • Fix order-first and order-last for Firefox (#16266)
  • Fix support for older instruction sets on Linux x64 builds of the standalone CLI (#16244)
  • Ensure NODE_PATH is respected when resolving JavaScript and CSS files (#16274)
  • Ensure Node addons are packaged correctly with FreeBSD builds (#16277)
  • Fix an issue where @variant inside a referenced stylesheet could cause a stack overflow (#16300)

[4.0.3] - 2025-02-01

Fixed

  • Fix incorrect removal of @import url(); (#16144)

[4.0.2] - 2025-01-31

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

[4.0.1] - 2025-01-29

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)

... (truncated)

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 production group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.21` | `1.2.23` |
| @inox-tools/content-utils | `0.8.1` | `0.8.2` |
| [@microflash/rehype-figure](https://github.com/Microflash/rehype-figure) | `2.1.1` | `2.1.2` |
| [linkedom](https://github.com/WebReflection/linkedom) | `0.18.6` | `0.18.7` |
| [remark-directive](https://github.com/remarkjs/remark-directive) | `3.0.0` | `3.0.1` |
| [resend](https://github.com/resendlabs/resend-node) | `4.1.1` | `4.1.2` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.19.1` | `5.19.9` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.0.4` |



Updates `@iconify-json/simple-icons` from 1.2.21 to 1.2.23
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@inox-tools/content-utils` from 0.8.1 to 0.8.2

Updates `@microflash/rehype-figure` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/Microflash/rehype-figure/releases)
- [Changelog](https://github.com/Microflash/rehype-figure/blob/main/CHANGELOG.md)
- [Commits](Microflash/rehype-figure@2.1.1...2.1.2)

Updates `linkedom` from 0.18.6 to 0.18.7
- [Commits](WebReflection/linkedom@v0.18.6...v0.18.7)

Updates `remark-directive` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/remarkjs/remark-directive/releases)
- [Commits](remarkjs/remark-directive@3.0.0...3.0.1)

Updates `resend` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/resendlabs/resend-node/releases)
- [Commits](resend/resend-node@v4.1.1...v4.1.2)

Updates `svelte` from 5.19.1 to 5.19.9
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `tailwindcss` from 3.4.17 to 4.0.4
- [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.0.4/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: "@iconify-json/simple-icons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@inox-tools/content-utils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@microflash/rehype-figure"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: linkedom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: remark-directive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: resend
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: svelte
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 7, 2025
Copy link

vercel bot commented Feb 7, 2025

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

Name Status Preview Comments Updated (UTC)
astro-homepage ❌ Failed (Inspect) Feb 7, 2025 2:24pm

Copy link

changeset-bot bot commented Feb 7, 2025

⚠️ No Changeset found

Latest commit: 3d3f184

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

0 participants