-
-
Notifications
You must be signed in to change notification settings - Fork 6
feat: bump toolset and unity-changeset #67
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
Merged
+11,042
−9,476
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
7edd0e3
feat: bump toolset and unity-changeset
webbertakken 956f41b
chore: fix workflows for latest yarn
webbertakken 65b5152
chore: downgrade to node functions lts
webbertakken 4c85cf6
chore: workspaces
webbertakken 0274d48
chore: bump w9jds/firebase-action
webbertakken 7f9791c
chore: bump predeploy
webbertakken b465cc4
chore: sending good vibes
webbertakken e8bcab6
chore: fix node version
webbertakken 3ac1f33
chore: no force was used to add this word
webbertakken File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -69,4 +69,7 @@ node_modules/ | |
| .idea | ||
| .vs | ||
| .vscode | ||
|
|
||
| # Yarn | ||
| functions/.yarn/ | ||
| .yarn/ | ||
This file contains hidden or 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 @@ | ||
| nodeLinker: node-modules |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
| "test": "echo \"No tests yet, feel free to add\" && exit 0" | ||
| }, | ||
| "engines": { | ||
| "node": "20" | ||
| "node": "22" | ||
| }, | ||
| "main": "lib/index.js", | ||
| "dependencies": { | ||
|
|
@@ -21,11 +21,10 @@ | |
| "eris": "^0.17.2", | ||
| "firebase-admin": "^12.7.0", | ||
| "firebase-functions": "^6.1.0", | ||
| "graphql": "^16.9.0", | ||
GabLeRoux marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "lodash": "^4.17.21", | ||
| "node-fetch": "^2.7.0", | ||
| "semver": "^7.6.3", | ||
| "unity-changeset": "^2.5.0" | ||
| "unity-changeset": "^3.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@octokit/types": "^13.5.0", | ||
|
|
@@ -44,7 +43,8 @@ | |
| }, | ||
| "private": true, | ||
| "volta": { | ||
| "node": "20.14.0", | ||
| "yarn": "1.22.22" | ||
| } | ||
| "node": "22.20.0", | ||
| "yarn": "4.10.3" | ||
| }, | ||
| "packageManager": "[email protected]" | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.