Skip to content

Commit

Permalink
Merge branch 'master' into stat-bars-revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
chainrez authored Dec 1, 2024
2 parents 91deb80 + ef6149d commit 744779e
Show file tree
Hide file tree
Showing 18 changed files with 2,493 additions and 2,187 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-bot-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm install --frozen-lockfile --prefer-offline

- name: Download updated i18n files
uses: crowdin/github-action@v2.3.0
uses: crowdin/github-action@v2.4.0
with:
upload_sources: false
upload_translations: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n-bot-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: dimJSON="$(jq -S . src/locale/en.json)" && echo "${dimJSON}" > src/locale/en.json

- name: Upload updated en.json to crowdin
uses: crowdin/github-action@v2.3.0
uses: crowdin/github-action@v2.4.0
with:
upload_sources: true
upload_translations: false
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Next

## 8.48.0 <span class="changelog-date">(2024-11-24)</span>

## 8.47.1 <span class="changelog-date">(2024-11-18)</span>

* Fix gigantic vault engrams in single-character mode.

## 8.47.0 <span class="changelog-date">(2024-11-17)</span>

* #Tag suggestions now use your most popular existing capitalization.
* Fixed character engram inventory wrapping on mobile.
* Fixed autocomplete not doing its job after a colon.
* Fixed checkboxes not clickable in the item sorting editor.

## 8.46.0 <span class="changelog-date">(2024-11-10)</span>

## 8.45.1 <span class="changelog-date">(2024-11-04)</span>
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dim",
"version": "8.46.0",
"version": "8.48.0",
"description": "An item manager for Destiny.",
"main": "app/index.html",
"private": true,
Expand Down Expand Up @@ -90,8 +90,8 @@
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
"@eslint-react/eslint-plugin": "^1.16.1",
"@eslint/compat": "^1.2.2",
"@eslint-react/eslint-plugin": "^1.17.1",
"@eslint/compat": "^1.2.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@testing-library/react": "^16.0.1",
"@types/dom-chromium-installation-events": "^101.0.4",
Expand All @@ -111,8 +111,8 @@
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.5",
"@types/webpack-stats-plugin": "^0.3.5",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
Expand All @@ -130,12 +130,12 @@
"eslint": "^9.10.0",
"eslint-plugin-array-func": "^5.0.2",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-github": "^5.1.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-redux": "^4.2.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-sonarjs": "^1.0.4",
"fontawesome-subset": "^4.4.0",
"fork-ts-checker-notifier-webpack-plugin": "^9.0.0",
Expand All @@ -144,7 +144,7 @@
"globals": "^15.12.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"husky": "^9.1.6",
"husky": "^9.1.7",
"i18next-scanner": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
Expand All @@ -154,20 +154,20 @@
"json-sort-cli": "^4.0.4",
"lint-staged": "^15.2.10",
"markdown-loader": "^8.0.0",
"marked": "^15.0.0",
"marked": "^15.0.2",
"mini-css-extract-plugin": "^2.9.2",
"mini-svg-data-uri": "^1.4.4",
"mkcert": "^3.2.0",
"nodemon": "^3.1.7",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"postcss-assets-webpack-plugin": "^4.1.2",
"postcss-loader": "^8.1.1",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"react-refresh": "^0.14.2",
"react-test-renderer": "^18.3.1",
"sass": "^1.80.6",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
Expand All @@ -181,9 +181,9 @@
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-unused-exports": "^10.1.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
Expand All @@ -200,30 +200,30 @@
"@hello-pangea/dnd": "^17.0.0",
"@popperjs/core": "^2.11.8",
"@react-hook/resize-observer": "^2.0.2",
"@sentry/browser": "^8.37.1",
"@sentry/react": "^8.37.1",
"@sentry/types": "^8.37.1",
"@sentry/browser": "^8.40.0",
"@sentry/react": "^8.40.0",
"@sentry/types": "^8.40.0",
"@tanstack/react-virtual": "^3.10.9",
"@textcomplete/core": "^0.1.13",
"@textcomplete/textarea": "^0.1.13",
"@textcomplete/utils": "^0.1.13",
"bungie-api-ts": "^5.1.0",
"caniuse-lite": "^1.0.30001680",
"caniuse-lite": "^1.0.30001684",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"core-js": "^3.39.0",
"dnd-core": "^16.0.1",
"downshift": "^9.0.8",
"es-toolkit": "^1.27.0",
"fast-equals": "^5.0.1",
"framer-motion": "^11.11.11",
"framer-motion": "^11.11.17",
"i18next": "^23.16.5",
"i18next-http-backend": "^2.6.2",
"immer": "^10.1.1",
"memoize-one": "^6.0.0",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-aria": "^3.35.1",
"react-aria": "^3.36.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "^8.0.3",
Expand All @@ -233,7 +233,7 @@
"react-redux": "^9.1.2",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0",
"react-textarea-autosize": "^8.5.4",
"react-textarea-autosize": "^8.5.5",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1",
Expand Down
Loading

0 comments on commit 744779e

Please sign in to comment.