Commit graph

2563 commits

Author SHA1 Message Date
Alejandro Celaya
6926afbac1 Refactor DI approach for components 2023-09-05 09:08:42 +02:00
Alejandro Celaya
046f79270a Change how components get dependencies injected to avoid callback nesting 2023-09-03 11:06:35 +02:00
Alejandro Celaya
4677c24242
Merge pull request #889 from acelaya-forks/feature/improve-hooks
Feature/improve hooks
2023-09-03 09:48:10 +02:00
Alejandro Celaya
65d3a19530 Add missing useCallback wrapping inside ImportServerBtn 2023-09-02 20:44:03 +02:00
Alejandro Celaya
a23d441dd3 Enable react-hooks/exhaustive-deps linting rule 2023-09-02 19:48:23 +02:00
Alejandro Celaya
973f3e3c8b Simplify ServersImporter using file.text() instead of a FileReader 2023-09-02 19:44:29 +02:00
Alejandro Celaya
a11a2c84fe Fix react-hooks/exhaustive-deps in ImportServersBtn 2023-09-02 19:43:41 +02:00
Alejandro Celaya
fbc47846e3 Fix some instances of react-hooks/exhaustive-deps 2023-09-02 19:08:12 +02:00
Alejandro Celaya
4298893960 Improve useEffect usage in App component, to have the right dependencies 2023-09-02 11:33:57 +02:00
Alejandro Celaya
1ef96662a3 Make DeleteServerButton more accessible 2023-09-02 10:48:02 +02:00
Alejandro Celaya
b20698ecb2 Re-enable a11y linting rules 2023-09-02 10:38:20 +02:00
Alejandro Celaya
a40b67f65f
Merge pull request #887 from shlinkio/dependabot/npm_and_yarn/types/uuid-9.0.3
Bump @types/uuid from 9.0.2 to 9.0.3
2023-09-02 09:42:33 +02:00
Alejandro Celaya
6b32bf8ca9
Merge pull request #888 from shlinkio/dependabot/npm_and_yarn/types/leaflet-1.9.4
Bump @types/leaflet from 1.9.3 to 1.9.4
2023-09-02 09:42:26 +02:00
dependabot[bot]
79e9ced183
Bump @types/leaflet from 1.9.3 to 1.9.4
Bumps [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet) from 1.9.3 to 1.9.4.
- [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>
2023-09-02 07:03:09 +00:00
dependabot[bot]
396902cfa1
Bump @types/uuid from 9.0.2 to 9.0.3
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 07:02:49 +00:00
Alejandro Celaya
92a660cc0b
Merge pull request #876 from shlinkio/dependabot/npm_and_yarn/typescript-5.2.2
Bump typescript from 5.1.6 to 5.2.2
2023-08-29 23:30:56 +02:00
Alejandro Celaya
13d44b0bb9 Update to @typescript-eslint/eslint-plugin with support for TypeScript 5.2 2023-08-29 23:27:50 +02:00
dependabot[bot]
cf2081713b Bump typescript from 5.1.6 to 5.2.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 23:27:50 +02:00
Alejandro Celaya
06ea3362b6
Merge pull request #886 from acelaya-forks/feature/js-sdk
Replace local ShlinkApiClient with the one from shlink-js-sdk
2023-08-29 23:22:47 +02:00
Alejandro Celaya
30307de37a Adjust required code coverage 2023-08-29 23:15:20 +02:00
Alejandro Celaya
9f7ac09fb0 Replace local ShlinkApiClient with the one from shlink-js-sdk 2023-08-29 23:12:25 +02:00
Alejandro Celaya
ccfedc20e9
Merge pull request #885 from acelaya-forks/feature/decouple-api-client
Update to shlink-web-client 0.3.1
2023-08-27 18:43:27 +02:00
Alejandro Celaya
1e31444c67 Update to shlink-web-client 0.3.1 2023-08-27 18:24:13 +02:00
Alejandro Celaya
30318faf23
Merge pull request #884 from shlinkio/dependabot/npm_and_yarn/workbox-core-7.0.0
Bump workbox-core from 6.5.4 to 7.0.0
2023-08-27 08:48:09 +02:00
dependabot[bot]
1e2938bd91
Bump workbox-core from 6.5.4 to 7.0.0
Bumps [workbox-core](https://github.com/googlechrome/workbox) from 6.5.4 to 7.0.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.5.4...v7.0.0)

---
updated-dependencies:
- dependency-name: workbox-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-27 06:38:57 +00:00
Alejandro Celaya
f3db353bb4 Group fontawesome deps in dependabot 2023-08-27 08:37:54 +02:00
Alejandro Celaya
c538795052
Merge pull request #875 from shlinkio/dependabot/npm_and_yarn/shlinkio/eslint-config-js-coding-standard-2.3.0
Bump @shlinkio/eslint-config-js-coding-standard from 2.2.0 to 2.3.0
2023-08-26 10:35:42 +02:00
Alejandro Celaya
08a5014b5e Temp disable react-hooks linting rules 2023-08-26 10:30:25 +02:00
Alejandro Celaya
58b4f0a915
Merge pull request #879 from shlinkio/dependabot/npm_and_yarn/eslint-8.48.0
Bump eslint from 8.47.0 to 8.48.0
2023-08-26 10:28:08 +02:00
dependabot[bot]
e22618b1df
Bump eslint from 8.47.0 to 8.48.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.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.47.0...v8.48.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-08-26 08:24:44 +00:00
dependabot[bot]
3a88695122
Bump @shlinkio/eslint-config-js-coding-standard from 2.2.0 to 2.3.0
Bumps [@shlinkio/eslint-config-js-coding-standard](https://github.com/shlinkio/js-coding-standard) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/shlinkio/js-coding-standard/releases)
- [Changelog](https://github.com/shlinkio/js-coding-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shlinkio/js-coding-standard/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: "@shlinkio/eslint-config-js-coding-standard"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 08:24:29 +00:00
Alejandro Celaya
c0f20fde96
Merge pull request #882 from shlinkio/dependabot/npm_and_yarn/types/react-18.2.21
Bump @types/react from 18.2.20 to 18.2.21
2023-08-26 10:24:12 +02:00
Alejandro Celaya
cab89cc417
Merge pull request #881 from shlinkio/dependabot/npm_and_yarn/vitest/coverage-v8-0.34.3
Bump @vitest/coverage-v8 from 0.34.1 to 0.34.3
2023-08-26 10:24:02 +02:00
Alejandro Celaya
a1042bc87d
Merge pull request #880 from shlinkio/dependabot/npm_and_yarn/testing-library/jest-dom-6.1.2
Bump @testing-library/jest-dom from 6.0.1 to 6.1.2
2023-08-26 10:23:51 +02:00
Alejandro Celaya
92cc8470c1
Merge pull request #877 from shlinkio/dependabot/npm_and_yarn/vitest-0.34.3
Bump vitest from 0.34.1 to 0.34.3
2023-08-26 10:23:26 +02:00
Alejandro Celaya
b2b18fc00b
Merge pull request #874 from shlinkio/dependabot/npm_and_yarn/json2csv/plainjs-7.0.3
Bump @json2csv/plainjs from 7.0.2 to 7.0.3
2023-08-26 10:23:05 +02:00
Alejandro Celaya
fa97d8a827
Merge pull request #873 from shlinkio/dependabot/npm_and_yarn/stylelint-15.10.3
Bump stylelint from 15.10.2 to 15.10.3
2023-08-26 10:22:21 +02:00
dependabot[bot]
067b2a96f8
Bump @types/react from 18.2.20 to 18.2.21
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.20 to 18.2.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 07:59:53 +00:00
dependabot[bot]
886cf7ab2a
Bump @vitest/coverage-v8 from 0.34.1 to 0.34.3
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 0.34.1 to 0.34.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.3/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 07:59:42 +00:00
dependabot[bot]
04fce4faa1
Bump @testing-library/jest-dom from 6.0.1 to 6.1.2
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.0.1 to 6.1.2.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.0.1...v6.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 07:59:23 +00:00
dependabot[bot]
039bf35c29
Bump vitest from 0.34.1 to 0.34.3
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.1 to 0.34.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.3/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 07:58:53 +00:00
dependabot[bot]
eee9732d6d
Bump @json2csv/plainjs from 7.0.2 to 7.0.3
Bumps [@json2csv/plainjs](https://github.com/juanjoDiaz/json2csv) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/juanjoDiaz/json2csv/releases)
- [Changelog](https://github.com/juanjoDiaz/json2csv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/juanjoDiaz/json2csv/compare/v7.0.2...v7.0.3)

---
updated-dependencies:
- dependency-name: "@json2csv/plainjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 07:58:14 +00:00
dependabot[bot]
6823baa791
Bump stylelint from 15.10.2 to 15.10.3
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.2 to 15.10.3.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.2...15.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 07:57:55 +00:00
Alejandro Celaya
d02a261e1b
Merge pull request #869 from shlinkio/dependabot/npm_and_yarn/workbox-precaching-7.0.0
Bump workbox-precaching from 6.5.4 to 7.0.0
2023-08-19 17:38:29 +02:00
dependabot[bot]
0253e1baf3
Bump workbox-precaching from 6.5.4 to 7.0.0
Bumps [workbox-precaching](https://github.com/googlechrome/workbox) from 6.5.4 to 7.0.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.5.4...v7.0.0)

---
updated-dependencies:
- dependency-name: workbox-precaching
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-19 15:35:58 +00:00
Alejandro Celaya
3a98e21406
Merge pull request #868 from shlinkio/dependabot/npm_and_yarn/workbox-strategies-7.0.0
Bump workbox-strategies from 6.5.4 to 7.0.0
2023-08-19 17:35:22 +02:00
Alejandro Celaya
dfb3e42c89
Merge pull request #872 from shlinkio/dependabot/npm_and_yarn/sass-1.66.1
Bump sass from 1.64.2 to 1.66.1
2023-08-19 17:33:55 +02:00
dependabot[bot]
536265696b
Bump workbox-strategies from 6.5.4 to 7.0.0
Bumps [workbox-strategies](https://github.com/googlechrome/workbox) from 6.5.4 to 7.0.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.5.4...v7.0.0)

---
updated-dependencies:
- dependency-name: workbox-strategies
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-19 15:33:03 +00:00
Alejandro Celaya
78e2683467
Merge pull request #865 from shlinkio/dependabot/npm_and_yarn/workbox-expiration-7.0.0
Bump workbox-expiration from 6.5.4 to 7.0.0
2023-08-19 17:32:35 +02:00
Alejandro Celaya
3471f48560
Merge pull request #871 from shlinkio/dependabot/npm_and_yarn/workbox-routing-7.0.0
Bump workbox-routing from 6.5.4 to 7.0.0
2023-08-19 17:32:27 +02:00