Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 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
cc49a77
Merge branch 'cloudflare:production' into production
krishnprakash Feb 26, 2025
16e61ca
Merge branch 'cloudflare:production' into production
krishnprakash Feb 26, 2025
c74715f
Merge branch 'cloudflare:production' into production
krishnprakash Feb 27, 2025
e7a8b50
Merge branch 'cloudflare:production' into production
krishnprakash Feb 28, 2025
e6fd98c
Merge branch 'cloudflare:production' into production
krishnprakash Feb 28, 2025
89568d3
[Docs Site] Bump @cloudflare/workers-types (#20)
dependabot[bot] Feb 28, 2025
89902af
[Docs Site] Bump @astrojs/tailwind from 5.1.5 to 6.0.0 (#21)
dependabot[bot] Feb 28, 2025
1e779e1
Potential fix for code scanning alert no. 1: Clear-text logging of se…
krishnprakash Feb 28, 2025
e6f977d
Potential fix for code scanning alert no. 3: Clear-text logging of se…
krishnprakash Feb 28, 2025
8989c9a
Merge branch 'cloudflare:production' into production
krishnprakash Feb 28, 2025
fbb8944
Merge branch 'cloudflare:production' into production
krishnprakash Mar 2, 2025
1d9622a
Merge branch 'cloudflare:production' into production
krishnprakash Mar 3, 2025
5dc5ba3
[Docs Site] Bump react-markdown from 9.0.3 to 10.0.0 (#26)
dependabot[bot] Mar 3, 2025
cb934e8
[Docs Site] Bump @astrojs/starlight from 0.32.1 to 0.32.2 (#27)
dependabot[bot] Mar 3, 2025
8ab6c3b
[Docs Site] Bump algoliasearch from 5.20.2 to 5.20.3
dependabot[bot] Mar 3, 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