Skip to content

Commit

Permalink
Merge pull request #63 from ff6347/chore/renovate-astro
Browse files Browse the repository at this point in the history
chore(astro): Upgrade astro to v4
  • Loading branch information
ff6347 authored Feb 28, 2024
2 parents 962c702 + fc62141 commit 3942145
Show file tree
Hide file tree
Showing 12 changed files with 10,646 additions and 7,690 deletions.
47 changes: 20 additions & 27 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "ff6347",
"name": "Fabian Morón Zirfas",
"avatar_url": "https://avatars.githubusercontent.com/u/315106?v=4",
"profile": "https://fabianmoronzirfas.me",
"contributions": [
"code",
"design",
"ideas",
"infra"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "p5-code-sandbox",
"projectOwner": "ff6347"
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "ff6347",
"name": "Fabian Morón Zirfas",
"avatar_url": "https://avatars.githubusercontent.com/u/315106?v=4",
"profile": "https://fabianmoronzirfas.me",
"contributions": ["code", "design", "ideas", "infra"]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "p5-code-sandbox",
"projectOwner": "ff6347"
}
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public/lib/addons/*.js
public/lib/*.js
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
57 changes: 22 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,95 +1,82 @@
## [1.4.5](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.4...v1.4.5) (2023-12-17)


### Bug Fixes

* **mobile:** Add background on small screens ([8630b72](https://github.com/ff6347/p5-code-sandbox/commit/8630b721dfd75772b079bd243653b45f6c946ec9))
- **mobile:** Add background on small screens ([8630b72](https://github.com/ff6347/p5-code-sandbox/commit/8630b721dfd75772b079bd243653b45f6c946ec9))

## [1.4.4](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.3...v1.4.4) (2023-12-06)


### Bug Fixes

* **deps:** update dependency @astrojs/react to v3.0.7 ([176b754](https://github.com/ff6347/p5-code-sandbox/commit/176b754ce236cbcb8434923b62375b77e738a785))
- **deps:** update dependency @astrojs/react to v3.0.7 ([176b754](https://github.com/ff6347/p5-code-sandbox/commit/176b754ce236cbcb8434923b62375b77e738a785))

## [1.4.3](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.2...v1.4.3) (2023-12-04)


### Bug Fixes

* **deps:** update dependency astro to v3.6.4 ([6e7c628](https://github.com/ff6347/p5-code-sandbox/commit/6e7c628ab8c47bc402feb8c3124fe1edc3ad4f26))
* **deps:** update dependency p5 to v1.9.0 ([1565985](https://github.com/ff6347/p5-code-sandbox/commit/1565985db28d85ed3cf0b5b55cbb5cef48bf59ca))
- **deps:** update dependency astro to v3.6.4 ([6e7c628](https://github.com/ff6347/p5-code-sandbox/commit/6e7c628ab8c47bc402feb8c3124fe1edc3ad4f26))
- **deps:** update dependency p5 to v1.9.0 ([1565985](https://github.com/ff6347/p5-code-sandbox/commit/1565985db28d85ed3cf0b5b55cbb5cef48bf59ca))

## [1.4.2](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.1...v1.4.2) (2023-11-29)


### Bug Fixes

* **deps:** update dependency astro to v3.6.3 ([b393c0a](https://github.com/ff6347/p5-code-sandbox/commit/b393c0af6fda015cb7b06724da0a960e1f8425fa))
- **deps:** update dependency astro to v3.6.3 ([b393c0a](https://github.com/ff6347/p5-code-sandbox/commit/b393c0af6fda015cb7b06724da0a960e1f8425fa))

## [1.4.1](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.0...v1.4.1) (2023-11-25)


### Bug Fixes

* **deps:** update dependency @astrojs/react to v3.0.6 ([38e9f8a](https://github.com/ff6347/p5-code-sandbox/commit/38e9f8a7ab3d8baf5a176fa0240ba10190d07cb1))
* **deps:** update dependency @types/p5 to v1.7.4 ([7f7fa96](https://github.com/ff6347/p5-code-sandbox/commit/7f7fa965b812b4dcb05053c2dbb6b3dc656d96b1))
* **deps:** update dependency astro to v3.6.0 ([a86caef](https://github.com/ff6347/p5-code-sandbox/commit/a86caef1dfbf1f670c37685208a5236f59668105))
* **deps:** update dependency typescript to v5.3.2 ([22ca5cd](https://github.com/ff6347/p5-code-sandbox/commit/22ca5cd05f82db202e6206512e76dc94305656ac))
- **deps:** update dependency @astrojs/react to v3.0.6 ([38e9f8a](https://github.com/ff6347/p5-code-sandbox/commit/38e9f8a7ab3d8baf5a176fa0240ba10190d07cb1))
- **deps:** update dependency @types/p5 to v1.7.4 ([7f7fa96](https://github.com/ff6347/p5-code-sandbox/commit/7f7fa965b812b4dcb05053c2dbb6b3dc656d96b1))
- **deps:** update dependency astro to v3.6.0 ([a86caef](https://github.com/ff6347/p5-code-sandbox/commit/a86caef1dfbf1f670c37685208a5236f59668105))
- **deps:** update dependency typescript to v5.3.2 ([22ca5cd](https://github.com/ff6347/p5-code-sandbox/commit/22ca5cd05f82db202e6206512e76dc94305656ac))

# [1.4.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.3.0...v1.4.0) (2023-11-22)


### Features

* **startercode:** Add new starter code ([e1942de](https://github.com/ff6347/p5-code-sandbox/commit/e1942de6e31440afe741b07e9f4aa5bc7a107774))
- **startercode:** Add new starter code ([e1942de](https://github.com/ff6347/p5-code-sandbox/commit/e1942de6e31440afe741b07e9f4aa5bc7a107774))

# [1.3.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.2.0...v1.3.0) (2023-11-18)


### Features

* **formatter:** et default opts for prettier ([7ea71a9](https://github.com/ff6347/p5-code-sandbox/commit/7ea71a9b0902be7f35a978827ab44f0643d6d1c0))
* **formatter:** Use prettier as default formater ([757d03f](https://github.com/ff6347/p5-code-sandbox/commit/757d03fafaeb41ea514cbd9dde2e28391f7cfd50))
- **formatter:** et default opts for prettier ([7ea71a9](https://github.com/ff6347/p5-code-sandbox/commit/7ea71a9b0902be7f35a978827ab44f0643d6d1c0))
- **formatter:** Use prettier as default formater ([757d03f](https://github.com/ff6347/p5-code-sandbox/commit/757d03fafaeb41ea514cbd9dde2e28391f7cfd50))

# [1.2.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.1.1...v1.2.0) (2023-11-11)


### Bug Fixes

* Add missing types ([d2f8d86](https://github.com/ff6347/p5-code-sandbox/commit/d2f8d86de0f1ddb199f8ab9f1f3aaf65703be31a))

- Add missing types ([d2f8d86](https://github.com/ff6347/p5-code-sandbox/commit/d2f8d86de0f1ddb199f8ab9f1f3aaf65703be31a))

### Features

* **storage:** Save code in local storage ([ba296fd](https://github.com/ff6347/p5-code-sandbox/commit/ba296fd39068f10f3de9fc672d1552a69bc3504a))
- **storage:** Save code in local storage ([ba296fd](https://github.com/ff6347/p5-code-sandbox/commit/ba296fd39068f10f3de9fc672d1552a69bc3504a))

## [1.1.1](https://github.com/ff6347/p5-code-sandbox/compare/v1.1.0...v1.1.1) (2023-11-11)


### Bug Fixes

* **deps:** update dependency @types/p5 to v1.7.3 ([b665747](https://github.com/ff6347/p5-code-sandbox/commit/b6657478a77137dbbdc4b0eee48b45ec95ab37d5))
* **deps:** update dependency astro to v3.5.2 ([af931a2](https://github.com/ff6347/p5-code-sandbox/commit/af931a23e5c27c83e27d94b1eec7973cc69a1679))
- **deps:** update dependency @types/p5 to v1.7.3 ([b665747](https://github.com/ff6347/p5-code-sandbox/commit/b6657478a77137dbbdc4b0eee48b45ec95ab37d5))
- **deps:** update dependency astro to v3.5.2 ([af931a2](https://github.com/ff6347/p5-code-sandbox/commit/af931a23e5c27c83e27d94b1eec7973cc69a1679))

# [1.1.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.0.0...v1.1.0) (2023-11-08)


### Bug Fixes

* Mising p5 lib ([0bb8d31](https://github.com/ff6347/p5-code-sandbox/commit/0bb8d31d6f9fb42fb0e6f807d85836a031d97172))
* Responsive style for output ([ec72f46](https://github.com/ff6347/p5-code-sandbox/commit/ec72f468ee5185da1bfcdfcd414a8ac39d09e0fe))

- Mising p5 lib ([0bb8d31](https://github.com/ff6347/p5-code-sandbox/commit/0bb8d31d6f9fb42fb0e6f807d85836a031d97172))
- Responsive style for output ([ec72f46](https://github.com/ff6347/p5-code-sandbox/commit/ec72f468ee5185da1bfcdfcd414a8ac39d09e0fe))

### Features

* **editor:** Debounce input for smoother UX ([2495c28](https://github.com/ff6347/p5-code-sandbox/commit/2495c286811ef825cd96d42e3aa803cdcd3d7dc7))
* Load p5 from localhost ([33ae6e5](https://github.com/ff6347/p5-code-sandbox/commit/33ae6e5888b4d0dd628c6ca373492838a32cba8a))
* Move to astro ([87d6d1d](https://github.com/ff6347/p5-code-sandbox/commit/87d6d1de8576b281d27c8b7f0f769be3b6d2d382))
- **editor:** Debounce input for smoother UX ([2495c28](https://github.com/ff6347/p5-code-sandbox/commit/2495c286811ef825cd96d42e3aa803cdcd3d7dc7))
- Load p5 from localhost ([33ae6e5](https://github.com/ff6347/p5-code-sandbox/commit/33ae6e5888b4d0dd628c6ca373492838a32cba8a))
- Move to astro ([87d6d1d](https://github.com/ff6347/p5-code-sandbox/commit/87d6d1de8576b281d27c8b7f0f769be3b6d2d382))

# 1.0.0 (2023-11-04)


### Features

* **mvp:** First working version of editor ([f571adf](https://github.com/ff6347/p5-code-sandbox/commit/f571adfad5882e2746b4b9d0c84b340242672155))
- **mvp:** First working version of editor ([f571adf](https://github.com/ff6347/p5-code-sandbox/commit/f571adfad5882e2746b4b9d0c84b340242672155))
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
command = "export PUBLIC_BASE_URL=$DEPLOY_URL && npm run build"
command = "export PUBLIC_BASE_URL=$DEPLOY_URL && npm run build:netlify"
publish = "dist"
Loading

0 comments on commit 3942145

Please sign in to comment.