Skip to content

update teambit.node/envs/node-babel-mocha env to remove ESM stuff #9026

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

Merged
merged 4 commits into from
Jul 12, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions .bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@
"scope": "teambit.legacy",
"version": "0.0.6",
"mainFile": "index.ts",
"rootDir": "components/legacy/bit-map"
"rootDir": "components/legacy/bit-map",
"config": {
"teambit.node/envs/[email protected]": {}
}
},
"builder": {
"name": "builder",
Expand Down Expand Up @@ -385,7 +388,10 @@
"scope": "teambit.legacy",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "components/legacy/component-list"
"rootDir": "components/legacy/component-list",
"config": {
"teambit.node/envs/[email protected]": {}
}
},
"component-log": {
"name": "component-log",
Expand Down Expand Up @@ -1568,7 +1574,10 @@
"scope": "teambit.component",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "scopes/component/sources"
"rootDir": "scopes/component/sources",
"config": {
"teambit.node/envs/[email protected]": {}
}
},
"stash": {
"name": "stash",
Expand Down Expand Up @@ -2100,7 +2109,10 @@
"scope": "teambit.legacy",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "components/legacy/utils"
"rootDir": "components/legacy/utils",
"config": {
"teambit.node/envs/[email protected]": {}
}
},
"utils/code-editor-options": {
"name": "utils/code-editor-options",
Expand Down
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ jobs:
- restore_cache:
key: bitsrc-registry10
- restore_cache:
key: core-aspect-env-v0.0.42-v1
key: core-aspect-env-v0.0.42-v2
- run: echo $BIT_FEATURES
- run: node -v
- run: npm -v
Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
name: bbit install
command: cd bit && bbit install
- save_cache:
key: core-aspect-env-v0.0.42-v1
key: core-aspect-env-v0.0.42-v2
paths:
- /home/circleci/Library/Caches/Bit/capsules/caec9a107
- run: cd bit && npm run link-bit-legacy
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
- restore_cache:
key: v3-linux-bvm-folder-{{ checksum "version.txt" }}
- restore_cache:
key: core-aspect-env-v0.0.42-v1
key: core-aspect-env-v0.0.42-v2
# - update_ssh_agent
# temporary, check if we can remove it
- run: cd bit && bit cc
Expand Down Expand Up @@ -574,7 +574,7 @@ jobs:
- restore_cache:
key: v3-linux-bvm-folder-{{ checksum "version.txt" }}
- restore_cache:
key: core-aspect-env-v0.0.42-v1
key: core-aspect-env-v0.0.42-v2
- bit_config:
env: "hub"
- restore_cache:
Expand Down Expand Up @@ -887,7 +887,7 @@ jobs:
- restore_cache:
key: bitsrc-registry10
- restore_cache:
key: core-aspect-env-v0.0.42-v1
key: core-aspect-env-v0.0.42-v2
- run: npm view @teambit/bit version > ./version.txt
- restore_cache:
key: v3-linux-bvm-folder-{{ checksum "version.txt" }}
Expand Down