Simran Spiller
54b0aed6ec
Cache dependency licenses
2021-06-29 00:05:21 +02:00
Simran Spiller
e5cff8a646
Update several dev dependencies
...
* @typescript-eslint/eslint-plugin to v4.28.0
* @typescript-eslint/parser to v4.28.0
* @vercel/ncc to v0.28.6
* eslint to v7.29.0
* eslint-config-prettier to v8.3.0
* husky to v4.3.8
* prettier to v2.3.2
* typescript to v4.3.4
2021-06-27 01:47:15 +02:00
Simran Spiller
d0d744e9a7
Update jest to v27
...
Removes Node.js 11 and 13 support
2021-06-27 01:12:41 +02:00
Simran Spiller
5b4d85a0f5
Update @octokit/plugin-rest-endpoint-methods to v5.3.4
2021-06-27 00:53:01 +02:00
Simran Spiller
29229dd2d5
Update @octokit/plugin-paginate-rest to v2.13.5
2021-06-27 00:48:41 +02:00
Simran Spiller
0e47063be0
Update @octokit/core to v3.5.1
2021-06-27 00:44:54 +02:00
Simran Spiller
140858e476
Update @actions/io to v1.1.1
2021-06-27 00:42:28 +02:00
Simran Spiller
52cfc0b02d
Update @actions/glob to v0.2.0
2021-06-27 00:41:16 +02:00
Simran Spiller
9a880db62f
Update @actions/github to v5.0.0
...
This changes the definition of the github object! The endpoints are now accessed via github.rest.{endpoint} rather than `github.{endpoint}`.
2021-06-27 00:39:30 +02:00
Simran Spiller
dde82948a7
Update @actions/core to v1.4.0
2021-06-27 00:28:15 +02:00
Josh Gross
672319273b
Merge pull request #153 from actions/joshmgross/npm-audit
...
Run `npm audit fix`
2021-06-18 14:02:49 -04:00
Josh Gross
7c21e3730f
Run npm audit fix
2021-06-18 13:56:15 -04:00
Josh Gross
787406b248
Merge pull request #152 from actions/joshmgross/add-instructions-for-pat
...
Add instructions for using a separate GitHub token
2021-06-18 13:53:38 -04:00
Josh Gross
bfb7c2383c
Add instructions for using a separate GitHub token
2021-06-10 12:15:08 -04:00
Josh Gross
c32ce148a6
Merge pull request #145 from MichaelDeBoey/patch-1
...
docs: remove `github-token` usage from examples
2021-06-10 12:04:15 -04:00
Michaël De Boey
cec08706ee
docs: remove github-token usage from examples
2021-05-23 01:53:58 +02:00
Josh Gross
a3e7071a34
Merge pull request #137 from actions/joshgross/update-actions-core
...
Update @actions/core to 1.2.7
2021-04-23 13:29:23 -04:00
Josh Gross
3858e71d11
Update license for @actions/core
2021-04-23 11:50:36 -04:00
Josh Gross
2b34a689ec
Update @actions/core to 1.2.7
2021-04-23 11:42:24 -04:00
Jonathan Clem
85e88a66ea
Merge pull request #136 from actions/search-cwd-first
...
Only search cwd on user-script require calls
2021-04-21 18:31:08 -04:00
Jonathan Clem
5cbb702e24
v4.0.1
2021-04-21 18:30:43 -04:00
Jonathan Clem
1ef7fd09ca
Remove require search fallback
2021-04-21 18:13:51 -04:00
Jonathan Clem
a49bf6b2cd
Search the cwd first, then existing module paths
2021-04-21 18:10:10 -04:00
Jonathan Clem
95fb649573
Merge pull request #135 from actions/wrap-require
...
Support installed npm modules and relative require
2021-04-21 17:50:55 -04:00
Jonathan Clem
2923e50f29
Run build script
2021-04-21 17:49:15 -04:00
Jonathan Clem
b616178d6d
Merge branch 'wrap-require' of https://github.com/actions/github-script into wrap-require
2021-04-21 17:48:41 -04:00
Jonathan Clem
c758586ea1
v4.0.0
2021-04-21 17:48:25 -04:00
Jonathan Clem
256da4ea4d
Update src/wrap-require.ts
...
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-04-21 17:46:09 -04:00
Jonathan Clem
5ee517dae8
Workflow syntax error
2021-04-21 17:43:39 -04:00
Jonathan Clem
fb7e8f7c67
Add npm ci to integration test
2021-04-21 17:43:02 -04:00
Jonathan Clem
4a93ad9f9e
Add actions/checkout
2021-04-21 17:41:41 -04:00
Jonathan Clem
19e7914023
Add integration test running
2021-04-21 17:39:54 -04:00
Jonathan Clem
3ede58996d
Add new integration tests
2021-04-21 17:37:37 -04:00
Jonathan Clem
01f87b6c01
Remove caveat about node_modules
2021-04-21 17:21:31 -04:00
Jonathan Clem
b0e12e725b
Add Webpack comment vis-a-vis eval
2021-04-21 17:12:33 -04:00
Jonathan Clem
7e12bd7395
Call resolve, then require
2021-04-21 17:10:11 -04:00
Jonathan Clem
7e8659dcd4
Run build
2021-04-21 17:06:44 -04:00
Jonathan Clem
d37f92ff11
Test eval
2021-04-21 17:06:36 -04:00
Jonathan Clem
1f8fc98741
Run build
2021-04-21 17:05:03 -04:00
Jonathan Clem
f57c84a8e8
Try global.module
2021-04-21 17:04:41 -04:00
Jonathan Clem
ade5cea985
Use concat for paths
2021-04-21 17:02:53 -04:00
Jonathan Clem
c1c139b0ab
Add a catch to support requiring installed modules
2021-04-21 16:58:37 -04:00
Jonathan Clem
3ca4cd5a00
Update documentation for relative require support
2021-04-21 16:48:53 -04:00
Jonathan Clem
83c92d6511
Rename nativeRequire to __original_require__
2021-04-21 16:41:31 -04:00
Jonathan Clem
c416f56b51
Pass nativeRequire, as well
2021-04-21 16:40:48 -04:00
Jonathan Clem
75e3a5b35d
Move wrapRequire to its own module
2021-04-21 16:37:24 -04:00
Jonathan Clem
e853490b13
Run build script
2021-04-21 16:35:28 -04:00
Jonathan Clem
f4e5d39c2a
Use a proxy to support relative requires
2021-04-21 16:32:28 -04:00
Jonathan Clem
ddba1b195d
Use non-Webpack-require in evaluated scripts
2021-04-21 16:16:20 -04:00
Josh Gross
59cb74c2ee
Merge pull request #125 from karlhorky/patch-1
...
Link to better octokit docs
2021-04-16 12:00:11 -04:00