Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to main for core #75

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 132,
"singleQuote": false,
"semi": true,
"useTabs": false
}
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default tseslint.config(
{
rules: {
"no-console": ["warn"],
"no-restricted-globals": ["error", "URL", "TextDecoder", "TextEncoder"],
"@typescript-eslint/no-unused-vars": [
"error",
{
Expand Down
7 changes: 0 additions & 7 deletions job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ job:
package-manager: npm_and_yarn
allowed-updates:
- update-type: all
security-advisories:
- dependency-name: express
affected-versions:
- <5.0.0
patched-versions: []
unaffected-versions: []
security-updates-only: true
source:
provider: github
repo: fireproof-storage/connect
Expand Down
4 changes: 1 addition & 3 deletions package-aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@
"author": "",
"license": "Apache-2.0 OR MIT",
"devDependencies": {},
"dependencies": {
"cross-fetch": "^4.0.0"
}
"dependencies": {}
}
1 change: 0 additions & 1 deletion package-cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"devDependencies": {},
"dependencies": {
"partykit": "^0.0.0",
"cross-fetch": "^4.0.0",
"partysocket": "^1.0.2",
"@adviser/cement": "^0.2.34"
}
Expand Down
3 changes: 1 addition & 2 deletions package-netlify.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"license": "Apache-2.0 OR MIT",
"devDependencies": {},
"dependencies": {
"@netlify/blobs": "^8.1.0",
"cross-fetch": "^4.0.0"
"@netlify/blobs": "^8.1.0"
}
}
3 changes: 1 addition & 2 deletions package-partykit.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"license": "Apache-2.0 OR MIT",
"devDependencies": {},
"dependencies": {
"partykit": "^0.0.0",
"cross-fetch": "^4.0.0"
"partykit": "^0.0.0"
}
}
Loading
Loading