mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-22 22:08:51 +00:00
π Version bump (#1658)
* Fix failed ncc build (#1657) * Initial plan * Replace @vercel/ncc with esbuild to support @actions/core@3.0.0 (ESM-only) Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> * π¦οΈ Build * Replace esbuild with rimraf + rollup for packaging Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> * Remove rollup.config.js build artifact from git tracking Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> * Remove yarn, switch to npm Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> Co-authored-by: marocchino <marocchino@users.noreply.github.com> * π Version bump * π Update condition * π§ Update tsconfig * Fix ERR_PACKAGE_PATH_NOT_EXPORTED with Node.js v24 and ESM-only @actions packages (#1659) * Initial plan * Initial plan for fixing ESM-only @actions packages build failure Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> * Fix build failure: update tsconfig and rollup config for ESM-only @actions packages Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
This commit is contained in:
parent
7d67ef6450
commit
aaf617804e
11 changed files with 35238 additions and 65487 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,11 +1,11 @@
|
|||
__tests__/runner/*
|
||||
|
||||
lib/*
|
||||
rollup.config.js
|
||||
# ^^^ compiled output of rollup.config.ts (generated by --configPlugin at build time)
|
||||
# comment out in distribution branches
|
||||
node_modules/
|
||||
|
||||
package-lock.json
|
||||
|
||||
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
# Logs
|
||||
logs
|
||||
|
|
@ -67,8 +67,8 @@ typings/
|
|||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
# Yarn lock file
|
||||
yarn.lock
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
|
|
@ -96,5 +96,3 @@ typings/
|
|||
.dynamodb/
|
||||
|
||||
.vscode/
|
||||
|
||||
.yarn.lock
|
||||
|
|
|
|||
Loadingβ¦
Add table
Add a link
Reference in a new issue