Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade renovate to get pnpm dependencies reported correctly #661

Merged
merged 5 commits into from Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 10 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -11,10 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- run: |
npm ci
pnpm i --frozen-lockfile
- run: |
npm run all
pnpm run all
- name: Verify no unstaged changes
run: __test__/verify-no-unstaged-changes.sh

Expand All @@ -32,8 +35,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: pnpm/action-setup@v2
with:
version: 8
- run: |
npm ci
pnpm i --frozen-lockfile
- run: |
npm run build
pnpm run build
- uses: ./
2 changes: 2 additions & 0 deletions .npmrc
@@ -0,0 +1,2 @@
public-hoist-pattern[]=*@one-ini/wasm
public-hoist-pattern[]=*@cdktf/hcl2json
6 changes: 3 additions & 3 deletions .vscode/launch.json
Expand Up @@ -5,18 +5,18 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"env": {
"TRY_USE_TEST_CONTEXT": "true"
},
"program": "${workspaceFolder}/src/main.ts",
"program": "${workspaceFolder}/src/index.ts",
"runtimeArgs": [
"--nolazy",
"-r",
"ts-node/register/transpile-only",
"esbuild-register",
"-r",
"dotenv/config"
],
Expand Down
704,908 changes: 2,935 additions & 701,973 deletions dist/index.js

Large diffs are not rendered by default.

172 changes: 172 additions & 0 deletions dist/index.js.LEGAL.txt

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