Commit d6cca13
committed
feat: update all dependencies and modernize runtime environment
BREAKING CHANGES:
- Update Node.js runtime from 12 to 20 (action.yml and Dockerfile)
- Replace deprecated 'request' library with native fetch API
- Update simple-git from 2.48.0 to 3.28.0
- Update nock from 13.5.6 to 14.0.10 (dev dependency)
- Remove unused child_process dependency
Changes:
- Use async/await with native fetch for HTTP requests
- Maintain backward compatibility with existing callback interface
- All tests continue to pass with updated dependencies
- Coverage remains stable at ~51%1 parent e05bdf5 commit d6cca13
File tree
442 files changed
+44828
-465
lines changed- node_modules
- .pnpm
- @[email protected]/node_modules
- @mswjs/interceptors
- ClientRequest
- RemoteHttpInterceptor
- WebSocket
- XMLHttpRequest
- fetch
- lib
- browser
- interceptors
- WebSocket
- XMLHttpRequest
- fetch
- presets
- node
- interceptors
- ClientRequest
- XMLHttpRequest
- fetch
- presets
- utils/node
- presets
- browser
- node
- src
- interceptors
- ClientRequest
- utils
- Socket
- utils
- WebSocket
- utils
- XMLHttpRequest
- polyfills
- utils
- fetch
- utils
- presets
- utils
- node
- @open-draft
- @[email protected]/node_modules/@open-draft/deferred-promise
- build
- @[email protected]/node_modules
- @open-draft/logger
- lib
- @[email protected]/node_modules/@open-draft/until
- lib
- [email protected]/node_modules/is-node-process
- lib
- [email protected]/node_modules
- @mswjs
- nock
- lib
- types
- node_modules
- .bin
- @mswjs
- @open-draft
- [email protected]/node_modules/outvariant
- lib
- [email protected]/node_modules
- @kwsites
- simple-git
- dist
- cjs
- esm
- src/lib
- args
- errors
- parsers
- plugins
- responses
- runners
- tasks
- types
- utils
- typings
- [email protected]/node_modules/strict-event-emitter
- lib
- .vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
442 files changed
+44828
-465
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
146 | | - | |
| 145 | + | |
147 | 146 | | |
148 | 147 | | |
149 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
150 | 160 | | |
151 | 161 | | |
152 | 162 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments