Skip to content

Commit 8c337dc

Browse files
chore(deps-dev): bump the cloudflare group across 1 directory with 2 updates (#551)
* chore(deps-dev): bump the cloudflare group across 1 directory with 2 updates Bumps the cloudflare group with 2 updates in the / directory: @cloudflare/types and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `@cloudflare/types` from 6.29.1 to 7.0.0 Updates `wrangler` from 4.6.0 to 4.13.2 - [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/wrangler@4.13.2/packages/wrangler) --- updated-dependencies: - dependency-name: "@cloudflare/types" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: cloudflare - dependency-name: wrangler dependency-version: 4.13.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cloudflare ... Signed-off-by: dependabot[bot] <support@github.com> * chore --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Kenward <andy@unlike.dev>
1 parent 97bd299 commit 8c337dc

11 files changed

Lines changed: 688 additions & 786 deletions

File tree

.changeset/light-lies-thank.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'github-actions-cloudflare-pages': patch
3+
---
4+
5+
chore: bump wrangler from ^4.6.0 to ^4.13.2

__tests__/common/cloudflare/deployment/create.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe(createCloudflareDeployment, () => {
5757
).rejects.toThrowErrorMatchingInlineSnapshot(`[Error: Oh no!]`)
5858

5959
expect(execAsync).toHaveBeenCalledWith(
60-
`npx wrangler@^4.6.0 pages deploy mock-directory --project-name=mock-cloudflare-project-name --branch=mock-github-head-ref --commit-dirty=true --commit-hash=mock-github-sha`,
60+
`npx wrangler@^4.13.2 pages deploy mock-directory --project-name=mock-cloudflare-project-name --branch=mock-github-head-ref --commit-dirty=true --commit-hash=mock-github-sha`,
6161
{
6262
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
6363
env: expect.objectContaining({
@@ -143,7 +143,7 @@ describe(createCloudflareDeployment, () => {
143143
// vi.advanceTimersByTime(2000)
144144

145145
expect(execAsync).toHaveBeenCalledWith(
146-
`npx wrangler@^4.6.0 pages deploy mock-directory --project-name=mock-cloudflare-project-name --branch=mock-github-head-ref --commit-dirty=true --commit-hash=mock-github-sha`,
146+
`npx wrangler@^4.13.2 pages deploy mock-directory --project-name=mock-cloudflare-project-name --branch=mock-github-head-ref --commit-dirty=true --commit-hash=mock-github-sha`,
147147
{
148148
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
149149
env: expect.objectContaining({

__tests__/common/inputs.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('common', () => {
7070
cloudflareApiToken: 'mock-cloudflare-api-token',
7171
gitHubApiToken: 'mock-github-token',
7272
gitHubEnvironment: undefined,
73-
wranglerVersion: '^4.6.0'
73+
wranglerVersion: '^4.13.2'
7474
})
7575
})
7676

@@ -84,7 +84,7 @@ describe('common', () => {
8484

8585
expect(useCommonInputs()).toStrictEqual(
8686
expect.objectContaining({
87-
wranglerVersion: '^4.6.0'
87+
wranglerVersion: '^4.13.2'
8888
})
8989
)
9090
})

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ inputs:
2828
description: 'Directory to run wrangler cli from'
2929
required: false
3030
wrangler-version:
31-
description: 'Wrangler version to use. Otherwise a default version of ^4.6.0 will be used.'
31+
description: 'Wrangler version to use. Otherwise a default version of ^4.13.2 will be used.'
3232
required: false
3333

3434
outputs:

dist/delete/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)