Skip to content

Commit

Permalink
Update package (#51)
Browse files Browse the repository at this point in the history
* chore(packages): update to latest non-breaking versions

* chore(packages): update to latest breaking versions

* fix(workflows): change `ubuntu-latest` to `ubuntu-22.04`

* package(eslint): update eslint related packages version in lockfile

* chore(packages): update to latest non-breaking versions

* chore(packages): update to latest breaking versions

* lint(*): fix eslint errors

* format(desktop): formatted `CHANGELOG.md`
  • Loading branch information
GervinFung authored Dec 26, 2024
1 parent 6d8d014 commit 4953f1b
Show file tree
Hide file tree
Showing 10 changed files with 2,693 additions and 3,122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down
24 changes: 12 additions & 12 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
# 0.1.1 (27 May 2024)

- (Fix) Downgrade `windows-latest` to `windows-22` and `macos-latest` for `arm` to `macos-13`
- (Fix) Downgrade `windows-latest` to `windows-22` and `macos-latest` for `arm` to `macos-13`

# 0.1.0 (1 May 2024)

- (Feat) Updated `Discovery Location` to show flag instead of word. Rather than showing `UK/France`, it will show flag 🇬🇧🇫🇷
- (Fix) Added 🇬🇧for Krypton element's `Discovery Location`
- (Feat) Updated `Discovery Location` to show flag instead of word. Rather than showing `UK/France`, it will show flag 🇬🇧🇫🇷
- (Fix) Added 🇬🇧for Krypton element's `Discovery Location`

# 0.0.5 (21 Apr 2024)

- (Fix) Removed flashing/flickering when selecting from compounds/block dropdown
- (Fix) Reduce interactive bohr model window size, widen model size
- (Fix) Removed flashing/flickering when selecting from compounds/block dropdown
- (Fix) Reduce interactive bohr model window size, widen model size

# 0.0.4 (16 Apr 2024)

- (Fix) Store search compound input so changing rows per page, or different page perserve it, instead of having to type again
- (Fix) Searching compound always navigate back to first page, instead of defaulting to current page
- (Fix) Compound search fallback to page 1 when there is no pages or only 1 page is available, instead of throwing error
- (Fix) Store search compound input so changing rows per page, or different page perserve it, instead of having to type again
- (Fix) Searching compound always navigate back to first page, instead of defaulting to current page
- (Fix) Compound search fallback to page 1 when there is no pages or only 1 page is available, instead of throwing error

# 0.0.3 (14 Apr 2024)

- (Fix) Downgrade Ubuntu from latest version to 20.04 for building app in older version
- (Fix) Downgrade Ubuntu from latest version to 20.04 for building app in older version

# 0.0.2 (13 Apr 2024)

- (Fix) Remove `allowlist` to fix a bug of libssl, ref: https://github.com/tauri-apps/tauri/issues/4470#issuecomment-1170342732
- (Fix) Remove `allowlist` to fix a bug of libssl, ref: https://github.com/tauri-apps/tauri/issues/4470#issuecomment-1170342732

# 0.0.1 (13 Apr 2024)

- (Fix) Fix all incorrect atomic number that occured due to faulty indexing
- (Fix) Fix all incorrect atomic number that occured due to faulty indexing

# 0.0.0 (11 Apr 2024)

- (Feat) Initial public release
- (Feat) Initial public release
Empty file modified apps/mobile/android/gradlew
100755 → 100644
Empty file.
6 changes: 0 additions & 6 deletions apps/web/.eslintrc

This file was deleted.

3 changes: 0 additions & 3 deletions apps/web/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import process from 'process';

// eslint-disable-next-line import/no-extraneous-dependencies
import { includeIgnoreFile } from '@eslint/compat';
// eslint-disable-next-line import/no-extraneous-dependencies
import eslint from '@eslint/js';
import { node, next } from '@poolofdeath20/eslint-config';
import tseslint from 'typescript-eslint';
Expand All @@ -17,7 +15,6 @@ export default tseslint.config(
node,
{
...next,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
rules: {
...next.rules,
'react/forbid-component-props': [
Expand Down
2 changes: 1 addition & 1 deletion apps/web/next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const url = process.env.NEXT_PUBLIC_ORIGIN;

/** @type {import('next-sitemap').IConfig} */
// eslint-disable-next-line no-undef, import/no-commonjs
// eslint-disable-next-line no-undef
module.exports = {
siteUrl: url,
generateRobotsTxt: true, // (optional)
Expand Down
40 changes: 20 additions & 20 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@
"typecheck": "make typecheck"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource-variable/jetbrains-mono": "^5.1.0",
"@mui/joy": "5.0.0-beta.48",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@mui/joy": "5.0.0-beta.51",
"@periotable/data": "workspace:^",
"@poolofdeath20/util": "^0.8.2",
"bowser": "^2.11.0",
"next": "^14.2.13",
"next": "^15.1.2",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"use-debounce": "^10.0.3"
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@poolofdeath20/eslint-config": "^0.4.1",
"@poolofdeath20/eslint-config": "^0.4.2",
"@poolofdeath20/tsconfig": "^0.1.1",
"@types/jest-image-snapshot": "^6.4.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.7",
"ci-info": "^4.0.0",
"eslint": "^9.11.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"axios": "^1.7.9",
"ci-info": "^4.1.0",
"eslint": "^9.17.0",
"gen-env-type-def": "^0.0.4",
"jest-image-snapshot": "^6.4.0",
"knip": "^5.30.6",
"knip": "^5.41.1",
"next-sitemap": "^4.2.3",
"puppeteer": "^22.15.0",
"typescript": "^5.6.2",
"valibot": "^0.42.1",
"vite-node": "^2.1.1",
"vitest": "^2.1.1"
"typescript": "^5.7.2",
"valibot": "1.0.0-beta.9",
"vite-node": "^2.1.8",
"vitest": "^2.1.8"
}
}
1 change: 0 additions & 1 deletion apps/web/script/seo/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const main = async () => {
`const paths = [] as ReadonlyArray<string>\n; export default paths;`
);

// eslint-disable-next-line import/dynamic-import-chunkname
const paths = await import('../../test/snapshot/data').then((data) => {
return data.generatePaths();
});
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"devDependencies": {
"@poolofdeath20/prettier-config-generator": "^0.0.1",
"prettier": "^3.4.2",
"shx": "^0.3.4"
}
}
Loading

0 comments on commit 4953f1b

Please sign in to comment.