Skip to content

Commit

Permalink
build(deps-dev): bump the devdependencies group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 6 updates

Bumps the devdependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.5.6` | `0.7.0` |
| [@astrojs/svelte](https://github.com/withastro/astro/tree/HEAD/packages/integrations/svelte) | `5.3.0` | `5.4.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.5.16` | `4.9.2` |
| [cypress](https://github.com/cypress-io/cypress) | `13.7.1` | `13.10.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.7.1` | `4.11.0` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.24.0` | `1.25.1` |



Updates `@astrojs/check` from 0.5.6 to 0.7.0
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.7.0/packages/astro-check)

Updates `@astrojs/svelte` from 5.3.0 to 5.4.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.4.0/packages/integrations/svelte)

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

Updates `cypress` from 13.7.1 to 13.10.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.7.1...v13.10.0)

Updates `tsx` from 4.7.1 to 4.11.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.7.1...v4.11.0)

Updates `lightningcss` from 1.24.0 to 1.25.1
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](parcel-bundler/lightningcss@v1.24.0...v1.25.1)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- 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
- dependency-name: lightningcss
  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 May 31, 2024
1 parent 9c40ba3 commit f535440
Show file tree
Hide file tree
Showing 4 changed files with 871 additions and 816 deletions.
6 changes: 3 additions & 3 deletions apps/github-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"start": "wireit"
},
"devDependencies": {
"@astrojs/check": "0.5.6",
"@astrojs/svelte": "5.3.0",
"@astrojs/check": "0.7.0",
"@astrojs/svelte": "5.4.0",
"@guardian/libs": "workspace:*",
"astro": "4.5.16",
"astro": "4.9.2",
"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.7.1",
"cypress": "13.10.0",
"cypress-wait-until": "3.0.1",
"eslint-plugin-cypress": "2.15.1",
"jest": "29.7.0",
Expand All @@ -37,7 +37,7 @@
"rollup": "4.17.2",
"ts-jest": "29.1.1",
"tslib": "2.6.2",
"tsx": "4.7.1",
"tsx": "4.11.0",
"typescript": "5.3.3",
"wcag-contrast": "3.0.0",
"wireit": "0.14.4"
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"@types/react": "18.2.11",
"dotenv": "16.4.1",
"jest": "29.7.0",
"lightningcss": "1.24.0",
"lightningcss": "1.25.1",
"mkdirp": "3.0.1",
"prettier": "3.2.2",
"react": "18.2.0",
"rollup": "4.17.2",
"storybook": "8.0.5",
"ts-jest": "29.1.1",
"tslib": "2.6.2",
"tsx": "4.7.1",
"tsx": "4.11.0",
"typescript": "5.3.3",
"wireit": "0.14.4"
},
Expand Down
Loading

0 comments on commit f535440

Please sign in to comment.