-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
1,701 additions
and
1,368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
"access": "public", | ||
"baseBranch": "main", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [ | ||
"astro-app", | ||
"examples-library", | ||
"tests-node-pkg", | ||
"tests-rollup-pkg", | ||
"tests-webpack5-app-es5", | ||
"tests-webpack5-pkg" | ||
] | ||
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
"access": "public", | ||
"baseBranch": "main", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [ | ||
"astro-app", | ||
"examples-library", | ||
"tests-node-pkg", | ||
"tests-rollup-pkg", | ||
"tests-webpack5-app-es5", | ||
"tests-webpack5-pkg" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"global-store": "1.0.0-beta.21", | ||
"stable-store": "0.0.0", | ||
"astro-app": "0.0.1", | ||
"examples-library": "0.0.0", | ||
"stable-versioned-store": "0.0.0", | ||
"tests-node-pkg": "1.0.0", | ||
"tests-rollup-pkg": "1.0.0", | ||
"tests-webpack5-app-es5": "1.0.0", | ||
"tests-webpack5-pkg": "1.0.0" | ||
}, | ||
"changesets": [ | ||
"fuzzy-coats-exercise", | ||
"thick-pillows-taste", | ||
"three-kangaroos-act", | ||
"wicked-paws-fly" | ||
] | ||
"mode": "pre", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"global-store": "1.0.0-beta.21", | ||
"stable-store": "0.0.0", | ||
"astro-app": "0.0.1", | ||
"examples-library": "0.0.0", | ||
"stable-versioned-store": "0.0.0", | ||
"tests-node-pkg": "1.0.0", | ||
"tests-rollup-pkg": "1.0.0", | ||
"tests-webpack5-app-es5": "1.0.0", | ||
"tests-webpack5-pkg": "1.0.0" | ||
}, | ||
"changesets": ["fuzzy-coats-exercise", "thick-pillows-taste", "three-kangaroos-act", "wicked-paws-fly"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"extends": [ | ||
"github>unional/renovate-preset" | ||
] | ||
"extends": ["github>unional/renovate-preset"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"astro-build.astro-vscode", | ||
"bradlc.vscode-tailwindcss" | ||
] | ||
"recommendations": ["dbaeumer.vscode-eslint", "astro-build.astro-vscode", "bradlc.vscode-tailwindcss"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,69 @@ | ||
{ | ||
"cSpell.words": [ | ||
"astro", | ||
"astrojs", | ||
"codeql", | ||
"iife", | ||
"immer", | ||
"jsnext", | ||
"libm", | ||
"Optionsinitializer", | ||
"pinst", | ||
"pjson", | ||
"repobuddy", | ||
"rollup", | ||
"snyk", | ||
"systemjs", | ||
"tada", | ||
"tsbuildinfo", | ||
"tsconfigs", | ||
"unsub" | ||
], | ||
"eslint.enable": true, | ||
"javascript.validate.enable": false, | ||
"json.schemas": [ | ||
{ | ||
"fileMatch": [ | ||
"tsconfig.*.json" | ||
], | ||
"url": "http://json.schemastore.org/tsconfig" | ||
} | ||
], | ||
"search.exclude": { | ||
"**/*.code-search": true, | ||
"**/bower_components": true, | ||
"**/dist": true, | ||
"**/lib": true, | ||
"**/libm": true, | ||
"**/node_modules": true, | ||
"**/.yarn": true, | ||
"**/.pnp.*": true | ||
}, | ||
"typescript.enablePromptUseWorkspaceTsdk": true, | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
"[javascript]": { | ||
"editor.defaultFormatter": "biomejs.biome", | ||
"editor.maxTokenizationLineLength": 2500 | ||
}, | ||
"[javascriptreact]": { | ||
"editor.defaultFormatter": "biomejs.biome" | ||
}, | ||
"[json]": { | ||
"editor.defaultFormatter": "biomejs.biome", | ||
"editor.quickSuggestions": { | ||
"strings": true | ||
}, | ||
"editor.suggest.insertMode": "replace" | ||
}, | ||
"[jsonc]": { | ||
"editor.defaultFormatter": "biomejs.biome", | ||
"editor.quickSuggestions": { | ||
"strings": true | ||
}, | ||
"editor.suggest.insertMode": "replace" | ||
}, | ||
"[typescript]": { | ||
"editor.defaultFormatter": "biomejs.biome" | ||
}, | ||
"[typescriptreact]": { | ||
"editor.defaultFormatter": "biomejs.biome" | ||
}, | ||
"cSpell.words": [ | ||
"astro", | ||
"astrojs", | ||
"codeql", | ||
"iife", | ||
"immer", | ||
"jsnext", | ||
"libm", | ||
"Optionsinitializer", | ||
"pinst", | ||
"pjson", | ||
"repobuddy", | ||
"rollup", | ||
"snyk", | ||
"systemjs", | ||
"tada", | ||
"tsbuildinfo", | ||
"tsconfigs", | ||
"unsub" | ||
], | ||
"eslint.enable": true, | ||
"javascript.validate.enable": false, | ||
"json.schemas": [ | ||
{ | ||
"fileMatch": ["tsconfig.*.json"], | ||
"url": "http://json.schemastore.org/tsconfig" | ||
} | ||
], | ||
"search.exclude": { | ||
"**/*.code-search": true, | ||
"**/.pnp.*": true, | ||
"**/.yarn": true, | ||
"**/bower_components": true, | ||
"**/dist": true, | ||
"**/lib": true, | ||
"**/libm": true, | ||
"**/node_modules": true | ||
}, | ||
"typescript.enablePromptUseWorkspaceTsdk": true, | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", | ||
"extends": ["@repobuddy/biome/performant"], | ||
"files": { | ||
"ignore": ["coverage", "dist", "esm", "*.astro"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module.exports = { | ||
extends: ['@commitlint/config-conventional'], | ||
rules: { | ||
'body-max-line-length': [0] | ||
} | ||
extends: ['@commitlint/config-conventional'], | ||
rules: { | ||
'body-max-line-length': [0] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"command": "./node_modules/.bin/astro dev", | ||
"name": "Development server", | ||
"request": "launch", | ||
"type": "node-terminal" | ||
} | ||
] | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"command": "./node_modules/.bin/astro dev", | ||
"name": "Development server", | ||
"request": "launch", | ||
"type": "node-terminal" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "astro-app", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"dev": "astro dev", | ||
"start": "astro dev", | ||
"build": "astro build", | ||
"preview": "astro preview", | ||
"astro": "astro" | ||
}, | ||
"dependencies": { | ||
"@astrojs/react": "^2.1.1", | ||
"@astrojs/tailwind": "^3.1.1", | ||
"@types/react": "^18.0.21", | ||
"@types/react-dom": "^18.0.6", | ||
"astro": "^2.3.1", | ||
"examples-library": "workspace:^", | ||
"global-store": "workspace:1.0.0-beta.22", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"stable-store": "workspace:^", | ||
"tailwindcss": "^3.0.24" | ||
}, | ||
"devDependencies": { | ||
"@repobuddy/typescript": "^1.1.2" | ||
} | ||
"name": "astro-app", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"dev": "astro dev", | ||
"start": "astro dev", | ||
"build": "astro build", | ||
"preview": "astro preview", | ||
"astro": "astro" | ||
}, | ||
"dependencies": { | ||
"@astrojs/react": "^2.1.1", | ||
"@astrojs/tailwind": "^3.1.1", | ||
"@types/react": "^18.0.21", | ||
"@types/react-dom": "^18.0.6", | ||
"astro": "^2.3.1", | ||
"examples-library": "workspace:^", | ||
"global-store": "workspace:1.0.0-beta.22", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"stable-store": "workspace:^", | ||
"tailwindcss": "^3.0.24" | ||
}, | ||
"devDependencies": { | ||
"@repobuddy/typescript": "^1.1.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"extends": "astro/tsconfigs/strict", | ||
"compilerOptions": { | ||
"jsx": "react-jsx", | ||
"jsxImportSource": "react", | ||
"moduleResolution": "bundler" | ||
}, | ||
"extends": "astro/tsconfigs/strict", | ||
"compilerOptions": { | ||
"jsx": "react-jsx", | ||
"jsxImportSource": "react", | ||
"moduleResolution": "bundler" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"plugins": [ | ||
"@repobuddy/typescript" | ||
] | ||
} | ||
"plugins": ["@repobuddy/typescript"] | ||
} |
Oops, something went wrong.