Skip to content

Commit

Permalink
feat: update babel and drop browser modern version
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Dec 25, 2023
1 parent 7d3c342 commit 3b919fd
Show file tree
Hide file tree
Showing 114 changed files with 683 additions and 877 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,32 @@ jobs:

- name: Build
run: yarn run build
if: startsWith(matrix.node-version, '18.')
if: startsWith(matrix.node-version, '20.')

- name: Prettier
run: yarn run lint:prettier
if: startsWith(matrix.node-version, '18.')
if: startsWith(matrix.node-version, '20.')

- name: Typescript
run: yarn run tsc
if: startsWith(matrix.node-version, '18.')
if: startsWith(matrix.node-version, '20.')

- name: Eslint
run: yarn run lint:eslint
if: startsWith(matrix.node-version, '18.')
if: startsWith(matrix.node-version, '20.')

- name: Generate Test Coverage
run: yarn run test:coverage
if: startsWith(matrix.node-version, '18.')
if: startsWith(matrix.node-version, '20.')
env:
CI: true

- name: Send results to codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: startsWith(matrix.node-version, '18.')
if: startsWith(matrix.node-version, '20.')

- name: Check nothing was forgotten before commit
if: startsWith(matrix.node-version, '18.')
if: startsWith(matrix.node-version, '20.')
run: yarn run repository-check-dirty
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"editor.formatOnSave": true,
"eslint.codeActionsOnSave.mode": "all",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
"source.fixAll.eslint": "always",
"source.organizeImports": "never"
},

// jest
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ supportedArchitectures:
os:
- linux
- darwin
libc:
- glibc
- musl
12 changes: 6 additions & 6 deletions dist/index-browser.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index-browser.es.js.map

Large diffs are not rendered by default.

265 changes: 0 additions & 265 deletions dist/index-browsermodern.es.js

This file was deleted.

0 comments on commit 3b919fd

Please sign in to comment.