Skip to content

Commit a69412a

Browse files
committed
Update repository URLs to point to open-circle organization
1 parent a14753b commit a69412a

File tree

61 files changed

+118
-119
lines changed

Some content is hidden

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

61 files changed

+118
-119
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ You can ask for any help or clarifications from the collaborators.
5757
- [Aris Kemper](https://github.com/ariskemper)
5858

5959
[fork]: https://help.github.com/articles/fork-a-repo/
60-
[pr]: https://github.com/fabian-hiller/valibot/compare
61-
[newissue]: https://github.com/fabian-hiller/valibot/issues/new
62-
[issues]: https://github.com/fabian-hiller/valibot/issues
60+
[pr]: https://github.com/open-circle/valibot/compare
61+
[newissue]: https://github.com/open-circle/valibot/issues/new
62+
[issues]: https://github.com/open-circle/valibot/issues

codemod/migrate-to-v0.31.0/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "workflow",
77
"meta": {
88
"tags": ["valibot", "v0.31.0", "pipeline", "pipe"],
9-
"git": "https://github.com/fabian-hiller/valibot/tree/main/codemod/migrate-to-v0.31.0"
9+
"git": "https://github.com/open-circle/valibot/tree/main/codemod/migrate-to-v0.31.0"
1010
},
1111
"applicability": {
1212
"from": [["valibot", "<=", "0.30.0"]]

codemod/zod-to-valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://valibot.dev",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/fabian-hiller/valibot"
10+
"url": "https://github.com/open-circle/valibot"
1111
},
1212
"keywords": [
1313
"codemod",

library/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ All notable changes to the library will be documented in this file.
272272

273273
## v0.20.0 (October 31, 2023)
274274

275-
> Note: The library has been revised and refactored. There is a migration guide in the [release notes](https://github.com/fabian-hiller/valibot/releases/tag/v0.20.0).
275+
> Note: The library has been revised and refactored. There is a migration guide in the [release notes](https://github.com/open-circle/valibot/releases/tag/v0.20.0).
276276
277277
- Add `getRestAndDefaultArgs` utility function
278278
- Add `rest` argument to `object` and `objectAsync` schema
@@ -358,7 +358,7 @@ All notable changes to the library will be documented in this file.
358358

359359
## v0.13.0 (August 23, 2023)
360360

361-
> Note: The library has been revised and refactored. There is a migration guide in the [release notes](https://github.com/fabian-hiller/valibot/releases/tag/v0.13.0).
361+
> Note: The library has been revised and refactored. There is a migration guide in the [release notes](https://github.com/open-circle/valibot/releases/tag/v0.13.0).
362362
363363
- Add `fallback` and `fallbackAsync` method (pull request #103)
364364
- Add `excludes` validation as negation of `includes`

library/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Valibot Logo](https://github.com/fabian-hiller/valibot/blob/main/valibot.jpg?raw=true)
1+
![Valibot Logo](https://github.com/open-circle/valibot/blob/main/valibot.jpg?raw=true)
22

33
# Valibot
44

@@ -65,24 +65,24 @@ In addition, it allows you to easily extend my functionality with external code
6565

6666
Thanks to our partners who support my development! [Join them](https://github.com/sponsors/fabian-hiller) and contribute to the sustainability of open source software!
6767

68-
![Partners of Valibot](https://github.com/fabian-hiller/valibot/blob/main/partners.webp?raw=true)
68+
![Partners of Valibot](https://github.com/open-circle/valibot/blob/main/partners.webp?raw=true)
6969

7070
## Credits
7171

7272
My friend [Fabian](https://github.com/fabian-hiller) created me as part of his [bachelor thesis](https://valibot.dev/thesis.pdf) at [Stuttgart Media University](https://www.hdm-stuttgart.de/en/), supervised by Walter Kriha, [Miško Hevery](https://github.com/mhevery) and [Ryan Carniato](https://github.com/ryansolid). My role models also include [Colin McDonnell](https://github.com/colinhacks), who had a big influence on my API design with [Zod](https://zod.dev/).
7373

7474
## Feedback
7575

76-
Find a bug or have an idea how to improve my code? Please fill out an [issue](https://github.com/fabian-hiller/valibot/issues/new). Together we can make the library even better!
76+
Find a bug or have an idea how to improve my code? Please fill out an [issue](https://github.com/open-circle/valibot/issues/new). Together we can make the library even better!
7777

7878
## License
7979

80-
I am completely free and licensed under the [MIT license](https://github.com/fabian-hiller/valibot/blob/main/LICENSE.md). But if you like, you can feed me with a star on [GitHub](https://github.com/fabian-hiller/valibot).
80+
I am completely free and licensed under the [MIT license](https://github.com/open-circle/valibot/blob/main/LICENSE.md). But if you like, you can feed me with a star on [GitHub](https://github.com/open-circle/valibot).
8181

8282
[license-image]: https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square
8383
[license-url]: https://opensource.org/licenses/MIT
84-
[ci-image]: https://img.shields.io/github/actions/workflow/status/fabian-hiller/valibot/ci.yml?branch=main&logo=github&style=flat-square
85-
[ci-url]: https://github.com/fabian-hiller/valibot/actions/workflows/ci.yml
84+
[ci-image]: https://img.shields.io/github/actions/workflow/status/open-circle/valibot/ci.yml?branch=main&logo=github&style=flat-square
85+
[ci-url]: https://github.com/open-circle/valibot/actions/workflows/ci.yml
8686
[npm-image]: https://img.shields.io/npm/v/valibot.svg?style=flat-square
8787
[npm-url]: https://npmjs.org/package/valibot
8888
[downloads-image]: https://img.shields.io/npm/dm/valibot.svg?style=flat-square

library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://valibot.dev",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/fabian-hiller/valibot"
10+
"url": "https://github.com/open-circle/valibot"
1111
},
1212
"keywords": [
1313
"modular",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://valibot.dev",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/fabian-hiller/valibot"
10+
"url": "https://github.com/open-circle/valibot"
1111
},
1212
"private": true,
1313
"devDependencies": {

packages/i18n/README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,38 +33,38 @@ The official i18n translations for Valibot. See the [internationalization guide]
3333
| Ukrainian (uk) | [#423][pr-423-url] ||
3434
| Vietnamese (vi) | [#951][pr-951-url] ||
3535

36-
[pr-397-url]: https://github.com/fabian-hiller/valibot/pull/397
37-
[pr-418-url]: https://github.com/fabian-hiller/valibot/pull/418
38-
[pr-419-url]: https://github.com/fabian-hiller/valibot/pull/419
39-
[pr-422-url]: https://github.com/fabian-hiller/valibot/pull/422
40-
[pr-423-url]: https://github.com/fabian-hiller/valibot/pull/423
41-
[pr-427-url]: https://github.com/fabian-hiller/valibot/pull/427
42-
[pr-429-url]: https://github.com/fabian-hiller/valibot/pull/429
43-
[pr-431-url]: https://github.com/fabian-hiller/valibot/pull/431
44-
[pr-434-url]: https://github.com/fabian-hiller/valibot/pull/434
45-
[pr-438-url]: https://github.com/fabian-hiller/valibot/pull/438
46-
[pr-439-url]: https://github.com/fabian-hiller/valibot/pull/439
47-
[pr-472-url]: https://github.com/fabian-hiller/valibot/pull/472
48-
[pr-509-url]: https://github.com/fabian-hiller/valibot/pull/509
49-
[pr-527-url]: https://github.com/fabian-hiller/valibot/pull/527
50-
[pr-549-url]: https://github.com/fabian-hiller/valibot/pull/549
51-
[pr-560-url]: https://github.com/fabian-hiller/valibot/pull/560
52-
[pr-581-url]: https://github.com/fabian-hiller/valibot/pull/581
53-
[pr-584-url]: https://github.com/fabian-hiller/valibot/pull/584
54-
[pr-605-url]: https://github.com/fabian-hiller/valibot/pull/605
55-
[pr-606-url]: https://github.com/fabian-hiller/valibot/pull/606
56-
[pr-652-url]: https://github.com/fabian-hiller/valibot/pull/652
57-
[pr-683-url]: https://github.com/fabian-hiller/valibot/pull/683
58-
[pr-838-url]: https://github.com/fabian-hiller/valibot/pull/838
59-
[pr-886-url]: https://github.com/fabian-hiller/valibot/pull/886
60-
[pr-951-url]: https://github.com/fabian-hiller/valibot/pull/951
36+
[pr-397-url]: https://github.com/open-circle/valibot/pull/397
37+
[pr-418-url]: https://github.com/open-circle/valibot/pull/418
38+
[pr-419-url]: https://github.com/open-circle/valibot/pull/419
39+
[pr-422-url]: https://github.com/open-circle/valibot/pull/422
40+
[pr-423-url]: https://github.com/open-circle/valibot/pull/423
41+
[pr-427-url]: https://github.com/open-circle/valibot/pull/427
42+
[pr-429-url]: https://github.com/open-circle/valibot/pull/429
43+
[pr-431-url]: https://github.com/open-circle/valibot/pull/431
44+
[pr-434-url]: https://github.com/open-circle/valibot/pull/434
45+
[pr-438-url]: https://github.com/open-circle/valibot/pull/438
46+
[pr-439-url]: https://github.com/open-circle/valibot/pull/439
47+
[pr-472-url]: https://github.com/open-circle/valibot/pull/472
48+
[pr-509-url]: https://github.com/open-circle/valibot/pull/509
49+
[pr-527-url]: https://github.com/open-circle/valibot/pull/527
50+
[pr-549-url]: https://github.com/open-circle/valibot/pull/549
51+
[pr-560-url]: https://github.com/open-circle/valibot/pull/560
52+
[pr-581-url]: https://github.com/open-circle/valibot/pull/581
53+
[pr-584-url]: https://github.com/open-circle/valibot/pull/584
54+
[pr-605-url]: https://github.com/open-circle/valibot/pull/605
55+
[pr-606-url]: https://github.com/open-circle/valibot/pull/606
56+
[pr-652-url]: https://github.com/open-circle/valibot/pull/652
57+
[pr-683-url]: https://github.com/open-circle/valibot/pull/683
58+
[pr-838-url]: https://github.com/open-circle/valibot/pull/838
59+
[pr-886-url]: https://github.com/open-circle/valibot/pull/886
60+
[pr-951-url]: https://github.com/open-circle/valibot/pull/951
6161

6262
## Getting started
6363

6464
Step 1: Clone repository
6565

6666
```bash
67-
git clone git@github.com:fabian-hiller/valibot.git
67+
git clone git@github.com:open-circle/valibot.git
6868
```
6969

7070
Step 2: Install dependencies

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://valibot.dev",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/fabian-hiller/valibot"
10+
"url": "https://github.com/open-circle/valibot"
1111
},
1212
"keywords": [
1313
"valibot",

packages/to-json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/fabian-hiller/valibot"
15+
"url": "https://github.com/open-circle/valibot"
1616
},
1717
"keywords": [
1818
"valibot",

0 commit comments

Comments
 (0)