Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
ef4ba76
Create node.js.yml
krishnprakash Feb 24, 2025
9dfe715
[Docs Site] Bump @types/node from 22.13.2 to 22.13.5
dependabot[bot] Feb 24, 2025
e476b52
Bump esbuild from 0.14.39 to 0.25.0 in /.github/actions/assign-issue
dependabot[bot] Feb 24, 2025
b97cad3
Merge pull request #8 from krishnprakash/dependabot/npm_and_yarn/dot-…
krishnprakash Feb 24, 2025
183a88b
Merge pull request #1 from krishnprakash/dependabot/npm_and_yarn/type…
krishnprakash Feb 24, 2025
dad4f43
Bump golang.org/x/net from 0.23.0 to 0.33.0 in /tools (#7)
dependabot[bot] Feb 24, 2025
058ad38
Bump esbuild (#10)
dependabot[bot] Feb 24, 2025
e41dd9e
Merge branch 'cloudflare:production' into production
krishnprakash Feb 25, 2025
c9e8f39
[Docs Site] Bump prettier-plugin-tailwindcss from 0.6.9 to 0.6.11 (#12)
dependabot[bot] Feb 25, 2025
6ed0274
[Docs Site] Bump @astrojs/starlight from 0.31.1 to 0.32.1 (#13)
dependabot[bot] Feb 25, 2025
083d58c
[Docs Site] Bump wrangler from 3.109.0 to 3.109.3 (#14)
dependabot[bot] Feb 25, 2025
6c39ef0
[Docs Site] Bump @cloudflare/vitest-pool-workers from 0.6.14 to 0.7.2…
dependabot[bot] Feb 25, 2025
86e6acb
[Docs Site] Bump vitest from 2.1.6 to 3.0.7 (#16)
dependabot[bot] Feb 25, 2025
4fec9ba
Bump the npm_and_yarn group across 3 directories with 2 updates (#17)
dependabot[bot] Feb 25, 2025
a61f825
Merge branch 'cloudflare:production' into production
krishnprakash Feb 25, 2025
17bddc2
Merge branch 'cloudflare:production' into production
krishnprakash Feb 25, 2025
52db690
Merge branch 'cloudflare:production' into production
krishnprakash Feb 25, 2025
64342f3
[Docs Site] Bump prettier from 3.5.1 to 3.5.2
dependabot[bot] Feb 25, 2025
608f380
Merge branch 'production' into dependabot/npm_and_yarn/prettier-3.5.2
krishnprakash Mar 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
504 changes: 460 additions & 44 deletions .github/actions/assign-issue/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/assign-issue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@actions/core": "1.9.1",
"@actions/github": "5.0.3",
"esbuild": "0.14.39"
"esbuild": "0.25.0"
},
"dependencies": {
"codeowners-utils": "^1.0.2"
Expand Down
Loading