Skip to content

Commit 43a1c09

Browse files
committed
feat: Bump observablehq runtime support
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent aaafd39 commit 43a1c09

23 files changed

+2205
-1265
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ permissions:
1515

1616
name: PR Test and Release
1717

18+
concurrency:
19+
group: release-please-${{ github.ref }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923
release-please:
2024
runs-on: ubuntu-latest

package-lock.json

Lines changed: 138 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/observablehq-compiler/.vscode/launch.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"name": "bundle-watch",
6+
"request": "launch",
7+
"runtimeArgs": [
8+
"run-script",
9+
"bundle-watch"
10+
],
11+
"runtimeExecutable": "npm",
12+
"skipFiles": [
13+
"<node_internals>/**"
14+
],
15+
"type": "node"
16+
},
417
{
518
"name": "test-browser",
619
"type": "msedge",
@@ -62,9 +75,7 @@
6275
"request": "launch",
6376
"type": "msedge",
6477
"url": "http://localhost:5514/index-kit.html",
65-
"runtimeArgs": [
66-
"--disable-web-security"
67-
],
78+
"runtimeArgs": [],
6879
"webRoot": "${workspaceFolder}",
6980
"outFiles": [
7081
"${workspaceFolder}/**/*.js",

0 commit comments

Comments
 (0)