Skip to content

Commit d7070e4

Browse files
chore(deps-dev): bump wrangler from 4.25.0 to 4.34.0 in the cloudflare group (#602)
* chore(deps-dev): bump wrangler in the cloudflare group Bumps the cloudflare group with 1 update: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `wrangler` from 4.25.0 to 4.26.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/wrangler@4.26.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cloudflare ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump wrangler * docs: changeset --------- 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 de94afb commit d7070e4

11 files changed

Lines changed: 92 additions & 66 deletions

File tree

.changeset/all-deer-ask.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(deps): bump wrangler from 4.13.2 to 4.34.0

__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.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`,
60+
`npx wrangler@^4.34.0 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.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`,
146+
`npx wrangler@^4.34.0 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.13.2'
73+
wranglerVersion: '^4.34.0'
7474
})
7575
})
7676

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

8585
expect(useCommonInputs()).toStrictEqual(
8686
expect.objectContaining({
87-
wranglerVersion: '^4.13.2'
87+
wranglerVersion: '^4.34.0'
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.13.2 will be used.'
31+
description: 'Wrangler version to use. Otherwise a default version of ^4.34.0 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)