Commit Graph

1366 Commits

Author SHA1 Message Date
James Lyne
60a8210f68
Merge pull request #321 from JLyne/dependabot/npm_and_yarn/types/node-17.0.8
Bump @types/node from 17.0.5 to 17.0.8
2022-01-11 20:57:19 +00:00
James Lyne
6adc17f1e8
Merge pull request #325 from JLyne/dependabot/npm_and_yarn/eslint-8.6.0
Bump eslint from 8.5.0 to 8.6.0
2022-01-11 20:57:14 +00:00
dependabot[bot]
3db536e893
Bump jest from 27.4.5 to 27.4.7
Bumps [jest](https://github.com/facebook/jest) from 27.4.5 to 27.4.7.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.4.5...v27.4.7)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 20:53:36 +00:00
dependabot[bot]
7973de7f4b
Bump vue-tsc from 0.30.1 to 0.30.2
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.30.1 to 0.30.2.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v0.30.2/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 20:53:19 +00:00
dependabot[bot]
e617fa171f
Bump sass from 1.46.0 to 1.47.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.46.0 to 1.47.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.46.0...1.47.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 20:53:04 +00:00
dependabot[bot]
e88143e38f
Bump eslint from 8.5.0 to 8.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.5.0 to 8.6.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.5.0...v8.6.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-01-11 20:52:48 +00:00
dependabot[bot]
d3e6d0b04a
Bump @types/node from 17.0.5 to 17.0.8
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.5 to 17.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 20:52:47 +00:00
James Lyne
aaccfc4202
Merge pull request #323 from JLyne/dependabot/npm_and_yarn/typescript-eslint/parser-5.9.1
Bump @typescript-eslint/parser from 5.8.1 to 5.9.1
2022-01-11 20:52:19 +00:00
James Lyne
27054282eb
Update dependabot.yml 2022-01-11 20:50:50 +00:00
James Lyne
6592f1aa11
Update README.md 2022-01-11 19:38:21 +00:00
James Lyne
eaad0b4de5 Revert "Work around dynmap bugs in markup handling"
This reverts commit 297a593f
2022-01-11 17:52:37 +00:00
James Lyne
ff77f09025 Move marker set contents outside the store, other small optimisations.
Improves marker set creation performance by avoiding traversal of all markers when watching the marker set.

Various other small changes to reduce allocations when creating markers
2022-01-11 16:08:30 +00:00
James Lyne
6717cab096 FollowTarget improvements
- Show current world/location when follow target is visible
- Add ellipsis overflow
- Add copy location on click
2022-01-10 22:16:05 +00:00
dependabot[bot]
a45340fbae
Bump @typescript-eslint/parser from 5.8.1 to 5.9.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.8.1 to 5.9.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.9.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 22:09:42 +00:00
James Lyne
6d49021220 Refactor sidebar sections
- Rename CollapsibleSection to SidebarSection with a collapsible prop
- Move section__content element to SidebarSection
- Move sidebar section styling to SidebarSection
2022-01-10 20:24:22 +00:00
James Lyne
450a5ee46c Refactor sidebar sections
- Rename CollapsibleSection to SidebarSection with a collapsible prop
- Move section__content element to SidebarSection
- Move sidebar section styling to SidebarSection
2022-01-10 19:56:23 +00:00
James Lyne
df1d2ee73b Add window size to vuex state 2022-01-10 19:33:41 +00:00
James Lyne
6d29a0f195
Merge pull request #316 from JLyne/dependabot/npm_and_yarn/sass-1.46.0
Bump sass from 1.45.1 to 1.46.0
2022-01-10 11:14:30 +00:00
James Lyne
29943be869
Merge pull request #315 from JLyne/dependabot/npm_and_yarn/types/leaflet-1.7.8
Bump @types/leaflet from 1.7.7 to 1.7.8
2022-01-10 11:14:27 +00:00
James Lyne
ca4f1c3edd
Merge pull request #314 from JLyne/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.9.0
Bump @typescript-eslint/eslint-plugin from 5.8.1 to 5.9.0
2022-01-10 11:14:22 +00:00
James Lyne
ea3fd3e20f
Merge pull request #308 from JLyne/dependabot/npm_and_yarn/types/jest-27.4.0
Bump @types/jest from 27.0.3 to 27.4.0
2022-01-10 11:14:17 +00:00
James Lyne
0e8a68cd3e
Merge pull request #307 from JLyne/dependabot/npm_and_yarn/vite-2.7.10
Bump vite from 2.7.7 to 2.7.10
2022-01-10 11:14:14 +00:00
James Lyne
297a593fa7 Work around dynmap bugs in markup handling 2022-01-10 00:08:06 +00:00
dependabot[bot]
984805028c
Bump sass from 1.45.1 to 1.46.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.45.1 to 1.46.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.45.1...1.46.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-06 22:12:23 +00:00
dependabot[bot]
90f8efaf81
Bump @types/leaflet from 1.7.7 to 1.7.8
Bumps [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet) from 1.7.7 to 1.7.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/leaflet)

