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 all group across 1 directory with 8 updates #1556

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

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

Package From To
@astrojs/sitemap 3.1.6 3.2.0
@fontsource-variable/overpass 5.1.0 5.1.1
asciinema-player 3.8.0 3.8.1
astro 4.15.8 4.15.11
htmx.org 2.0.2 2.0.3
sanitize-html 2.13.0 2.13.1
tailwindcss 3.4.12 3.4.13
@iconify-json/simple-icons 1.2.3 1.2.5

Updates @astrojs/sitemap from 3.1.6 to 3.2.0

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.2.0

Minor Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.2.0

Minor Changes

Commits

Updates @fontsource-variable/overpass from 5.1.0 to 5.1.1

Commits

Updates asciinema-player from 3.8.0 to 3.8.1

Release notes

Sourced from asciinema-player's releases.

3.8.1

Notable changes:

  • upgraded avt to the latest version
  • added dist/bundle/asciinema-player.min.js to package exports to allow pre-3.8.0 usage (#263)
Commits
  • f8514cb Bump version
  • b14bce9 Add dist/bundle/asciinema-player.min.js to package exports section
  • ad19b8f Upgrade avt to the latest version
  • a1f3b75 Merge pull request #267 from asciinema/dependabot/npm_and_yarn/rollup-3.29.5
  • 3037b85 Bump rollup from 3.18.0 to 3.29.5
  • 26ecbf2 Merge pull request #262 from asciinema/dependabot/npm_and_yarn/braces-3.0.3
  • 2c95123 Remove git submodule instructions from the README - no more submodules used b...
  • af93da3 Bump braces from 3.0.2 to 3.0.3
  • See full diff in compare view

Updates astro from 4.15.8 to 4.15.11

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

  • #12097 11d447f Thanks @​ascorbic! - Fixes error where references in content layer schemas sometimes incorrectly report as missing

  • #12108 918953b Thanks @​lameuler! - Fixes a bug where data URL images were not correctly handled. The bug resulted in an ENAMETOOLONG error.

  • #12105 42037f3 Thanks @​ascorbic! - Returns custom statusText that has been set in a Response

  • #12109 ea22558 Thanks @​ematipico! - Fixes a regression that was introduced by an internal refactor of how the middleware is loaded by the Astro application. The regression was introduced by #11550.

    When the edge middleware feature is opted in, Astro removes the middleware function from the SSR manifest, and this wasn't taken into account during the refactor.

  • #12106 d3a74da Thanks @​ascorbic! - Handles case where an immutable Response object is returned from an endpoint

  • #12090 d49a537 Thanks @​markjaquith! - Server islands: changes the server island HTML placeholder comment so that it is much less likely to get removed by HTML minifiers.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #12034 5b3ddfa Thanks @​ematipico! - Fixes an issue where the middleware wasn't called when a project uses 404.astro.

  • #12042 243ecb6 Thanks @​ematipico! - Fixes a problem in the Container API, where a polyfill wasn't correctly applied. This caused an issue in some environments where crypto isn't supported.

  • #12038 26ea5e8 Thanks @​ascorbic! - Resolves image paths in content layer with initial slash as project-relative

    When using the image() schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.

Changelog

Sourced from astro's changelog.

4.15.11

Patch Changes

  • #12097 11d447f Thanks @​ascorbic! - Fixes error where references in content layer schemas sometimes incorrectly report as missing

  • #12108 918953b Thanks @​lameuler! - Fixes a bug where data URL images were not correctly handled. The bug resulted in an ENAMETOOLONG error.

  • #12105 42037f3 Thanks @​ascorbic! - Returns custom statusText that has been set in a Response

  • #12109 ea22558 Thanks @​ematipico! - Fixes a regression that was introduced by an internal refactor of how the middleware is loaded by the Astro application. The regression was introduced by #11550.

    When the edge middleware feature is opted in, Astro removes the middleware function from the SSR manifest, and this wasn't taken into account during the refactor.

  • #12106 d3a74da Thanks @​ascorbic! - Handles case where an immutable Response object is returned from an endpoint

  • #12090 d49a537 Thanks @​markjaquith! - Server islands: changes the server island HTML placeholder comment so that it is much less likely to get removed by HTML minifiers.

4.15.10

Patch Changes

4.15.9

Patch Changes

  • #12034 5b3ddfa Thanks @​ematipico! - Fixes an issue where the middleware wasn't called when a project uses 404.astro.

  • #12042 243ecb6 Thanks @​ematipico! - Fixes a problem in the Container API, where a polyfill wasn't correctly applied. This caused an issue in some environments where crypto isn't supported.

  • #12038 26ea5e8 Thanks @​ascorbic! - Resolves image paths in content layer with initial slash as project-relative

    When using the image() schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.

Commits

Updates htmx.org from 2.0.2 to 2.0.3

Release notes

Sourced from htmx.org's releases.

v2.0.3

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from htmx.org's changelog.

[2.0.3] - 2024-10-03

  • Added support for the experimental moveBefore() functionality in Chrome Canary, see the demo page for more information.
  • Fixed revealed event when a resize reveals an element
  • Enabled hx-preserve in oob-swaps
  • Better degredation of hx-boost on forms with query parameters in their action
  • Improved shadowRoot support
  • Many smaller bug fixes
  • Moved the core extension documentation back to https://htmx.org/extensions
Commits

Updates sanitize-html from 2.13.0 to 2.13.1

Changelog

Sourced from sanitize-html's changelog.

2.13.1 (2024-10-03)

  • Fix to allow regex in allowedClasses wildcard whitelist. Thanks to anak-dev.
Commits
  • 20878b9 Merge pull request #678 from apostrophecms/release-2.13.1
  • bf08233 release 2.13.1
  • 4d5c4cb Merge pull request #676 from apostrophecms/thanks-anak-dev
  • f4c3ca9 thanks
  • c0a7bbd Merge pull request #675 from anak-dev/anak-dev-main
  • 5588fd8 docs: update changelog
  • 7ba71db fix: allow classes that match allowedClasses regex for all tags
  • See full diff in compare view

Updates tailwindcss from 3.4.12 to 3.4.13

Release notes

Sourced from tailwindcss's releases.

v3.4.13

Fixed

  • Improve source glob verification performance (#14481)
Changelog

Sourced from tailwindcss's changelog.

[3.4.13] - 2024-09-23

Fixed

  • Improve source glob verification performance (#14481)
Commits

Updates @iconify-json/simple-icons from 1.2.3 to 1.2.5

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

| Package | From | To |
| --- | --- | --- |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.1.6` | `3.2.0` |
| [@fontsource-variable/overpass](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/overpass) | `5.1.0` | `5.1.1` |
| [asciinema-player](https://github.com/asciinema/asciinema-player) | `3.8.0` | `3.8.1` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.8` | `4.15.11` |
| [htmx.org](https://github.com/bigskysoftware/htmx) | `2.0.2` | `2.0.3` |
| [sanitize-html](https://github.com/apostrophecms/sanitize-html) | `2.13.0` | `2.13.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.12` | `3.4.13` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.3` | `1.2.5` |



Updates `@astrojs/sitemap` from 3.1.6 to 3.2.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/sitemap)

Updates `@fontsource-variable/overpass` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/overpass)

Updates `asciinema-player` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/asciinema/asciinema-player/releases)
- [Commits](asciinema/asciinema-player@v3.8.0...v3.8.1)

Updates `astro` from 4.15.8 to 4.15.11
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

Updates `htmx.org` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/bigskysoftware/htmx/releases)
- [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md)
- [Commits](bigskysoftware/htmx@2.0.2...v2.0.3)

Updates `sanitize-html` from 2.13.0 to 2.13.1
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](apostrophecms/sanitize-html@2.13.0...2.13.1)

Updates `tailwindcss` from 3.4.12 to 3.4.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.12...v3.4.13)

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

---
updated-dependencies:
- dependency-name: "@astrojs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@fontsource-variable/overpass"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: asciinema-player
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: htmx.org
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sanitize-html
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@iconify-json/simple-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Oct 7, 2024
@thilobillerbeck thilobillerbeck merged commit e3b4119 into main Oct 7, 2024
2 checks passed
@thilobillerbeck thilobillerbeck deleted the dependabot/npm_and_yarn/all-e2624375c2 branch October 7, 2024 23:53
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.

1 participant