Skip to content

Commit

Permalink
Merge branch 'bdo/number-edgetypes' into lettertwo/buffer-backed-graph
Browse files Browse the repository at this point in the history
* bdo/number-edgetypes: (70 commits)
  Use yarnpkg registry for all the things (#6908)
  Fix issue about loading configs from tsconfig.json (#6881)
  Add `@section` to Compressor type (#6885)
  Parcel API improvements (#6866)
  Use stream-browserify for polyfilling instead (#6863)
  Add support for compressor plugins (#6776)
  Support for inline style attributes and inline scripts in SVG (#6797)
  Bump less (#6852)
  Make sure (non-React) SVGs are in separate bundles (#6757)
  Add support for injecting manifest into service workers (#6798)
  Fix 'does not export default' error with scope hoisting and url/worklet pipeline (#6803)
  Remaining cargo clippy fixes (#6829)
  Lazily install sharp only when needed (#6816)
  More cargo clippy suggestions (#6811)
  Don't emit runtime manifest for inline child bundles (#6807)
  Apply suggestions from rust-clippy (#6256)
  Fix add directoryExists function to matchFiles call. (#6784)
  Upgrade to Flow 158 (#6763)
  Revert "added cio headers (#6404)" (#6789)
  Process CSS in SVGs (#6743)
  ...
  • Loading branch information
lettertwo committed Sep 13, 2021
2 parents 938e307 + a97bcc1 commit 7e72653
Show file tree
Hide file tree
Showing 506 changed files with 10,836 additions and 3,482 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ untyped-import
untyped-type-import

[version]
0.153.0
0.158.0
4 changes: 2 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ jobs:
name: ${{ matrix.target }}
runs-on: ubuntu-latest
container:
image: docker.pkg.github.com/napi-rs/napi-rs/rust-nodejs-alpine:lts
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
steps:
- uses: actions/checkout@v1
- name: Install build tools
run: apk add --no-cache python3 make gcc g++ musl-dev
run: apk add --no-cache python3 make gcc g++ musl-dev curl
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ jobs:
name: ${{ matrix.target }}
runs-on: ubuntu-latest
container:
image: docker.pkg.github.com/napi-rs/napi-rs/rust-nodejs-alpine:lts
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
steps:
- uses: actions/checkout@v1
- name: Install build tools
run: apk add --no-cache python3 make gcc g++ musl-dev
run: apk add --no-cache python3 make gcc g++ musl-dev curl
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
4 changes: 1 addition & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"overrides": [
{
"files": [
"packages/packagers/js/src/prelude.js",
"packages/packagers/swc/src/dev-prelude.js",
"packages/shared/scope-hoisting/src/helpers.js"
"packages/packagers/js/src/dev-prelude.js"
],
"options": {
"trailingComma": "es5"
Expand Down

0 comments on commit 7e72653

Please sign in to comment.