dependabot[bot]
835b78a249
Bump @eslint/eslintrc from 3.3.0 to 3.3.1
...
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/eslint/eslintrc/releases )
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslintrc/compare/v3.3.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-24 02:59:53 +00:00
WiseDragoon
bd772e3712
Update CalculateLuckyLevels.js ( #1217 )
...
* Update CalculateLuckyLevels.js
Fixed infinite loop when currentLevel is too big
* Update CalculateLuckyLevels.js Dev build
* Update CalculateLuckyLevels.js Final build
2025-03-16 20:43:05 +01:00
Kevin Radloff
69b923de89
Show spells cast progress towards next achievement in stats
2025-03-03 20:44:43 +01:00
Kevin Radloff
4e6c828f8b
Minor refactor to remove unused probability functions and combine functions that were only used in one spot.
2025-02-26 21:42:20 +01:00
Kevin Radloff
270190feae
Change <0% GC/reindeer chance formatting to show <1% instead.
2025-02-26 21:42:20 +01:00
dependabot[bot]
13dd628623
Bump @eslint/compat from 1.2.6 to 1.2.7
...
Bumps [@eslint/compat](https://github.com/eslint/rewrite ) from 1.2.6 to 1.2.7.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json )
- [Commits](https://github.com/eslint/rewrite/compare/compat-v1.2.6...compat-v1.2.7 )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-24 09:29:59 +01:00
dependabot[bot]
5604a63652
Bump prettier from 3.5.1 to 3.5.2
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.5.1...3.5.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-24 09:29:34 +01:00
dependabot[bot]
3f867b9023
Bump globals from 15.15.0 to 16.0.0
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.15.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-24 09:26:04 +01:00
dependabot[bot]
d4e243f2b7
Bump eslint from 9.20.1 to 9.21.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.20.1 to 9.21.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/v9.20.1...v9.21.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-24 09:23:46 +01:00
Kevin Radloff
989e984eb5
Remove Cookie Clicker version check and the need for user confirmation.
2025-02-17 21:45:00 +01:00
dependabot[bot]
6e4644c3cc
Bump chai from 4.5.0 to 5.2.0
...
Bumps [chai](https://github.com/chaijs/chai ) from 4.5.0 to 5.2.0.
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v4.5.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-16 15:01:00 +01:00
Daniël van Noord
379593f7fc
Remove more whitespace
2025-02-16 14:56:41 +01:00
Kevin Radloff
16ec2ff06a
Specify node 22, npm update, and remove some whitespace.
2025-02-16 14:56:41 +01:00
Kevin Radloff
933a017335
Attempt to fix pre-commit hooks.
2025-02-16 14:56:41 +01:00
Kevin Radloff
492abb66dc
Try out removing prettier args from pre-commit config.
2025-02-16 14:56:41 +01:00
Kevin Radloff
a1aaa3de8f
Update dependencies and remove unneeded things. This allows building on node v22. Also rely on configs for eslint/prettier so CI and command line runs are guaranteed to be consistent.
2025-02-16 14:56:41 +01:00
Numbernaut
9e98208c19
Fixed Golden Cookie percentage calculation to cdf #921 ( #1190 )
...
* Added cummulative probability handling
* executed build-dev command
* executed build-final command
2024-09-08 11:17:00 +02:00
srs420
ca1c28d1fc
Add stock market tooltip info ( #1189 )
...
* Add info to stock market tooltips
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add up and down arrows to expected value
---------
Co-authored-by: srs42006 <45675882+srs42006@users.noreply.github.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-02 09:22:02 +02:00
dependabot[bot]
ce14fa6190
Bump chai and @types/chai
...
Bumps [chai](https://github.com/chaijs/chai ) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ). These dependencies needed to be updated together.
Updates `chai` from 4.3.6 to 4.3.7
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7 )
Updates `@types/chai` from 4.3.1 to 4.3.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: "@types/chai"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-11 10:01:08 +02:00
dependabot[bot]
ec2c498b71
Bump eslint-config-prettier from 8.5.0 to 8.8.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.5.0 to 8.8.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.5.0...v8.8.0 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-11 09:59:43 +02:00
dependabot[bot]
657ca1a963
Bump word-wrap from 1.2.3 to 1.2.4
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-11 09:59:29 +02:00
pre-commit-ci[bot]
f6ebfef6cd
[pre-commit.ci] pre-commit autoupdate ( #1169 )
2024-05-11 09:59:08 +02:00
Jeong Hansol
133ed74877
Calculations of lucky levels ( #1179 )
2024-05-11 09:57:46 +02:00
pre-commit-ci[bot]
8e975c2b20
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.2](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.2 )
2023-08-22 09:37:29 +02:00
Grace Carr
d8b9d2f20c
Revert "update calculations for lucky levels ( #1161 )"
...
This reverts commit 9f78e14bec .
2023-07-17 20:18:06 +02:00
Grace Carr
9f78e14bec
update calculations for lucky levels ( #1161 )
...
* update calculations for lucky levels
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-17 09:40:29 +02:00
jessedufrene
7269577009
Add cookieclicker.ee to supported userscript sites
2023-06-22 21:26:58 +02:00
Stefan Ravn van Overeem
8d89f23c35
Support 2.052 ( #1153 )
...
* Support 2.052
Support new upgrades and achievements in 2.052:
- Fortune #020
- Kitten strategists
- Septcentennial (Have 700 of everything)
- Oft we mar what's well (700 upgrades)
- Undecillion fingers
- 900 and 1000 cursors
- Omniplast mouse
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-05-07 13:19:49 +02:00
dependabot[bot]
78f62affc5
Bump eslint-plugin-import from 2.26.0 to 2.27.5 ( #1146 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.26.0 to 2.27.5.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com >
2023-04-18 17:05:42 +02:00
pre-commit-ci[bot]
4b8c35f271
[pre-commit.ci] pre-commit autoupdate ( #1116 )
...
updates:
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.6](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.6 )
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com >
2023-04-18 14:49:38 +00:00
dependabot[bot]
1d19545a43
Bump prettier from 2.7.1 to 2.8.7
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.7.1 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.7 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-18 16:47:29 +02:00
Costas Basdekis
76d531a5b0
Fix buying with block protection & exact cookies
...
The check was wrong, since it wouldn't allow you to buy a building
for the exact amount of cookies in your bank, for example when
you're trying to buy your first cursor after clicking exactly 15 times.
2023-03-15 09:04:21 +01:00
dependabot[bot]
54bb9f793b
Bump json5 from 1.0.1 to 1.0.2
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 08:55:20 +01:00
dependabot[bot]
70cc97b0e0
Bump webpack from 5.73.0 to 5.76.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 08:53:50 +01:00
dependabot[bot]
adf6544e21
Bump eslint from 8.20.0 to 8.36.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.20.0 to 8.36.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.20.0...v8.36.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 08:53:12 +01:00
dependabot[bot]
93702eefbe
Bump terser from 5.8.0 to 5.14.2
...
Bumps [terser](https://github.com/terser/terser ) from 5.8.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:07:44 +02:00
dependabot[bot]
88eb28c5dd
Bump eslint from 8.19.0 to 8.20.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.19.0 to 8.20.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.19.0...v8.20.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 04:58:47 +02:00
dependabot[bot]
049d0153fb
Bump eslint from 8.18.0 to 8.19.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.18.0 to 8.19.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.18.0...v8.19.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-08 15:10:48 +02:00
dependabot[bot]
131547ec00
Bump shell-quote from 1.7.2 to 1.7.3
...
Bumps [shell-quote](https://github.com/substack/node-shell-quote ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases )
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md )
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-23 14:07:20 +02:00
dependabot[bot]
5e92bb5fa5
Bump eslint from 7.32.0 to 8.18.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.32.0 to 8.18.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/v7.32.0...v8.18.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-19 21:04:50 +02:00
Daniël van Noord
5ebfdfd48e
Add additional hooks to pre-commit
2022-06-19 21:02:02 +02:00
Daniël van Noord
1f685f823a
Rebuild files
2022-06-19 20:59:45 +02:00
Daniël van Noord
197b744f56
Add exclude to prettier
2022-06-19 20:59:41 +02:00
Daniël van Noord
ab73a78a01
Add prettier to pre-commit and run it
2022-06-19 20:57:42 +02:00
Daniël van Noord
8cfc980546
Remove everything related to TypeScript
2022-06-19 20:50:56 +02:00
dependabot[bot]
3fddc1d249
Bump prettier from 2.6.2 to 2.7.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.2 to 2.7.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.6.2...2.7.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-19 20:42:34 +02:00
dependabot[bot]
2555828eb9
Bump webpack-cli from 4.9.2 to 4.10.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-16 14:40:04 +02:00
dependabot[bot]
66b2c567c2
Bump ts-node from 10.8.0 to 10.8.1
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.8.0 to 10.8.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.8.0...v10.8.1 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 22:12:28 +02:00
dependabot[bot]
dd66674169
Bump typescript from 4.7.2 to 4.7.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 22:05:31 +02:00
dependabot[bot]
cfca658703
Bump webpack from 5.72.1 to 5.73.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.1 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.73.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 22:04:16 +02:00