Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#977)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

[skip publish]

* chore: popping stash

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Claassens <[email protected]>
  • Loading branch information
renovate[bot] and favna authored Jun 16, 2024
1 parent 648638a commit b7b2ace
Show file tree
Hide file tree
Showing 9 changed files with 451 additions and 456 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-imager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: get_branch_name
run: echo "branch_name=$(echo $( [ -z "${{ github.head_ref }}" ] && echo ${{ github.ref }} | cut -c12- || echo ${{ github.head_ref }} ) | sed -e 's/\/\|_/-/g' | sed -e 's/@//g')" >> $GITHUB_OUTPUT
- name: Build and push Docker image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
push: true
context: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ index 67818190393e01c3175ae1cf9231f5e51b77c4e4..2575a014118c86e85023e723bf1e15e6
--- a/package.json
+++ b/package.json
@@ -3,8 +3,200 @@
"version": "16.8.1",
"version": "16.8.2",
"description": "A Query Language and Runtime which can target any service.",
"license": "MIT",
- "main": "index",
Expand Down
610 changes: 305 additions & 305 deletions .yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"au:cries": "yarn tsx ./scripts/data-gen-scripts/scripted-updaters/cries-updater/cry-updater.ts"
},
"dependencies": {
"graphql": "^16.8.1"
"graphql": "^16.8.2"
},
"devDependencies": {
"@apollo/server": "^4.10.4",
Expand All @@ -93,15 +93,15 @@
"@sapphire/timestamp": "^1.0.3",
"@sapphire/ts-config": "^5.0.1",
"@skyra/jaro-winkler": "^1.1.1",
"@swc/core": "^1.5.25",
"@swc/core": "^1.6.1",
"@types/async": "^3.2.24",
"@types/cheerio": "^0.22.35",
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa__cors": "^5.0.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitest/coverage-v8": "^1.6.0",
"async": "^3.2.5",
"cheerio": "^1.0.0-rc.12",
Expand All @@ -114,20 +114,20 @@
"json-stream-stringify": "^3.1.4",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"npm-run-all2": "^6.2.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"replace-in-file": "^7.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0",
"tsx": "^4.15.1",
"tsx": "^4.15.5",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8",
"graphql@npm:^16.8.1": "patch:graphql@npm%3A16.8.1#~/.yarn/patches/graphql-npm-16.8.1-c2cd08b4c0.patch"
"graphql@npm:^16.8.2": "patch:graphql@npm%3A16.8.2#~/.yarn/patches/graphql-npm-16.8.2-c2cd08b4c0.patch"
},
"files": [
"dist/",
Expand Down Expand Up @@ -164,7 +164,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.0",
"volta": {
"node": "20.14.0"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/manual-tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.32.3
autopep8==2.2.0
autopep8==2.3.0
pylint==3.2.3
6 changes: 5 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ export default defineConfig({
bundle: false,
shims: false,
keepNames: true,
splitting: false
splitting: false,
define: {
'globalThis.process': JSON.stringify(true),
'process.env.NODE_ENV': JSON.stringify('production')
}
});
Loading

0 comments on commit b7b2ace

Please sign in to comment.