Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 10 updates (#136)
Browse files Browse the repository at this point in the history
* chore(deps): bump the dependencies group with 10 updates

Bumps the dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `23.0.2` | `23.1.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.46.0` | `1.46.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.2.0` | `22.4.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.1` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.9.2` | `0.9.3` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.13.3` | `4.14.2` |
| [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) | `8.3.2` | `8.3.3` |
| [sharp](https://github.com/lovell/sharp) | `0.33.4` | `0.33.5` |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.25.4` | `0.26.1` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.70.0` | `3.72.0` |


Updates `puppeteer` from 23.0.2 to 23.1.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v23.0.2...puppeteer-v23.1.0)

Updates `@playwright/test` from 1.46.0 to 1.46.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.46.0...v1.46.1)

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

Updates `vite` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.1/packages/vite)

Updates `@astrojs/check` from 0.9.2 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/[email protected]/packages/astro-check)

Updates `astro` from 4.13.3 to 4.14.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/[email protected]/packages/astro)

Updates `@astrojs/node` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/node)

Updates `sharp` from 0.33.4 to 0.33.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.33.4...v0.33.5)

Updates `@astrojs/starlight` from 0.25.4 to 0.26.1
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/[email protected]/packages/starlight)

Updates `wrangler` from 3.70.0 to 3.72.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@astrojs/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@astrojs/starlight"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: test

* add: changeset

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ktym4a <[email protected]>
  • Loading branch information
dependabot[bot] and ktym4a authored Aug 20, 2024
1 parent 3fc8385 commit e5e8072
Show file tree
Hide file tree
Showing 14 changed files with 691 additions and 809 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-zoos-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-page-insight": patch
---

[internal] fix some tests and update dependency
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/starlight": "^0.25.4",
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.26.1",
"@catppuccin/vscode": "^3.15.1",
"astro": "^4.13.3",
"astro": "^4.14.2",
"astro-page-insight": "workspace:*",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"typescript": "^5.5.4"
},
"devDependencies": {
"wrangler": "^3.70.0"
"wrangler": "^3.72.0"
}
}
4 changes: 2 additions & 2 deletions package/e2e/fixtures/hybrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "module",
"private": true,
"dependencies": {
"@astrojs/node": "^8.3.2",
"astro": "^4.13.3",
"@astrojs/node": "^8.3.3",
"astro": "^4.14.2",
"astro-page-insight": "workspace:*"
},
"version": null
Expand Down
2 changes: 1 addition & 1 deletion package/e2e/fixtures/ssg-no-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"astro": "^4.13.3",
"astro": "^4.14.2",
"astro-page-insight": "workspace:*"
},
"version": null
Expand Down
2 changes: 1 addition & 1 deletion package/e2e/fixtures/ssg-with-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"astro": "^4.13.3",
"astro": "^4.14.2",
"astro-page-insight": "workspace:*"
},
"version": null
Expand Down
4 changes: 2 additions & 2 deletions package/e2e/fixtures/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "module",
"private": true,
"dependencies": {
"@astrojs/node": "^8.3.2",
"astro": "^4.13.3",
"@astrojs/node": "^8.3.3",
"astro": "^4.14.2",
"astro-page-insight": "workspace:*"
},
"version": null
Expand Down
2 changes: 1 addition & 1 deletion package/e2e/fixtures/view-transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"astro": "^4.13.3",
"astro": "^4.14.2",
"astro-page-insight": "workspace:*"
},
"version": null
Expand Down
3 changes: 2 additions & 1 deletion package/e2e/ssg-with-custom.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test.describe("ssg with custom - dev", () => {

const toolbar = page.locator("astro-dev-toolbar");

await page.waitForTimeout(1000);
await page.waitForTimeout(2000);

const appButton = await toolbar.locator(
'button[data-app-id="astro-page-insight-app"]',
Expand Down Expand Up @@ -77,6 +77,7 @@ test.describe("ssg with custom - preview", () => {
test("Initial load", async ({ preview, page }) => {
await page.goto("http://localhost:4322/");
await page.setViewportSize({ width: 375, height: 667 });
await page.waitForTimeout(2000);
await expect(page.locator("page-insight-root")).toHaveCount(1);

const toolbar = page.locator("page-insight-root");
Expand Down
3 changes: 2 additions & 1 deletion package/e2e/view-transitions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test.describe("view-transitions - dev", () => {

const toolbar = page.locator("astro-dev-toolbar");

await page.waitForTimeout(1000);
await page.waitForTimeout(2000);

const appButton = await toolbar.locator(
'button[data-app-id="astro-page-insight-app"]',
Expand Down Expand Up @@ -52,6 +52,7 @@ test.describe("view-transitions - preview", () => {
test("Initial load", async ({ preview, page }) => {
await page.goto("http://localhost:4323/");
await page.setViewportSize({ width: 375, height: 667 });
await page.waitForTimeout(2000);
await expect(page.locator("page-insight-root")).toHaveCount(1);

const toolbar = page.locator("page-insight-root");
Expand Down
8 changes: 4 additions & 4 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"dependencies": {
"astro-integration-kit": "^0.16.0",
"lighthouse": "^12.2.0",
"puppeteer": "^23.0.2"
"puppeteer": "^23.1.0"
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@types/node": "^22.2.0",
"@playwright/test": "^1.46.1",
"@types/node": "^22.4.0",
"@vitest/coverage-v8": "^2.0.5",
"happy-dom": "^14.12.3",
"tsup": "^8.2.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vitest": "^2.0.5"
}
}
4 changes: 2 additions & 2 deletions playground/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.13.3",
"astro": "^4.14.2",
"astro-page-insight": "workspace:*",
"typescript": "^5.5.4"
}
Expand Down
6 changes: 3 additions & 3 deletions playground/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/node": "^8.3.2",
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.3",
"@astrojs/svelte": "^5.6.0",
"astro": "^4.13.3",
"astro": "^4.14.2",
"astro-page-insight": "workspace:*",
"svelte": "^4.2.18",
"typescript": "^5.5.4"
Expand Down
6 changes: 3 additions & 3 deletions playground/starlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"astro": "^4.13.3",
"@astrojs/check": "^0.9.3",
"astro": "^4.14.2",
"astro-page-insight": "workspace:*",
"sass": "^1.77.8",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit e5e8072

Please sign in to comment.