-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge v2 into parcel-query-graph-explorer
* upstream/v2: (128 commits) [webextension] Add support for `chrome_style` (#8867) Switch to SWC minifier by default (#8860) Use BitSet for bundler intersections (#8862) best key logic truncating package names (#8865) Add support for loadConfig to resolver plugins (#8847) Missing edge for multiple targets (#8854) Split large runtime manifest into separate bundles (#8837) Improvements to new resolver (#8844) Fix published files for resolver New resolver implementation in Rust (#8807) Update yarn.lock (#8843) Bump napi-rs to latest (#8838) Support .proxyrc.cjs (#8833) Sort global deps before injecting imports (#8818) Sort CSS module exports (#8817) fix: add extra information to unique bundles (#8784) Don't blow up HMR when <link />s don't have hrefs (#8800) v2.8.3 Changelog for v2.8.3 Address bug by updating an asset reference and merge conditions (#8762) ...
- Loading branch information
Showing
709 changed files
with
23,753 additions
and
7,706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ on: | |
schedule: | ||
- cron: '0 0 * * *' | ||
workflow_dispatch: | ||
permissions: | ||
contents: read # for actions/checkout | ||
jobs: | ||
build: | ||
strategy: | ||
|
@@ -35,9 +37,9 @@ jobs: | |
|
||
build-linux-gnu-x64: | ||
name: linux-gnu-x64 | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: docker.io/centos/nodejs-12-centos7 | ||
image: docker.io/adrienv1520/nodejs-16-centos7 | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Install yarn | ||
|
@@ -77,7 +79,7 @@ jobs: | |
strip: aarch64-linux-gnu-strip | ||
cflags: '' | ||
name: ${{ matrix.target }} | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Install Rust | ||
|
@@ -127,7 +129,7 @@ jobs: | |
strip: aarch64-linux-musl-strip | ||
cflags: '' | ||
name: ${{ matrix.target }} | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine | ||
credentials: | ||
|
@@ -144,12 +146,6 @@ jobs: | |
profile: minimal | ||
override: true | ||
target: ${{ matrix.target }} | ||
- name: Install cross compile toolchains | ||
if: ${{ matrix.target == 'aarch64-unknown-linux-musl' }} | ||
run: | | ||
curl -O http://musl.cc/aarch64-linux-musl-cross.tgz | ||
tar xzf aarch64-linux-musl-cross.tgz | ||
cp -R aarch64-linux-musl-cross/* /usr | ||
- uses: bahmutov/[email protected] | ||
- name: Build native packages | ||
run: yarn build-native-release | ||
|
@@ -200,7 +196,7 @@ jobs: | |
run: ls -l packages/*/*/*.node | ||
|
||
build-and-release: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-20.04 | ||
name: Build and release nightly | ||
needs: | ||
- build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ on: | |
release: | ||
types: [published] | ||
workflow_dispatch: | ||
permissions: | ||
contents: read # for actions/checkout | ||
jobs: | ||
build: | ||
strategy: | ||
|
@@ -35,9 +37,9 @@ jobs: | |
|
||
build-linux-gnu-x64: | ||
name: linux-gnu-x64 | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: docker.io/centos/nodejs-12-centos7 | ||
image: docker.io/adrienv1520/nodejs-16-centos7 | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Install yarn | ||
|
@@ -77,7 +79,7 @@ jobs: | |
strip: aarch64-linux-gnu-strip | ||
cflags: '' | ||
name: ${{ matrix.target }} | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Install Rust | ||
|
@@ -127,7 +129,7 @@ jobs: | |
strip: aarch64-linux-musl-strip | ||
cflags: '' | ||
name: ${{ matrix.target }} | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine | ||
credentials: | ||
|
@@ -144,12 +146,6 @@ jobs: | |
profile: minimal | ||
override: true | ||
target: ${{ matrix.target }} | ||
- name: Install cross compile toolchains | ||
if: ${{ matrix.target == 'aarch64-unknown-linux-musl' }} | ||
run: | | ||
curl -O http://musl.cc/aarch64-linux-musl-cross.tgz | ||
tar xzf aarch64-linux-musl-cross.tgz | ||
cp -R aarch64-linux-musl-cross/* /usr | ||
- uses: bahmutov/[email protected] | ||
- name: Build native packages | ||
run: yarn build-native-release | ||
|
@@ -200,7 +196,7 @@ jobs: | |
run: ls -l packages/*/*/*.node | ||
|
||
build-and-release: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-20.04 | ||
name: Build and release the tagged version | ||
needs: | ||
- build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"args": [ | ||
"--extensionDevelopmentPath=${workspaceFolder}/packages/utils/parcelforvscode" | ||
], | ||
"name": "Launch Parcel for VSCode Extension", | ||
"outFiles": [ | ||
"${workspaceFolder}/packages/utils/parcelforvscode/out/**/*.js" | ||
], | ||
"preLaunchTask": "Watch VSCode Extension", | ||
"request": "launch", | ||
"type": "extensionHost" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"path": "packages/utils/parcel-lsp/", | ||
"label": "npm: watch - packages/utils/parcel-lsp", | ||
"type": "npm", | ||
"script": "watch", | ||
"problemMatcher": "$tsc-watch", | ||
"isBackground": true, | ||
"presentation": { | ||
"reveal": "never" | ||
}, | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
}, | ||
{ | ||
"path": "packages/utils/parcel-lsp-protocol/", | ||
"label": "npm: watch - packages/utils/parcel-lsp-protocol", | ||
"type": "npm", | ||
"script": "watch", | ||
"problemMatcher": "$tsc-watch", | ||
"isBackground": true, | ||
"presentation": { | ||
"reveal": "never" | ||
}, | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
}, | ||
{ | ||
"path": "packages/utils/parcelforvscode/", | ||
"label": "npm: watch - packages/utils/parcelforvscode", | ||
"type": "npm", | ||
"script": "watch", | ||
"problemMatcher": "$tsc-watch", | ||
"isBackground": true, | ||
"presentation": { | ||
"reveal": "never" | ||
}, | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
}, | ||
{ | ||
"label": "Watch VSCode Extension", | ||
"dependsOn": [ | ||
"npm: watch - packages/utils/parcel-lsp", | ||
"npm: watch - packages/utils/parcel-lsp-protocol", | ||
"npm: watch - packages/utils/parcelforvscode" | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.