Skip to content

Commit

Permalink
Bump the minor-and-patch-updates group across 2 directories with 5 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the minor-and-patch-updates group with 2 updates in the /source directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [yaml](https://github.com/eemeli/yaml).
Bumps the minor-and-patch-updates group with 3 updates in the /source/website directory: [@astrojs/ts-plugin](https://github.com/withastro/language-tools/tree/HEAD/packages/ts-plugin), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [sass](https://github.com/sass/dart-sass).


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

Updates `yaml` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.5.0...v2.5.1)

Updates `@astrojs/ts-plugin` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/ts-plugin@1.10.2/packages/ts-plugin)

Updates `astro` from 4.15.2 to 4.15.4
- [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/astro@4.15.4/packages/astro)

Updates `sass` from 1.77.8 to 1.78.0
- [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.77.8...1.78.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@astrojs/ts-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 5754d6b commit a3e79b5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
16 changes: 8 additions & 8 deletions source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/semver": "^7.5.8",
"json5": "^2.2.3",
"jsonschema": "^1.4.1",
"jszip": "^3.10.1",
"semver": "^7.6.3",
"tsx": "^4.19.0",
"url": "^0.11.4",
"yaml": "^2.5.0"
"yaml": "^2.5.1"
}
}
32 changes: 16 additions & 16 deletions source/website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions source/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.10.1",
"@astrojs/ts-plugin": "^1.10.2",
"@heroicons/react": "^2.1.5",
"@playform/compress": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.2",
"astro": "^4.15.4",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.7",
"file-saver": "^2.0.5",
Expand All @@ -30,7 +30,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reset-css": "^5.0.2",
"sass": "^1.77.6",
"sass": "^1.78.0",
"tailwindcss": "^3.4.10",
"tailwindcss-safe-area": "^0.6.0"
}
Expand Down

0 comments on commit a3e79b5

Please sign in to comment.