From 2ee37c48760cc8e07b37bab70762644f5fe5685c Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Tue, 19 Sep 2023 08:33:51 -0400 Subject: [PATCH 1/7] chore: updated CODEOWNERS file --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b4b9cd44..7e3cf466 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1 @@ -@bdougie -@0-vortex +@open-sauced/triage From 151103644e1ee72c7c7fdb477c208e138cb15e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:06:58 +0000 Subject: [PATCH 2/7] build(deps): bump @babel/traverse from 7.22.15 to 7.23.2 Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 60 ++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2b757f9e..309917ae 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -221,11 +221,11 @@ } }, "node_modules/@babel/generator": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.15.tgz", - "integrity": "sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dependencies": { - "@babel/types": "^7.22.15", + "@babel/types": "^7.23.0", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -296,20 +296,20 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dependencies": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" @@ -394,9 +394,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz", - "integrity": "sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "engines": { "node": ">=6.9.0" } @@ -500,9 +500,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.15.tgz", - "integrity": "sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "bin": { "parser": "bin/babel-parser.js" }, @@ -649,18 +649,18 @@ } }, "node_modules/@babel/traverse": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.15.tgz", - "integrity": "sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", "dependencies": { "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.22.15", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -669,12 +669,12 @@ } }, "node_modules/@babel/types": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.15.tgz", - "integrity": "sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "dependencies": { "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.15", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, "engines": { From f0eb30b80529ca79fd93fc5097fd7a103430e056 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Fri, 20 Oct 2023 13:18:07 +0000 Subject: [PATCH 3/7] chore(patch): release 2.34.1-beta.1 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.34.1-beta.1](https://github.com/open-sauced/hot/compare/v2.34.0...v2.34.1-beta.1) (2023-10-20) ### πŸ€– Build System * **deps:** bump @babel/traverse from 7.22.15 to 7.23.2 ([1511036](https://github.com/open-sauced/hot/commit/151103644e1ee72c7c7fdb477c208e138cb15e8b)) --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- public/diagram.svg | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b9f476..532036b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.34.1-beta.1](https://github.com/open-sauced/hot/compare/v2.34.0...v2.34.1-beta.1) (2023-10-20) + + +### πŸ€– Build System + +* **deps:** bump @babel/traverse from 7.22.15 to 7.23.2 ([1511036](https://github.com/open-sauced/hot/commit/151103644e1ee72c7c7fdb477c208e138cb15e8b)) + ## [2.34.0](https://github.com/open-sauced/hot/compare/v2.33.1...v2.34.0) (2023-09-06) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 309917ae..04ae57b7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/hot", - "version": "2.34.0", + "version": "2.34.1-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/hot", - "version": "2.34.0", + "version": "2.34.1-beta.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cacb26fc..6b8e68ab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/hot", "description": "πŸ•The site that recommends the hottest sauce.", "keywords": [], - "version": "2.34.0", + "version": "2.34.1-beta.1", "author": "TED Vortex ", "private": true, "license": "MIT", diff --git a/public/diagram.svg b/public/diagram.svg index e79de712..b8665557 100644 --- a/public/diagram.svg +++ b/public/diagram.svg @@ -1 +1 @@ -liblibhookshookscomponentscomponentsassetsassetsvalidateUrl.test.tsvalidateUrl.test.tsvalidateUrl.test.tssupabase.tssupabase.tssupabase.tsvalidateUrl.tsvalidateUrl.tsvalidateUrl.tsgetDateF...getDateF...getDateF...handleVo...handleVo...handleVo...location...location...location...useVotedRep...useVotedRep...useVotedRep...useVotedRe...useVotedRe...useVotedRe...useSupabas...useSupabas...useSupabas...useContr...useContr...useContr...PrimaryNav.tsxPrimaryNav.tsxPrimaryNav.tsxFooter.tsxFooter.tsxFooter.tsxHotRepoCard.tsxHotRepoCard.tsxHotRepoCard.tsxHero.tsxHero.tsxHero.tsxAdminStatusBar.tsxAdminStatusBar.tsxAdminStatusBar.tsxRecentRepoListWra...RecentRepoListWra...RecentRepoListWra...RepoList.tsxRepoList.tsxRepoList.tsxRepoSubmission.tsxRepoSubmission.tsxRepoSubmission.tsxAvatar.tsxAvatar.tsxAvatar.tsxVotedRepoList...VotedRepoList...VotedRepoList...SearchedRepo...SearchedRepo...SearchedRepo...ListReposito...ListReposito...ListReposito...SecondaryNa...SecondaryNa...SecondaryNa...RepoListWra...RepoListWra...RepoListWra...StarTheRepo...StarTheRepo...StarTheRepo...HotReposi...HotReposi...HotReposi...StackedA...StackedA...StackedA...styles/index.cssstyles/index.cssstyles/index.csse2e-tests/logged...e2e-tests/logged...e2e-tests/logged...App.tsxApp.tsxApp.tsxvite-types...vite-types...vite-types....css.svg.ts.tsxeach dot sized by file size \ No newline at end of file +liblibhookshookscomponentscomponentsassetsassetsvalidateUrl.test.tsvalidateUrl.test.tsvalidateUrl.test.tssupabase.tssupabase.tssupabase.tsvalidateUrl.tsvalidateUrl.tsvalidateUrl.tsgetDateF...getDateF...getDateF...handleVo...handleVo...handleVo...location...location...location...useVotedRep...useVotedRep...useVotedRep...useVotedRe...useVotedRe...useVotedRe...useSupabas...useSupabas...useSupabas...useContr...useContr...useContr...PrimaryNav.tsxPrimaryNav.tsxPrimaryNav.tsxFooter.tsxFooter.tsxFooter.tsxHotRepoCard.tsxHotRepoCard.tsxHotRepoCard.tsxHero.tsxHero.tsxHero.tsxAdminStatusBar.tsxAdminStatusBar.tsxAdminStatusBar.tsxRecentRepoListWra...RecentRepoListWra...RecentRepoListWra...RepoList.tsxRepoList.tsxRepoList.tsxRepoSubmission.tsxRepoSubmission.tsxRepoSubmission.tsxAvatar.tsxAvatar.tsxAvatar.tsxVotedRepoList...VotedRepoList...VotedRepoList...SearchedRepo...SearchedRepo...SearchedRepo...ListReposito...ListReposito...ListReposito...SecondaryNa...SecondaryNa...SecondaryNa...RepoListWra...RepoListWra...RepoListWra...StarTheRepo...StarTheRepo...StarTheRepo...HotReposi...HotReposi...HotReposi...StackedA...StackedA...StackedA...styles/index.cssstyles/index.cssstyles/index.csse2e-tests/logged...e2e-tests/logged...e2e-tests/logged...App.tsxApp.tsxApp.tsxvite-types...vite-types...vite-types....css.svg.ts.tsxeach dot sized by file size \ No newline at end of file From b8d4d12b57105e25da87faa98d79d567d343d238 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Wed, 1 Nov 2023 15:05:57 -0400 Subject: [PATCH 4/7] chore: updated triage workflow --- .github/workflows/triage.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 43fbe1b1..a68469d7 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,9 +16,10 @@ jobs: timeout-minutes: 10 steps: - name: take an issue - uses: bdougie/take-action@main + uses: bdougie/take-action@v1.6.1 with: message: Thanks for taking this on! If you have not already, join the conversation in our [Discord](https://discord.gg/U2peSNf23P) issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. - trigger: .take token: ${{ secrets.GITHUB_TOKEN }} + blockingLabels: πŸ‘€ needs triage,πŸ›‘ blocked,core team work,πŸ–need-design,duplicate + blockingLabelsMessage: The issue you are trying to assign yourself is blocked until it can be triaged or by another label on the issue. From 03d1586e089e038af4a4387adaac5a79b9f6be7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:52:46 +0000 Subject: [PATCH 5/7] build(deps-dev): bump vite from 3.0.4 to 3.2.8 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.4 to 3.2.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v3.2.8/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 441 ++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 425 insertions(+), 18 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 04ae57b7..01b8f329 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -75,7 +75,7 @@ "ts-prune": "^0.10.3", "typescript": "^4.7.4", "typesync": "^0.9.2", - "vite": "^3.0.4", + "vite": "^3.2.8", "vite-plugin-fonts": "^0.6.0", "vite-plugin-html": "^3.2.0", "vite-plugin-inspect": "^0.6.0", @@ -6903,9 +6903,15 @@ } }, "node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -7608,9 +7614,9 @@ } }, "node_modules/postcss": { - "version": "8.4.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", - "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "funding": [ { "type": "opencollective", @@ -7619,10 +7625,14 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "nanoid": "^3.3.4", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, @@ -8237,9 +8247,9 @@ } }, "node_modules/rollup": { - "version": "2.75.7", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.7.tgz", - "integrity": "sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==", + "version": "2.79.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", + "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -9815,15 +9825,15 @@ } }, "node_modules/vite": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-3.0.4.tgz", - "integrity": "sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==", + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.8.tgz", + "integrity": "sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA==", "dev": true, "dependencies": { - "esbuild": "^0.14.47", - "postcss": "^8.4.14", + "esbuild": "^0.15.9", + "postcss": "^8.4.18", "resolve": "^1.22.1", - "rollup": "^2.75.6" + "rollup": "^2.79.1" }, "bin": { "vite": "bin/vite.js" @@ -9835,12 +9845,17 @@ "fsevents": "~2.3.2" }, "peerDependencies": { + "@types/node": ">= 14", "less": "*", "sass": "*", "stylus": "*", + "sugarss": "*", "terser": "^5.4.0" }, "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, "less": { "optional": true }, @@ -9850,6 +9865,9 @@ "stylus": { "optional": true }, + "sugarss": { + "optional": true + }, "terser": { "optional": true } @@ -9947,6 +9965,395 @@ "vite": "^3.0.0" } }, + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.15.18.tgz", + "integrity": "sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.18.tgz", + "integrity": "sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.15.18.tgz", + "integrity": "sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.15.18", + "@esbuild/linux-loong64": "0.15.18", + "esbuild-android-64": "0.15.18", + "esbuild-android-arm64": "0.15.18", + "esbuild-darwin-64": "0.15.18", + "esbuild-darwin-arm64": "0.15.18", + "esbuild-freebsd-64": "0.15.18", + "esbuild-freebsd-arm64": "0.15.18", + "esbuild-linux-32": "0.15.18", + "esbuild-linux-64": "0.15.18", + "esbuild-linux-arm": "0.15.18", + "esbuild-linux-arm64": "0.15.18", + "esbuild-linux-mips64le": "0.15.18", + "esbuild-linux-ppc64le": "0.15.18", + "esbuild-linux-riscv64": "0.15.18", + "esbuild-linux-s390x": "0.15.18", + "esbuild-netbsd-64": "0.15.18", + "esbuild-openbsd-64": "0.15.18", + "esbuild-sunos-64": "0.15.18", + "esbuild-windows-32": "0.15.18", + "esbuild-windows-64": "0.15.18", + "esbuild-windows-arm64": "0.15.18" + } + }, + "node_modules/vite/node_modules/esbuild-android-64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.15.18.tgz", + "integrity": "sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-android-arm64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.18.tgz", + "integrity": "sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-darwin-64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.18.tgz", + "integrity": "sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-darwin-arm64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.18.tgz", + "integrity": "sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-freebsd-64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.18.tgz", + "integrity": "sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-freebsd-arm64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.18.tgz", + "integrity": "sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-linux-32": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.15.18.tgz", + "integrity": "sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-linux-64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.18.tgz", + "integrity": "sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-linux-arm": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.18.tgz", + "integrity": "sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-linux-arm64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.18.tgz", + "integrity": "sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-linux-mips64le": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.18.tgz", + "integrity": "sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-linux-ppc64le": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.18.tgz", + "integrity": "sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-linux-riscv64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.18.tgz", + "integrity": "sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-linux-s390x": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.18.tgz", + "integrity": "sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-netbsd-64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.18.tgz", + "integrity": "sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-openbsd-64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.18.tgz", + "integrity": "sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-sunos-64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.15.18.tgz", + "integrity": "sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-windows-32": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.15.18.tgz", + "integrity": "sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-windows-64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.18.tgz", + "integrity": "sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild-windows-arm64": { + "version": "0.15.18", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.18.tgz", + "integrity": "sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/vitest": { "version": "0.20.3", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.20.3.tgz", diff --git a/package.json b/package.json index 6b8e68ab..4fee61ab 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "ts-prune": "^0.10.3", "typescript": "^4.7.4", "typesync": "^0.9.2", - "vite": "^3.0.4", + "vite": "^3.2.8", "vite-plugin-fonts": "^0.6.0", "vite-plugin-html": "^3.2.0", "vite-plugin-inspect": "^0.6.0", From c056d37662d30b607832bcccb8fd6214292eae79 Mon Sep 17 00:00:00 2001 From: John McBride Date: Thu, 25 Jan 2024 11:48:12 -0700 Subject: [PATCH 6/7] feat: Upgrade to v2 API Signed-off-by: John McBride --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 8738dd00..31242ea1 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ VITE_SUPABASE_URL=https://lkkownkrbkmblczeoyqb.supabase.co VITE_SUPABASE_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJvbGUiOiJhbm9uIiwiaWF0IjoxNjQyNDU2MTc0LCJleHAiOjE5NTgwMzIxNzR9.c6nlkT05GnNacQ6OYuGcjBsILmGsSDwEEtN2zZVXFgY VITE_POSTHOG_ID=phc_DFcN3mLP4ocKAUBKr5xyMbAnPwcl93q41ZmhoLG7GCv -VITE_API_URL=https://beta.api.opensauced.pizza/v1 +VITE_API_URL=https://beta.api.opensauced.pizza/v2 From c4758f201373296f93033ca220e0275cb2c05abf Mon Sep 17 00:00:00 2001 From: John McBride Date: Thu, 25 Jan 2024 22:58:14 +0000 Subject: [PATCH 7/7] chore(minor): release 2.35.0-beta.1 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.35.0-beta.1](https://github.com/open-sauced/hot/compare/v2.34.1-beta.1...v2.35.0-beta.1) (2024-01-25) ### πŸ€– Build System * **deps-dev:** bump vite from 3.0.4 to 3.2.8 ([03d1586](https://github.com/open-sauced/hot/commit/03d1586e089e038af4a4387adaac5a79b9f6be7f)) ### πŸ• Features * Upgrade to v2 API ([c056d37](https://github.com/open-sauced/hot/commit/c056d37662d30b607832bcccb8fd6214292eae79)) --- CHANGELOG.md | 12 ++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- public/diagram.svg | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532036b7..9f16d19b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ > All notable changes to this project will be documented in this file +## [2.35.0-beta.1](https://github.com/open-sauced/hot/compare/v2.34.1-beta.1...v2.35.0-beta.1) (2024-01-25) + + +### πŸ€– Build System + +* **deps-dev:** bump vite from 3.0.4 to 3.2.8 ([03d1586](https://github.com/open-sauced/hot/commit/03d1586e089e038af4a4387adaac5a79b9f6be7f)) + + +### πŸ• Features + +* Upgrade to v2 API ([c056d37](https://github.com/open-sauced/hot/commit/c056d37662d30b607832bcccb8fd6214292eae79)) + ## [2.34.1-beta.1](https://github.com/open-sauced/hot/compare/v2.34.0...v2.34.1-beta.1) (2023-10-20) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 01b8f329..0e5c2dee 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/hot", - "version": "2.34.1-beta.1", + "version": "2.35.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/hot", - "version": "2.34.1-beta.1", + "version": "2.35.0-beta.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4fee61ab..eeffd7df 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/hot", "description": "πŸ•The site that recommends the hottest sauce.", "keywords": [], - "version": "2.34.1-beta.1", + "version": "2.35.0-beta.1", "author": "TED Vortex ", "private": true, "license": "MIT", diff --git a/public/diagram.svg b/public/diagram.svg index b8665557..e637f24c 100644 --- a/public/diagram.svg +++ b/public/diagram.svg @@ -1 +1 @@ -liblibhookshookscomponentscomponentsassetsassetsvalidateUrl.test.tsvalidateUrl.test.tsvalidateUrl.test.tssupabase.tssupabase.tssupabase.tsvalidateUrl.tsvalidateUrl.tsvalidateUrl.tsgetDateF...getDateF...getDateF...handleVo...handleVo...handleVo...location...location...location...useVotedRep...useVotedRep...useVotedRep...useVotedRe...useVotedRe...useVotedRe...useSupabas...useSupabas...useSupabas...useContr...useContr...useContr...PrimaryNav.tsxPrimaryNav.tsxPrimaryNav.tsxFooter.tsxFooter.tsxFooter.tsxHotRepoCard.tsxHotRepoCard.tsxHotRepoCard.tsxHero.tsxHero.tsxHero.tsxAdminStatusBar.tsxAdminStatusBar.tsxAdminStatusBar.tsxRecentRepoListWra...RecentRepoListWra...RecentRepoListWra...RepoList.tsxRepoList.tsxRepoList.tsxRepoSubmission.tsxRepoSubmission.tsxRepoSubmission.tsxAvatar.tsxAvatar.tsxAvatar.tsxVotedRepoList...VotedRepoList...VotedRepoList...SearchedRepo...SearchedRepo...SearchedRepo...ListReposito...ListReposito...ListReposito...SecondaryNa...SecondaryNa...SecondaryNa...RepoListWra...RepoListWra...RepoListWra...StarTheRepo...StarTheRepo...StarTheRepo...HotReposi...HotReposi...HotReposi...StackedA...StackedA...StackedA...styles/index.cssstyles/index.cssstyles/index.csse2e-tests/logged...e2e-tests/logged...e2e-tests/logged...App.tsxApp.tsxApp.tsxvite-types...vite-types...vite-types....css.svg.ts.tsxeach dot sized by file size \ No newline at end of file +liblibhookshookscomponentscomponentsassetsassetsvalidateUrl.test.tsvalidateUrl.test.tsvalidateUrl.test.tssupabase.tssupabase.tssupabase.tsvalidateUrl.tsvalidateUrl.tsvalidateUrl.tsgetDateF...getDateF...getDateF...handleVo...handleVo...handleVo...location...location...location...useVotedRep...useVotedRep...useVotedRep...useVotedRe...useVotedRe...useVotedRe...useSupabas...useSupabas...useSupabas...useContr...useContr...useContr...PrimaryNav.tsxPrimaryNav.tsxPrimaryNav.tsxFooter.tsxFooter.tsxFooter.tsxHotRepoCard.tsxHotRepoCard.tsxHotRepoCard.tsxHero.tsxHero.tsxHero.tsxAdminStatusBar.tsxAdminStatusBar.tsxAdminStatusBar.tsxRecentRepoListWra...RecentRepoListWra...RecentRepoListWra...RepoList.tsxRepoList.tsxRepoList.tsxRepoSubmission.tsxRepoSubmission.tsxRepoSubmission.tsxAvatar.tsxAvatar.tsxAvatar.tsxVotedRepoList...VotedRepoList...VotedRepoList...SearchedRepo...SearchedRepo...SearchedRepo...ListReposito...ListReposito...ListReposito...SecondaryNa...SecondaryNa...SecondaryNa...RepoListWra...RepoListWra...RepoListWra...StarTheRepo...StarTheRepo...StarTheRepo...HotReposi...HotReposi...HotReposi...StackedA...StackedA...StackedA...styles/index.cssstyles/index.cssstyles/index.csse2e-tests/logged...e2e-tests/logged...e2e-tests/logged...App.tsxApp.tsxApp.tsxvite-types...vite-types...vite-types....css.svg.ts.tsxeach dot sized by file size \ No newline at end of file