Commit Graph

1170 Commits

Author SHA1 Message Date
dependabot[bot]
507e168e24 Bump prettier from 2.2.1 to 2.3.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
- [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.2.1...2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 11:35:32 +00:00
dependabot[bot]
35bd55f884 Bump eslint from 7.25.0 to 7.26.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.25.0 to 7.26.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.25.0...v7.26.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 11:35:11 +00:00
dependabot[bot]
7202f0122d Bump mocha from 8.3.2 to 8.4.0
Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.2 to 8.4.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.3.2...v8.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 11:32:17 +00:00
Daniël van Noord
19edf86751 Merge pull request #808 from CookieMonsterTeam/dependabot/npm_and_yarn/webpack-cli-4.7.0 2021-05-10 13:02:08 +02:00
Daniël van Noord
28857220f3 Merge pull request #811 from CookieMonsterTeam/dependabot/npm_and_yarn/ts-loader-9.1.2 2021-05-10 13:01:14 +02:00
Daniël van Noord
8d1d9697c1 Merge pull request #809 from CookieMonsterTeam/dependabot/npm_and_yarn/types/chai-4.2.18
Bump @types/chai from 4.2.17 to 4.2.18
2021-05-10 12:17:41 +02:00
Daniël van Noord
6eb2b76d9f Merge pull request #810 from CookieMonsterTeam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.22.1
Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1
2021-05-10 11:27:32 +02:00
dependabot[bot]
b674376433 Bump ts-loader from 9.1.1 to 9.1.2
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.1.1...v9.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 08:35:34 +00:00
dependabot[bot]
9c24deb5aa Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.22.0 to 4.22.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.22.1/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 08:35:18 +00:00
dependabot[bot]
88a6fc31a1 Bump @types/chai from 4.2.17 to 4.2.18
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.2.17 to 4.2.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 08:34:56 +00:00
dependabot[bot]
f791d47845 Bump webpack-cli from 4.6.0 to 4.7.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.6.0 to 4.7.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.6.0...webpack-cli@4.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 08:34:45 +00:00
Daniël van Noord
d6b0284da1 Merge pull request #807 from tsr488/patch-1
Fix edge cases when sorting buildings/upgrades by PP
2021-05-08 10:48:19 +02:00
Tom
0f2bd0a10e Small optimization when creating temp array for sorting buildings 2021-05-08 04:45:08 -04:00
Tom
41c28c21df Sorting fixes 2021-05-08 03:51:47 -04:00
Tom Rogan
67d3562659 Update Upgrades.js 2021-05-08 02:13:27 -04:00
Daniël van Noord
770b238f70 Merge pull request #804 from DanielNoord/bugfixes
Fix issues with "till next achievement"
2021-05-06 21:54:52 +02:00
Daniël van Noord
305454b802 Fix issues with "till next achievement" 2021-05-06 21:45:58 +02:00
Daniël van Noord
18ace33231 Merge pull request #803 from DanielNoord/exposedata
Couple of new functions
2021-05-06 21:14:38 +02:00
Daniël van Noord
af803b4ead Fix link to old repo 2021-05-06 21:03:39 +02:00
Daniël van Noord
210f4d4aee Colour column of green option #773 2021-05-06 21:02:26 +02:00
Daniël van Noord
5a045e7ac4 Expose building and upgrade data to global scope 2021-05-06 20:27:17 +02:00
Daniël van Noord
cc2a754425 Run tests before build 2021-05-06 20:19:09 +02:00
Daniël van Noord
e44e39bc2c Stop making report minified 2021-05-06 20:17:32 +02:00
Daniël van Noord
48c1d12d86 Update to new repo location 2021-05-06 19:41:32 +02:00
Daniël van Noord
195d7335f8 Merge pull request #796 from DanielNoord/eslint
Updated ESLint to 7.25.0
2021-05-02 11:45:43 +02:00
Daniël van Noord
941ccfeb79 Updated ESLint to 7.25.0 2021-05-02 11:44:27 +02:00
Daniël van Noord
eb71fd9bd2 Merge pull request #792 from CookieMonsterTeam/dependabot/npm_and_yarn/ts-loader-9.1.1
Bump ts-loader from 8.1.0 to 9.1.1
2021-05-02 11:01:02 +02:00
dependabot[bot]
039155a607 Bump ts-loader from 8.1.0 to 9.1.1
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.1.0 to 9.1.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.1.0...v9.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-02 09:00:07 +00:00
Daniël van Noord
9fe2e8b9b9 Merge pull request #795 from CookieMonsterTeam/dependabot/npm_and_yarn/webpack-5.36.2
Bump webpack from 5.32.0 to 5.36.2
2021-05-02 10:59:38 +02:00
Daniël van Noord
11b3a99314 Merge pull request #794 from CookieMonsterTeam/dependabot/npm_and_yarn/types/chai-4.2.17
Bump @types/chai from 4.2.16 to 4.2.17
2021-05-02 10:59:27 +02:00
dependabot[bot]
932b03fd51 Bump webpack from 5.32.0 to 5.36.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.32.0 to 5.36.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.32.0...v5.36.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-02 08:55:41 +00:00
dependabot[bot]
be8cf101e4 Bump @types/chai from 4.2.16 to 4.2.17
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.2.16 to 4.2.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-02 08:55:33 +00:00
Daniël van Noord
98e6cd1dfc Create dependabot.yml 2021-05-02 10:49:31 +02:00
Daniël van Noord
7df6e5fa54 Merge pull request #791 from CookieMonsterTeam/master
Hotfix #1 for 2.031.08
2021-05-02 10:46:27 +02:00
Daniël van Noord
c3adcf4d81 Merge pull request #790 from CookieMonsterTeam/dev
Hotfix #1 for 2.031.08
2021-05-02 10:45:54 +02:00
Daniël van Noord
82bf56cee0 Merge pull request #789 from DanielNoord/hotfix
Hotfix
2021-05-02 10:44:39 +02:00
Daniël van Noord
21c714008c Push hotfix 2021-05-02 10:43:04 +02:00
Daniël van Noord
d377702d09 Removed unnecessary lines of code 2021-05-02 10:39:45 +02:00
Daniël van Noord
32f0572ab3 Merge pull request #788 from puggan/feature/paybackClicks
Feature/payback clicks
2021-05-02 10:37:16 +02:00
Puggan Sundragon
89952f20c2 compile 2021-05-02 10:28:59 +02:00
Puggan Sundragon
8bab891231 Show Payback Period x clicks 2021-05-02 10:27:18 +02:00
Daniël van Noord
0f6cffc9bf Rename CookieMonsterDev.js.LICENSE copy.txt to CookieMonsterDev.js.LICENSE.txt 2021-05-02 10:11:44 +02:00
Daniël van Noord
0aebc35a8b Update README.md 2021-05-02 10:08:09 +02:00
Daniël van Noord
ec87a8ad3c Update README.md 2021-05-02 10:07:42 +02:00
Daniël van Noord
6ff15db4da Merge pull request #787 from DanielNoord/newrepo
New repository
2.031.8
2021-05-02 09:57:08 +02:00
Daniël van Noord
21b8a169ef Create CookieMonsterDev 2021-05-02 09:55:00 +02:00
Daniël van Noord
32b7bfc2c9 Update userscript for new repository 2021-05-02 09:32:14 +02:00
Daniël van Noord
e66ecb2be5 Moved and updated license 2021-05-02 09:31:05 +02:00
Daniël van Noord
ddc46113bc Removed CookieMonster.js from root 2021-05-02 09:30:18 +02:00
Daniël van Noord
3e80f95947 Removed CookieMonster.js in root 2021-05-02 09:30:03 +02:00