Skip to content

Commit c80b144

Browse files
authored
Update dependencies (#1319)
* bump common version * bump undici * bump tsup It's a major bump but only because node 18 support has been dropped * update ava, nodemon, rimraf All to bump minimatch deps * update sentry * bump lodash * update jsonpath * bump sentry testkit * bump glob * rollback ava * update koa, glob * bump collections * update koa * update enquirer * general update * bunch of type updates * changeset * remove examples folder * versions * update GH action to push tags * fix common adpator dep * update action dependencies
1 parent fc0b7ae commit c80b144

50 files changed

Lines changed: 2222 additions & 3747 deletions

Some content is hidden

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

.github/workflows/publish.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 1
14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v6
1515
with:
1616
node-version: '22.12'
1717
- uses: pnpm/action-setup@v4
@@ -22,6 +22,13 @@ jobs:
2222
env:
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
- run: pnpm publish -r --report-summary --publish-branch main --access=public
25+
26+
- run: git config user.name ${{ secrets.GH_USER }}
27+
- run: git config user.email ${{ secrets.GH_EMAIL }}
28+
29+
- name: Push tags
30+
run: pnpm changeset tag && git push --tags
31+
2532
- run: pnpm run generate-slack-report
2633
env:
2734
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}

examples/README.md

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

examples/dts-inspector/.postcssrc

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

examples/dts-inspector/CHANGELOG.md

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

examples/dts-inspector/README.md

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

examples/dts-inspector/esbuild.js

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

examples/dts-inspector/index.html

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

examples/dts-inspector/package.json

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

examples/dts-inspector/src/app.css

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

examples/dts-inspector/src/dts-area.tsx

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

0 commit comments

Comments
 (0)