Commit Graph

231 Commits

Author SHA1 Message Date
Dustin Loring
46616cd744 chore: pnpm update
ran pnpm update
2025-01-17 12:34:33 -05:00
Dustin Loring
5615738c0c
chore: reused ignore patterns
reused ignore patterns for importing
2025-01-17 12:29:03 -05:00
Dustin Loring
f54535e534 chore: reused ignore patterns
reused ignore patterns for importing
2025-01-17 12:28:23 -05:00
Dustin Loring
5715a041e6
feat: import folder
added the ability to import a local folder
2025-01-17 12:06:27 -05:00
Dustin Loring
03ef4173af feat: import folder
added the ability to import a local folder
2025-01-17 12:03:04 -05:00
Dustin Loring
df945fcf68
chore: issue with current wrangler
downgraded current wrangler version due to a warning
2025-01-17 08:45:46 -05:00
Dustin Loring
532f5178f8 chore: issue with current wrangler
downgraded current wrangler version due to a warning
2025-01-17 08:42:51 -05:00
Dustin Loring
0e5d877e35
feat: starter templates
added starter templates
2025-01-17 08:10:52 -05:00
Dustin Loring
0066a6f55f feat: starter templates
added starter templates
2025-01-17 08:08:07 -05:00
Dustin Loring
576d28dccf
feat: git clone by url
ability to git clone by url
2025-01-17 07:39:01 -05:00
Dustin Loring
855121a70e feat: git clone by url
ability to git clone by url
2025-01-17 07:36:07 -05:00
Dustin Loring
e312b8cd07
chore: update docker base image
updated docker base image to reduce the vulnerabilities in docker
2025-01-17 06:57:23 -05:00
Dustin Loring
ea3eed4971 chore: update docker base image
updated docker base image to reduce the vulnerabilities in docker
2025-01-17 06:55:19 -05:00
Dustin Loring
99feeec40a
chore: pnpm update
just a pnpm update
2025-01-17 06:38:56 -05:00
Dustin Loring
f99bc3d6a0 chore: pnpm update
just a pnpm update
2025-01-17 06:37:04 -05:00
Dustin Loring
c8820adcbd
feat: git clone support
add git clone support
2025-01-17 06:11:26 -05:00
Dustin Loring
5795b0e2ef feat: git clone support
add git clone support
2025-01-17 06:09:31 -05:00
Dustin Loring
6d12e44fae
chore: update types
updated types
2025-01-16 21:36:38 -05:00
Dustin Loring
d98695f2ef chore: update types
updated types
2025-01-16 21:36:07 -05:00
Dustin Loring
0d8ae3f5e6
chore: sourcemap codec fix
fix a warning with sourcemap codec
2025-01-16 21:23:08 -05:00
Dustin Loring
bf724acbb9 chore: sourcemap codec fix
fix a warning with sourcemap codec
2025-01-16 21:20:51 -05:00
Dustin Loring
caf4e47417
feat: more codemirror support
added more codemirror support
2025-01-16 21:10:00 -05:00
Dustin Loring
f4694d5ab5 feat: more codemirror support
added more codemirror support
2025-01-16 21:07:49 -05:00
Dustin Loring
9392e50a9e
chore: vitest update
update the vitest package
2025-01-16 19:48:04 -05:00
Dustin Loring
c099f66914 chore: vitest update
update the vitest package
2025-01-16 19:44:46 -05:00
Dustin Loring
d7c4248ada
feat: push to github
added the ability to push projects to github from the workbench
2025-01-16 17:23:50 -05:00
Dustin Loring
99d587e8e4 feat: push to github
added the ability to push projects to github from the workbench
2025-01-16 16:50:22 -05:00
Dustin Loring
cfdb96e70e
Merge pull request #29 from open-bolt/dependabot/npm_and_yarn/wrangler-3.103.1
chore(deps-dev): bump wrangler from 3.103.0 to 3.103.1
2025-01-16 14:11:29 -05:00
dependabot[bot]
c7992bde86
chore(deps-dev): bump wrangler from 3.103.0 to 3.103.1
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.103.0 to 3.103.1.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.103.1/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-16 19:04:11 +00:00
Dustin Loring
e3511ba278
feat: add icons
added icons for use later
2025-01-16 13:59:54 -05:00
Dustin Loring
b01f4209d4 feat: add icons
added icons for use later
2025-01-16 13:57:29 -05:00
Dustin Loring
42d2fdbfe2
fix: for open in new tab
fixed the open project in a new tab button
2025-01-16 13:40:25 -05:00
Dustin Loring
49f75ae2ff fix: for open in new tab
fixed the open project in a new tab button
2025-01-16 13:38:04 -05:00
Dustin Loring
c659b21941
feat: codemirror vue support
add codemirror vue support
2025-01-16 13:27:14 -05:00
Dustin Loring
b5bc39b36c feat: codemirror vue support
add codemirror vue support
2025-01-16 13:25:14 -05:00
Dustin Loring
15ec1dbb84
chore: update webcontainer package
updated the webcontainer package to the latest
2025-01-16 13:19:02 -05:00
Dustin Loring
438a047066 chore: update webcontaienr package
updated the webcontaienr package to the latest
2025-01-16 13:16:41 -05:00
Dustin Loring
85e827d754
Merge pull request #24 from open-bolt/dependabot/npm_and_yarn/ai-sdk/anthropic-1.0.9
chore(deps): bump @ai-sdk/anthropic from 0.0.39 to 1.0.9
2025-01-16 13:03:12 -05:00
dependabot[bot]
0cc0b61c58
chore(deps): bump @ai-sdk/anthropic from 0.0.39 to 1.0.9
Bumps [@ai-sdk/anthropic](https://github.com/vercel/ai) from 0.0.39 to 1.0.9.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/anthropic@0.0.39...@ai-sdk/anthropic@1.0.9)

---
updated-dependencies:
- dependency-name: "@ai-sdk/anthropic"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-16 17:32:25 +00:00
Dustin Loring
4ce3800b14
Merge pull request #23 from open-bolt/main
chore: update 2 dependences
2025-01-16 12:28:59 -05:00
Dustin Loring
1d072497ed
Merge pull request #18 from open-bolt/dependabot/npm_and_yarn/vite-tsconfig-paths-5.1.4
chore(deps-dev): bump vite-tsconfig-paths from 4.3.2 to 5.1.4
2025-01-16 12:18:52 -05:00
Dustin Loring
307a0d2db3
Merge pull request #2 from open-bolt/dependabot/npm_and_yarn/multi-4b8a068db8
chore(deps): bump diff and @types/diff
2025-01-16 12:17:19 -05:00
Dustin Loring
cad5974814
Merge pull request #5 from open-bolt/dependabot/npm_and_yarn/is-ci-4.1.0
chore(deps-dev): bump is-ci from 3.0.1 to 4.1.0
2025-01-16 12:17:00 -05:00
dependabot[bot]
188410d31e
chore(deps-dev): bump is-ci from 3.0.1 to 4.1.0
Bumps [is-ci](https://github.com/watson/is-ci) from 3.0.1 to 4.1.0.
- [Release notes](https://github.com/watson/is-ci/releases)
- [Changelog](https://github.com/watson/is-ci/blob/master/CHANGELOG.md)
- [Commits](https://github.com/watson/is-ci/compare/v3.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: is-ci
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-16 17:07:09 +00:00
dependabot[bot]
ca5deeb2e2
chore(deps-dev): bump vite-tsconfig-paths from 4.3.2 to 5.1.4
Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.3.2 to 5.1.4.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.1.4)

---
updated-dependencies:
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-16 17:06:12 +00:00
dependabot[bot]
d98ce1c13f
chore(deps): bump diff and @types/diff
Bumps [diff](https://github.com/kpdecker/jsdiff) and [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff). These dependencies needed to be updated together.

Updates `diff` from 5.2.0 to 7.0.0
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/compare/v5.2.0...7.0.0)

Updates `@types/diff` from 5.2.3 to 7.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff)

---
updated-dependencies:
- dependency-name: diff
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/diff"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-16 17:06:01 +00:00
Dustin Loring
234b9c2cac
Merge pull request #10 from open-bolt/dependabot/npm_and_yarn/remix-utils-8.0.0
chore(deps): bump remix-utils from 7.7.0 to 8.0.0
2025-01-16 12:03:11 -05:00
Dustin Loring
7414f4184f
Merge pull request #11 from open-bolt/dependabot/npm_and_yarn/vitest-3.0.0
chore(deps-dev): bump vitest from 2.1.8 to 3.0.0
2025-01-16 12:03:00 -05:00
Dustin Loring
b6438b2517
Merge pull request #13 from open-bolt/dependabot/npm_and_yarn/ai-4.0.39
chore(deps): bump ai from 4.0.38 to 4.0.39
2025-01-16 12:01:19 -05:00
Dustin Loring
58d8502134
Merge pull request #14 from open-bolt/dependabot/npm_and_yarn/nanostores/react-0.8.4
chore(deps): bump @nanostores/react from 0.7.3 to 0.8.4
2025-01-16 11:59:17 -05:00