Go to file
renovate 3257e748e9
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update dependency typescript to v4.9.5 (#17)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/Microsoft/TypeScript)) | devDependencies | patch | [`4.9.4` -> `4.9.5`](https://renovatebot.com/diffs/npm/typescript/4.9.4/4.9.5) |

---

### Release Notes

<details>
<summary>Microsoft/TypeScript</summary>

### [`v4.9.5`](https://github.com/microsoft/TypeScript/releases/tag/v4.9.5): TypeScript 4.9.5

[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

#### Changes:

-   [`69e88ef`](69e88ef551) Port ignore deprecations to 4.9 ([#&#8203;52419](https://github.com/Microsoft/TypeScript/issues/52419))
-   [`daf4e81`](daf4e817a1) Port timestamp fix to 4.9 ([#&#8203;52426](https://github.com/Microsoft/TypeScript/issues/52426))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMC4wIiwidXBkYXRlZEluVmVyIjoiMzUuMjAuMCJ9-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #17
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2023-03-25 11:49:22 +00:00
.husky feat: add commitlint (#13) 2023-02-20 08:27:42 +00:00
docs feat: extended tribe profile (#12) 2023-02-19 06:40:17 +00:00
k8s fix: livenessProbe/readinessProbe - incorrect path 2023-01-29 09:53:54 +01:00
src refactor: use Promise.all instead of multiple awaits 2023-02-19 07:45:40 +01:00
.dockerignore chore: update .dockerignore 2023-01-26 08:23:31 +01:00
.drone.yml build: add a new pipeline - build (#5) 2023-02-01 06:02:20 +00:00
.env feat: extended player profile (#1) 2023-01-26 06:30:21 +00:00
.eslintignore feat: add commitlint (#13) 2023-02-20 08:27:42 +00:00
.eslintrc.json chore: add eslint 2023-02-01 06:49:45 +01:00
.gitignore feat: extended player profile (#1) 2023-01-26 06:30:21 +00:00
.parcelrc chore: add eslint 2023-02-01 06:49:45 +01:00
.prettierrc.js init 2022-12-31 11:15:23 +01:00
.terserrc.js refactor: use Promise.all instead of multiple awaits 2023-02-19 07:45:40 +01:00
Caddyfile chore: remove unnecessary redirect 2023-02-19 07:46:39 +01:00
commitlint.config.js feat: add commitlint (#13) 2023-02-20 08:27:42 +00:00
Dockerfile chore(deps): update caddy docker tag to v2.6.4 (#11) 2023-02-16 04:27:51 +00:00
LICENSE init 2022-12-31 11:15:23 +01:00
manifest.tmpl build: add .drone.yml 2023-01-26 08:23:07 +01:00
package.json feat: add commitlint (#13) 2023-02-20 08:27:42 +00:00
README.md feat: extended tribe profile (#12) 2023-02-19 06:40:17 +00:00
renovate.json chore(deps): update alpine/k8s docker tag to v1.25.6 2023-01-28 08:05:10 +01:00
tsconfig.json chore: add eslint 2023-02-01 06:49:45 +01:00
yarn.lock chore(deps): update dependency typescript to v4.9.5 (#17) 2023-03-25 11:49:22 +00:00

Tribal Wars - scripts

This repo contains a variety of scripts for Tribal Wars.

Scripts

Extended player profile

This script adds additional info and actions on a player overview.

img.png

Installation

User script

Quick bar:

javascript:
    $.getScript('https://scripts.tribalwarshelp.com/extended-player-profile.quickbar.js')

Extended tribe profile

This script adds additional info and actions on a tribe overview.

img.png

Installation

User script

Quick bar:

javascript:
    $.getScript('https://scripts.tribalwarshelp.com/extended-tribe-profile.quickbar.js')

Extended map popup

This script extends the map popup with additional info.

img.png

Installation

User script

Quick bar:

javascript:
    $.getScript('https://scripts.tribalwarshelp.com/extended-map-popup.quickbar.js')

Extended village profile

This script adds additional info and actions on a village overview.

img.png

Installation

User script

Quick bar:

javascript:
    $.getScript('https://scripts.tribalwarshelp.com/extended-village-profile.quickbar.js')

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Dawid Wysokiński - contact@dwysokinski.me