Skip to content

Commit bf1d74d

Browse files
authored
Merge branch 'main' into dynamiclink
2 parents 491dee9 + f4f32ba commit bf1d74d

File tree

231 files changed

+1181
-14864
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+1181
-14864
lines changed

.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,17 @@
420420
"contributions": [
421421
"doc"
422422
]
423+
},
424+
{
425+
"login": "AugustinMauroy",
426+
"name": "Augustin Mauroy",
427+
"avatar_url": "https://avatars.githubusercontent.com/u/97875033?v=4",
428+
"profile": "http://augustinmauroy.github.io/",
429+
"contributions": [
430+
"code",
431+
"bug",
432+
"ideas"
433+
]
423434
}
424435
],
425436
"contributorsPerLine": 7,

.github/workflows/deprecated-test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
include:
1818
- os: ubuntu-latest
1919
db_required: true
20-
- os: windows-latest
21-
db_required: false
2220

2321
steps:
2422
- name: Check out Git repository
@@ -54,12 +52,7 @@ jobs:
5452
run: pnpm build --filter codemod --filter @codemod-com/jscodeshift-utils
5553

5654
- name: Run unit tests
57-
run: |
58-
if [[ ${{ matrix.os }} == "windows-latest" ]]; then
59-
pnpm test:win
60-
else
61-
pnpm build --filter @codemod-com/backend && pnpm test
62-
fi
55+
run: pnpm build --filter @codemod-com/backend && pnpm test
6356
shell: bash
6457
env:
6558
DATABASE_URI: ${{ secrets.DATABASE_URI }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ documentation = "https://docs.rs/butterflow"
2121
repository = "https://github.com/codemod-com/butterflow"
2222
license = "MIT"
2323
rust-version = "1.70"
24-
version = "1.0.0-rc.6"
24+
version = "1.0.0-rc.8"
2525

2626
[workspace.dependencies]
2727
butterflow-models = { path = "crates/models" }

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
145145
</tr>
146146
<tr>
147147
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sid-maddy"><img src="https://avatars.githubusercontent.com/u/10049286?v=4?s=100" width="100px;" alt="Siddhesh Mhadnak"/><br /><sub><b>Siddhesh Mhadnak</b></sub></a><br /><a href="https://github.com/codemod-com/codemod/commits?author=sid-maddy" title="Documentation">📖</a></td>
148+
<td align="center" valign="top" width="14.28%"><a href="http://augustinmauroy.github.io/"><img src="https://avatars.githubusercontent.com/u/97875033?v=4?s=100" width="100px;" alt="Augustin Mauroy"/><br /><sub><b>Augustin Mauroy</b></sub></a><br /><a href="https://github.com/codemod-com/codemod/commits?author=AugustinMauroy" title="Code">💻</a> <a href="https://github.com/codemod-com/codemod/issues?q=author%3AAugustinMauroy" title="Bug reports">🐛</a> <a href="#ideas-AugustinMauroy" title="Ideas, Planning, & Feedback">🤔</a></td>
148149
</tr>
149150
</tbody>
150151
</table>

apps/ai/ai/__init__.py

Whitespace-only changes.

apps/backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codemod-com/backend
22

3+
## 0.0.174
4+
5+
### Patch Changes
6+
7+
- @codemod-com/runner@1.3.9
8+
39
## 0.0.173
410

511
### Patch Changes

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemod-com/backend",
3-
"version": "0.0.173",
3+
"version": "0.0.174",
44
"scripts": {
55
"build": "tsc && node esbuild.config.js",
66
"start": "node build/index.js",

apps/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# codemod
22

3+
## 0.18.9
4+
5+
### Patch Changes
6+
7+
- 865a8b2: Fix a bug in relative path detection
8+
- Updated dependencies [865a8b2]
9+
- @codemod.com/workflow@0.0.32
10+
311
## 0.18.8
412

513
### Patch Changes

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy