Skip to content

Commit 13c868b

Browse files
committed
Merge remote-tracking branch 'origin/main' into jake/dynamic-function-import-ts
2 parents 9ec6cf2 + 6c0a42f commit 13c868b

File tree

486 files changed

+19140
-26963
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+19140
-26963
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,5 @@ jobs:
135135
- checkout
136136
- npm-install-deps
137137
- run: npm run format:ci
138+
- run: npm run build
138139
- run: npm run lint:ci

.eslintrc.cjs

Lines changed: 0 additions & 88 deletions
This file was deleted.

.github/workflows/typescript-nudge.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
message: |
4747
This pull request adds or modifies JavaScript (`.js`, `.cjs`, `.mjs`) files.
4848
Consider converting them to TypeScript.
49-
comment_tag: tsnudge
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
comment-tag: tsnudge
50+
github-token: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: 🏷️ Add a label to the PR to help track how many pull requests adds or modifies JavaScript files
5353
if:
@@ -67,8 +67,8 @@ jobs:
6767
message: |
6868
~This pull request adds or modifies JavaScript (`.js`, `.cjs`, `.mjs`) files. Consider converting them to TypeScript.~
6969
Thank you for converting JavaScript files to TypeScript 🎉"
70-
comment_tag: tsnudge
71-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
comment-tag: tsnudge
71+
github-token: ${{ secrets.GITHUB_TOKEN }}
7272

7373
- name: 🏷️ Remove the label if JavaScript was converted
7474
if:

.github/workflows/workflow.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ jobs:
4747
timeout-minutes: 30
4848
strategy:
4949
matrix:
50-
os: [ubuntu-24.04, macos-14, windows-2022]
50+
os: [ubuntu-24.04, macos-14, windows-2025]
5151
node-version: ['22']
5252
# Must include the minimum deno version from the `DENO_VERSION_RANGE` constant in `node/bridge.ts`.
53-
deno-version: ['v1.39.0', 'v2.2.4']
53+
# We're adding v2.4.2 here because it's needed for the upcoming nimble release, so we can test
54+
# those workflows ahead of time before we can update the base version across the board.
55+
deno-version: ['v1.39.0', 'v2.2.4', 'v2.4.2']
5456
include:
5557
- os: ubuntu-24.04
5658
# Earliest supported version
@@ -104,7 +106,7 @@ jobs:
104106
timeout-minutes: 30
105107
strategy:
106108
matrix:
107-
os: [ubuntu-24.04, macos-14, windows-2022]
109+
os: [ubuntu-24.04, macos-14, windows-2025]
108110
node-version: ['22']
109111
install-command: ['npm ci']
110112
machine: ['0', '1', '2', '3', '4']

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ coverage
99
.cache
1010
.vscode
1111
.fleet
12+
.nx
1213

1314
lerna-debug.log
1415

@@ -30,5 +31,6 @@ packages/*/lib/
3031
!**/fixtures/**/functions_*/.netlify/edge-functions/manifest.json
3132
!**/fixtures/**/monorepo/**/.netlify
3233
**/plugins/deno-cli
34+
!**/fixtures-esm/v2-api-files-and-directories/.netlify
3335

3436
lib

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/commit-msg

Lines changed: 0 additions & 4 deletions
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
packages/*/tests/**/fixtures/**
33
packages/*/test/**/fixtures*/**
44
packages/*/benchmarks/**/fixtures*/**
5-
packages/framework-info/test/fixtures/**
65
# don't lint outputs
76
packages/*/lib
87
packages/*/dist

.release-please-manifest.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
2-
"packages/build-info": "10.0.0",
3-
"packages/build": "33.0.1",
4-
"packages/edge-bundler": "14.0.1",
5-
"packages/cache-utils": "6.0.0",
6-
"packages/config": "23.0.1",
7-
"packages/framework-info": "10.0.0",
8-
"packages/functions-utils": "6.0.1",
9-
"packages/git-utils": "6.0.0",
10-
"packages/headers-parser": "9.0.0",
11-
"packages/js-client": "14.0.1",
12-
"packages/nock-udp": "5.0.0",
13-
"packages/redirect-parser": "15.0.0",
14-
"packages/run-utils": "6.0.0",
15-
"packages/opentelemetry-sdk-setup": "2.0.0",
16-
"packages/opentelemetry-utils": "2.0.0",
17-
"packages/zip-it-and-ship-it": "11.0.1"
2+
"packages/build-info": "10.0.7",
3+
"packages/build": "35.0.4",
4+
"packages/edge-bundler": "14.5.0",
5+
"packages/cache-utils": "6.0.3",
6+
"packages/config": "24.0.1",
7+
"packages/functions-utils": "6.2.1",
8+
"packages/git-utils": "6.0.2",
9+
"packages/headers-parser": "9.0.1",
10+
"packages/js-client": "14.0.3",
11+
"packages/nock-udp": "5.0.1",
12+
"packages/redirect-parser": "15.0.3",
13+
"packages/run-utils": "6.0.2",
14+
"packages/opentelemetry-sdk-setup": "2.0.2",
15+
"packages/opentelemetry-utils": "2.0.1",
16+
"packages/zip-it-and-ship-it": "14.1.1"
1817
}

0 commit comments

Comments
 (0)