Skip to content

Commit 8ea883c

Browse files
authored
chore: switch to Yarn 3 (ietf-tools#3819)
* refactor: switch to yarn 3 * chore: add other os+cpu to yarn supported architectures * chore: add gitattributes * chore: add missing yarn native modules rebuild step * chore: replace npx with yarn in test_runner + update readme * chore: remove bootstrap-datepicker github dependency, use local instead
1 parent cd9a2ee commit 8ea883c

517 files changed

Lines changed: 24169 additions & 13415 deletions

File tree

Some content is hidden

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

.devcontainer/devcontainer.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,23 @@
6565

6666
// Add the IDs of extensions you want installed when the container is created.
6767
"extensions": [
68+
"arcanis.vscode-zipfs",
69+
"batisteo.vscode-django",
70+
"dbaeumer.vscode-eslint",
71+
"eamodio.gitlens",
72+
"editorconfig.editorconfig",
73+
"johnsoncodehk.volar",
74+
"mrmlnc.vscode-duplicate",
75+
"ms-azuretools.vscode-docker",
6876
"ms-python.python",
6977
"ms-python.vscode-pylance",
70-
"ms-azuretools.vscode-docker",
71-
"editorconfig.editorconfig",
72-
"redhat.vscode-yaml",
73-
"visualstudioexptteam.vscodeintellicode",
74-
"batisteo.vscode-django",
75-
"mutantdino.resourcemonitor",
76-
"spmeesseman.vscode-taskexplorer",
77-
"mtxr.sqltools",
7878
"mtxr.sqltools-driver-mysql",
79-
"mrmlnc.vscode-duplicate",
80-
"eamodio.gitlens",
79+
"mtxr.sqltools",
80+
"mutantdino.resourcemonitor",
8181
"oderwat.indent-rainbow",
82-
"johnsoncodehk.volar"
82+
"redhat.vscode-yaml",
83+
"spmeesseman.vscode-taskexplorer",
84+
"visualstudioexptteam.vscodeintellicode"
8385
],
8486

8587
// Use 'forwardPorts' to make a list of ports inside the container available locally.

.devcontainer/docker-compose.extend.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ services:
66
EDITOR_VSCODE: 1
77
volumes:
88
- .:/workspace
9-
- /workspace/node_modules
109
- /workspace/.parcel-cache
1110
- /workspace/__pycache__
1211
- datatracker-vscode-ext:/root/.vscode-server/extensions

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.yarn/releases/** binary
2+
/.yarn/plugins/** binary

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ datatracker.sublime-workspace
2828
/.tmp
2929
/attic
3030
/bin
31+
/bootstrap/node_modules
3132
/data
3233
/docker/docker-compose.extend-custom.yml
3334
/env
@@ -60,4 +61,10 @@ datatracker.sublime-workspace
6061
/unix.tag
6162
*.pyc
6263
__pycache__
63-
node_modules
64+
.yarn/*
65+
!.yarn/cache
66+
!.yarn/patches
67+
!.yarn/plugins
68+
!.yarn/releases
69+
!.yarn/sdks
70+
!.yarn/versions

.npmrc

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

0 commit comments

Comments
 (0)