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

build(deps): Bump the patch-minor group with 8 updates #525

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the patch-minor group with 8 updates:

Package From To
@nanostores/react 0.7.3 0.8.0
@types/react 18.3.8 18.3.10
astro 4.15.8 4.15.9
framer-motion 11.5.6 11.9.0
@types/howler 2.2.11 2.2.12
@types/node 22.5.5 22.7.4
html-validate 8.23.0 8.24.0
sass 1.79.3 1.79.4

Updates @nanostores/react from 0.7.3 to 0.8.0

Release notes

Sourced from @​nanostores/react's releases.

0.8.0

  • Fixed getSnapshot warning by adding deps options (by @​yuyi919).
Changelog

Sourced from @​nanostores/react's changelog.

0.8.0

  • Fixed getSnapshot warning by adding deps options (by @​yuyi919).
Commits

Updates @types/react from 18.3.8 to 18.3.10

Commits

Updates astro from 4.15.8 to 4.15.9

Release notes

Sourced from astro's releases.

[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.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 framer-motion from 11.5.6 to 11.9.0

Changelog

Sourced from framer-motion's changelog.

[11.9.0] 2024-09-27

Added

  • Mini animate and useAnimate functions.

[11.8.0] 2024-09-25

Added

  • Easing functions now get compiled into linear() easings when animating via WAAPI.

[11.7.0] 2024-09-25

Added

  • Added support for custom animation generators via type.

[11.6.0] 2024-09-24

Added

  • Added info and element tracking to scroll.
  • Added steps easing.

Changed

  • Values added to will-change now stay there for their lifespan to prevent GPU thrashing and weird Safari subpixel jitters.
Commits

Updates @types/howler from 2.2.11 to 2.2.12

Commits

Updates @types/node from 22.5.5 to 22.7.4

Commits

Updates html-validate from 8.23.0 to 8.24.0

Release notes

Sourced from html-validate's releases.

v8.24.0

8.24.0 (2024-09-24)

Features

  • new html-validate:browser configuration preset (f4e6f5b), closes #261
Commits
  • 8b97171 chore(release): 8.24.0
  • 6bdf091 Merge branch 'feature/browser-preset' into 'master'
  • f4e6f5b feat: new html-validate:browser configuration preset
  • 9a65bbc chore(deps): update dependency @​rollup/plugin-commonjs to v26.0.3
  • 4d3484f chore(deps): update dependency @​rollup/plugin-node-resolve to v15.2.4
  • 31965bd chore(deps): update dependency jsdom to v25.0.1
  • 7921b82 chore(deps): lock file maintenance
  • 01363fb chore(deps): lock file maintenance
  • 9733b58 chore(deps): lock file maintenance
  • 21469f6 chore(deps): update dependency rollup to v4.22.4
  • See full diff in compare view

Updates sass from 1.79.3 to 1.79.4

Release notes

Sourced from sass's releases.

Dart Sass 1.79.4

To install Sass 1.79.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

JS API

  • Fix a bug where passing green or blue to color.change() for legacy colors would fail.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.79.4

JS API

  • Fix a bug where passing green or blue to color.change() for legacy colors would fail.
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 patch-minor group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@nanostores/react](https://github.com/nanostores/react) | `0.7.3` | `0.8.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.8` | `18.3.10` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.8` | `4.15.9` |
| [framer-motion](https://github.com/framer/motion) | `11.5.6` | `11.9.0` |
| [@types/howler](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/howler) | `2.2.11` | `2.2.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.5` | `22.7.4` |
| [html-validate](https://gitlab.com/html-validate/html-validate) | `8.23.0` | `8.24.0` |
| [sass](https://github.com/sass/dart-sass) | `1.79.3` | `1.79.4` |


Updates `@nanostores/react` from 0.7.3 to 0.8.0
- [Release notes](https://github.com/nanostores/react/releases)
- [Changelog](https://github.com/nanostores/react/blob/main/CHANGELOG.md)
- [Commits](nanostores/react@0.7.3...0.8.0)

Updates `@types/react` from 18.3.8 to 18.3.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `astro` from 4.15.8 to 4.15.9
- [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 `framer-motion` from 11.5.6 to 11.9.0
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.5.6...v11.9.0)

Updates `@types/howler` from 2.2.11 to 2.2.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/howler)

Updates `@types/node` from 22.5.5 to 22.7.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `html-validate` from 8.23.0 to 8.24.0
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.23.0...v8.24.0)

Updates `sass` from 1.79.3 to 1.79.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.79.3...1.79.4)

---
updated-dependencies:
- dependency-name: "@nanostores/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@types/howler"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: html-validate
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
...

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 Sep 30, 2024
@evadecker evadecker merged commit 8249880 into main Sep 30, 2024
5 checks passed
@evadecker evadecker deleted the dependabot/npm_and_yarn/patch-minor-c40bcbcc1b branch September 30, 2024 15:06
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