Skip to content

Commit

Permalink
chore: switch to Yarn 3 (ietf-tools#3819)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
NGPixel authored Apr 25, 2022
1 parent cd9a2ee commit 8ea883c
Show file tree
Hide file tree
Showing 517 changed files with 24,169 additions and 13,415 deletions.
24 changes: 13 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,23 @@

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"arcanis.vscode-zipfs",
"batisteo.vscode-django",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"editorconfig.editorconfig",
"johnsoncodehk.volar",
"mrmlnc.vscode-duplicate",
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-azuretools.vscode-docker",
"editorconfig.editorconfig",
"redhat.vscode-yaml",
"visualstudioexptteam.vscodeintellicode",
"batisteo.vscode-django",
"mutantdino.resourcemonitor",
"spmeesseman.vscode-taskexplorer",
"mtxr.sqltools",
"mtxr.sqltools-driver-mysql",
"mrmlnc.vscode-duplicate",
"eamodio.gitlens",
"mtxr.sqltools",
"mutantdino.resourcemonitor",
"oderwat.indent-rainbow",
"johnsoncodehk.volar"
"redhat.vscode-yaml",
"spmeesseman.vscode-taskexplorer",
"visualstudioexptteam.vscodeintellicode"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
1 change: 0 additions & 1 deletion .devcontainer/docker-compose.extend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
EDITOR_VSCODE: 1
volumes:
- .:/workspace
- /workspace/node_modules
- /workspace/.parcel-cache
- /workspace/__pycache__
- datatracker-vscode-ext:/root/.vscode-server/extensions
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ datatracker.sublime-workspace
/.tmp
/attic
/bin
/bootstrap/node_modules
/data
/docker/docker-compose.extend-custom.yml
/env
Expand Down Expand Up @@ -60,4 +61,10 @@ datatracker.sublime-workspace
/unix.tag
*.pyc
__pycache__
node_modules
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
4 changes: 0 additions & 4 deletions .npmrc

This file was deleted.

Loading

0 comments on commit 8ea883c

Please sign in to comment.