---
updated-dependencies:
- dependency-name: "@types/leaflet"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 22:18:27 +00:00
dependabot[bot]
5ed39f16f0
Bump @typescript-eslint/eslint-plugin from 5.8.1 to 5.9.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.8.1 to 5.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.9.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 22:18:10 +00:00
dependabot[bot]
cd90539ab0
Bump @types/jest from 27.0.3 to 27.4.0
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.3 to 27.4.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-30 22:10:44 +00:00
dependabot[bot]
dfbff1bc47
Bump vite from 2.7.7 to 2.7.10
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.7 to 2.7.10.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.7.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.7.10/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-30 22:10:25 +00:00
James Lyne
f6475a2179 Merge remote-tracking branch 'origin/master' 2021-12-28 16:10:13 +00:00
James Lyne
53c2ecab71 Allow use of specific default liveatlas by setting a map's icon to "liveatlas_[icon_name]" in the map plugin's configuration 2021-12-28 16:09:44 +00:00
James Lyne
3917305eac
Update README.md 2021-12-28 14:08:35 +00:00
James Lyne
69bb626b2b
Update README.md 2021-12-28 14:07:46 +00:00
James Lyne
498b7f861c
Merge pull request #305 from JLyne/dependabot/npm_and_yarn/types/leaflet-1.7.7
Bump @types/leaflet from 1.7.6 to 1.7.7
2021-12-28 12:05:37 +00:00
dependabot[bot]
36c231e606
Bump @types/leaflet from 1.7.6 to 1.7.7
Bumps [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet) from 1.7.6 to 1.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/leaflet)

---
updated-dependencies:
- dependency-name: "@types/leaflet"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-28 11:40:32 +00:00
James Lyne
2caccd4458
Merge pull request #301 from JLyne/dependabot/npm_and_yarn/typescript-eslint/parser-5.8.1
Bump @typescript-eslint/parser from 5.6.0 to 5.8.1
2021-12-28 11:39:54 +00:00
James Lyne
2f0d298b32
Merge pull request #302 from JLyne/dependabot/npm_and_yarn/vue/test-utils-2.0.0-rc.18
Bump @vue/test-utils from 2.0.0-rc.17 to 2.0.0-rc.18
2021-12-28 11:39:45 +00:00
James Lyne
f03b748416
Merge pull request #304 from JLyne/dependabot/npm_and_yarn/eslint-8.5.0
Bump eslint from 8.4.1 to 8.5.0
2021-12-28 11:39:39 +00:00
James Lyne
c367f80f77
Merge pull request #300 from JLyne/dependabot/npm_and_yarn/types/node-17.0.5
Bump @types/node from 16.11.12 to 17.0.5
2021-12-28 11:39:32 +00:00
dependabot[bot]
2b6ff83e02
Bump @typescript-eslint/parser from 5.6.0 to 5.8.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.6.0 to 5.8.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.8.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 23:45:01 +00:00
dependabot[bot]
26e772a434
Bump @vue/test-utils from 2.0.0-rc.17 to 2.0.0-rc.18
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 2.0.0-rc.17 to 2.0.0-rc.18.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/HEAD/packages/test-utils)

---
updated-dependencies:
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 23:45:00 +00:00
dependabot[bot]
60c1b3cf75
Bump eslint from 8.4.1 to 8.5.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.4.1 to 8.5.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.4.1...v8.5.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 23:44:58 +00:00
dependabot[bot]
b891358330
Bump @types/node from 16.11.12 to 17.0.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.12 to 17.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 23:44:54 +00:00
James Lyne
1ac1dd5d8b
Merge pull request #299 from JLyne/dependabot/npm_and_yarn/ts-jest-27.1.2
Bump ts-jest from 27.1.1 to 27.1.2
2021-12-27 23:44:27 +00:00
James Lyne
61d40243c9
Merge pull request #303 from JLyne/dependabot/npm_and_yarn/vue-tsc-0.30.1
Bump vue-tsc from 0.29.8 to 0.30.1
2021-12-27 23:44:18 +00:00
dependabot[bot]
13a3ec20b6
Bump vue-tsc from 0.29.8 to 0.30.1
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.29.8 to 0.30.1.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v0.30.1/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 23:24:21 +00:00
dependabot[bot]
7c7e3b6355
Bump ts-jest from 27.1.1 to 27.1.2
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.1 to 27.1.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.1.1...v27.1.2)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 23:23:18 +00:00
James Lyne
012f104773
Merge pull request #283 from JLyne/dependabot/npm_and_yarn/jest-27.4.5
Bump jest from 27.4.4 to 27.4.5
2021-12-27 23:19:09 +00:00
James Lyne
1e2dca7467
Merge pull request #280 from JLyne/dependabot/npm_and_yarn/typescript-4.5.4
Bump typescript from 4.5.3 to 4.5.4
2021-12-27 23:19:04 +00:00
James Lyne
4758eed1ec
Merge pull request #297 from JLyne/dependabot/npm_and_yarn/vue/eslint-config-typescript-10.0.0
Bump @vue/eslint-config-typescript from 9.1.0 to 10.0.0
2021-12-27 23:18:57 +00:00
James Lyne
9e7bb8af9b
Merge pull request #298 from JLyne/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.8.1
Bump @typescript-eslint/eslint-plugin from 5.6.0 to 5.8.1
2021-12-27 23:18:52 +00:00