Skip to content

Commit

Permalink
build(deps-dev): bump the devdependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the devdependencies group with 4 updates: [@astrojs/svelte](https://github.com/withastro/astro/tree/HEAD/packages/integrations/svelte), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [cypress](https://github.com/cypress-io/cypress) and [tsx](https://github.com/privatenumber/tsx).


Updates `@astrojs/svelte` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/svelte/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/svelte@5.5.0/packages/integrations/svelte)

Updates `astro` from 4.9.2 to 4.10.1
- [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.10.1/packages/astro)

Updates `cypress` from 13.10.0 to 13.11.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.10.0...v13.11.0)

Updates `tsx` from 4.11.2 to 4.15.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.11.2...v4.15.1)

---
updated-dependencies:
- dependency-name: "@astrojs/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent 7a1aa02 commit e735aee
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 295 deletions.
4 changes: 2 additions & 2 deletions apps/github-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/svelte": "5.4.0",
"@astrojs/svelte": "5.5.0",
"@guardian/libs": "workspace:*",
"astro": "4.9.2",
"astro": "4.10.1",
"svelte": "4.2.12",
"typescript": "5.3.3",
"wireit": "0.14.4"
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@types/jest": "29.5.8",
"@types/wcag-contrast": "3.0.3",
"cypress": "13.10.0",
"cypress": "13.11.0",
"cypress-wait-until": "3.0.1",
"eslint-plugin-cypress": "3.3.0",
"jest": "29.7.0",
Expand All @@ -37,7 +37,7 @@
"rollup": "4.18.0",
"ts-jest": "29.1.1",
"tslib": "2.6.2",
"tsx": "4.11.2",
"tsx": "4.15.1",
"typescript": "5.3.3",
"wcag-contrast": "3.0.0",
"wireit": "0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"storybook": "8.0.5",
"ts-jest": "29.1.1",
"tslib": "2.6.2",
"tsx": "4.11.2",
"tsx": "4.15.1",
"typescript": "5.3.3",
"wireit": "0.14.4"
},
Expand Down
Loading

0 comments on commit e735aee

Please sign in to comment.