Skip to content

Commit

Permalink
Bump the minor-updates group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.11.5` | `4.14.5` |
| [csv-stringify](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-stringify) | `6.5.0` | `6.5.1` |
| [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) | `3.1.4` | `3.2.0` |
| [simple-statistics](https://github.com/simple-statistics/simple-statistics) | `7.8.3` | `7.8.4` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.8.1` | `0.9.3` |
| [mocha](https://github.com/mochajs/mocha) | `10.6.0` | `10.7.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |



Updates `astro` from 4.11.5 to 4.14.5
- [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.14.5/packages/astro)

Updates `csv-stringify` from 6.5.0 to 6.5.1
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-stringify/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv-stringify@6.5.1/packages/csv-stringify)

Updates `lit` from 3.1.4 to 3.2.0
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit@3.2.0/packages/lit)

Updates `simple-statistics` from 7.8.3 to 7.8.4
- [Release notes](https://github.com/simple-statistics/simple-statistics/releases)
- [Changelog](https://github.com/simple-statistics/simple-statistics/blob/main/CHANGELOG.md)
- [Commits](https://github.com/simple-statistics/simple-statistics/commits)

Updates `@astrojs/check` from 0.8.1 to 0.9.3
- [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.9.3/packages/astro-check)

Updates `mocha` from 10.6.0 to 10.7.3
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.6.0...v10.7.3)

Updates `typescript` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: csv-stringify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: lit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: simple-statistics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 27, 2024
1 parent 2bf59fa commit 221dbd5
Show file tree
Hide file tree
Showing 2 changed files with 688 additions and 552 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"@octokit/plugin-throttling": "^9.3.1",
"@octokit/request-error": "^6.1.4",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.11.5",
"astro": "^4.14.5",
"colorjs.io": "^0.5.2",
"commander": "^12.1.0",
"csv-stringify": "^6.5.0",
"lit": "^3.1.4",
"csv-stringify": "^6.5.1",
"lit": "^3.2.0",
"node-fetch": "^3.3.2",
"simple-statistics": "^7.8.3",
"simple-statistics": "^7.8.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@astrojs/check": "^0.8.1",
"@astrojs/check": "^0.9.3",
"@tsconfig/node20": "^20.1.4",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
"mocha": "^10.6.0",
"typescript": "^5.5.3"
"mocha": "^10.7.3",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@8.15.1+sha256.245fe901f8e7fa8782d7f17d32b6a83995e2ae03984cb5b62b8949bfdc27c7b5"
}
Loading

0 comments on commit 221dbd5

Please sign in to comment.