Commit graph

23 commits

Author SHA1 Message Date
dependabot[bot]
e08a0a3556
ci(deps-dev): bump typescript from 5.3.3 to 5.5.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.5.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 05:50:18 +00:00
dependabot[bot]
529d9d1d76 ci(dependabot):(deps-dev): bump eslint from 8.56.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 18:36:18 +00:00
dependabot[bot]
26acafc18a ci(dependabot):(deps): bump @tanstack/react-query from 5.20.2 to 5.25.0
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.20.2 to 5.25.0.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.25.0/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 18:33:19 +00:00
dependabot[bot]
d199b2074f ci(dependabot):(deps-dev): bump @types/node from 20.11.17 to 20.11.24
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.17 to 20.11.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 18:31:48 +00:00
dependabot[bot]
a9f0110ff5 ci(dependabot):(deps): bump zustand from 4.5.0 to 4.5.2
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.0 to 4.5.2.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](https://github.com/pmndrs/zustand/compare/v4.5.0...v4.5.2)

---
updated-dependencies:
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 18:30:54 +00:00
dependabot[bot]
19baad4fbf ci(dependabot):(deps-dev): bump eslint-config-next from 14.1.0 to 14.1.2
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.1.0 to 14.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.1.2/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 18:28:18 +00:00
snyk-bot
9875e25473 fix: upgrade @tanstack/react-query from 5.20.2 to 5.20.5
Snyk has created this PR to upgrade @tanstack/react-query from 5.20.2 to 5.20.5.

See this package in npm:
https://www.npmjs.com/package/@tanstack/react-query

See this project in Snyk:
https://app.snyk.io/org/quantum9innovation/project/5d4bfdcb-60cf-4874-86e0-95288216f0cc?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-03-05 10:14:23 -08:00
Ananth Venkatesh
957adfc097
fix(security): potential arbitary code execution vulnerability (#36)
* fix(security): potential arbitary code execution vulnerability

sanitize all user input in zenodo uploader

fixes a medium-severity security vulnerability first identified by Snyk

* style: format

* chore: add shebang to zenodo shellscript

* ci(codeclimate): configure

* style: format

* fix(ci): stylelint plugin not working

* chore: remove manifest .vscode

* fix(ci): bye bye stylelint

* fix(ci): correct codeclimate config

specify exclude patterns

* fix(security): correct zenodo shellscript fail status

---------

Co-authored-by: quantum9Innovation <quantum9Innovation@users.noreply.github.com>
2024-03-01 12:56:51 -08:00
q9i
c998d61472 chore: auto organize imports in client codebase
The import statements in multiple files have been organized to improve code readability and maintainability. This was done using the `prettier-plugin-organize-imports` plugin.
2024-02-19 11:07:48 -08:00
q9i
9cf06fcdc2 chore: update Node.js minimum version requirement to 20.0.0
Hopefully fix bug with Vercel deployment failing with `toSorted` method
2024-02-17 13:12:43 -08:00
Ananth Venkatesh
ce107072a4 Revamp documents
Include new citation hash function, search by citation hash, toasts, and QR codes
2024-02-16 19:39:26 +00:00
Ananth Venkatesh
0ad477bc36 Revamp author page 2024-02-15 19:45:46 +00:00
Team 1280 Programming Laptop
6e49effb7f npm run format 2024-02-14 16:38:48 -08:00
Team 1280 Programming Laptop
adadbd182f Switch to Million.js 2024-02-14 15:15:52 -08:00
Ananth Venkatesh
a8c44b4b06 Remove eeXiv 2 remnants 2024-02-14 22:44:12 +00:00
7dc55799b8 document loading working 2024-02-12 19:42:56 -08:00
c8fd4148ef add search feature and garbage mobile support 2024-02-11 23:09:37 -08:00
7192626dce add toast and loading bar 2024-02-11 13:17:54 -08:00
QLabs
1048287fce
feat: add format script 2024-02-11 10:48:11 -08:00
4fafe38e8d update responsive design 2024-02-10 21:05:14 -08:00
a8120f492d added document viewer and changed styling 2024-02-10 11:12:13 -08:00
8914d83166 fix favicon and add zustand 2024-02-09 23:07:46 -08:00
8ea122b12c Initial commit from Create Next App 2024-02-09 19:00:26 -08:00