Commit Graph

1015 Commits

Author SHA1 Message Date
a33e1e45bc
fix: Replace slugify in deploy-preview-netlify with simple regex
All checks were successful
continuous-integration/drone/pr Build is passing
This commit removes the direct dependency on the "slugify" package, since it produces slugs, which are still invalid to be used as subdomain names.

We now use a custom RegEx scheme which just replaces all white spaces, dots and slashes with a "-" sign for readability and removes all otherwise invalid characters.

To account for specific language characters or unicode variants we first normalize it using the String.prototype.normalize() function, so we can preserve as much characters as possible. 

Additionally, we now make sure that our alias is not longer than 37 characters, which is the maximum alias length according to Netlify's documentation [0]

[0]: https://cli.netlify.com/commands/deploy
2022-02-14 15:11:03 +01:00
78ad9becf3 chore(deps): update dependency @vitejs/plugin-legacy to v1.7.1 (#1529)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1529
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-12 10:26:59 +00:00
864928b378 fix(deps): update sentry-javascript monorepo to v6.17.7 (#1528)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1528
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-12 10:26:17 +00:00
c2b7d03dc5 chore(deps): update dependency eslint to v8.9.0 (#1530)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1530
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-12 10:05:36 +00:00
4ee651cb2e chore(deps): update dependency wait-on to v6.0.1 (#1527)
Some checks are pending
continuous-integration/drone/push Build is running
Reviewed-on: #1527
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-11 07:32:28 +00:00
5716a78127 chore(deps): update dependency @fortawesome/fontawesome-svg-core to v1.3.0 (#1504)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1504
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-11 07:28:17 +00:00
d4d40a05ac chore(deps): update dependency @faker-js/faker to v6.0.0-alpha.6 (#1526)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1526
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-10 19:15:25 +00:00
f557e310c3 chore(deps): update dependency caniuse-lite to v1.0.30001311 (#1524)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #1524
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-10 10:36:42 +00:00
a3cab286cd chore(deps): update dependency vitest to v0.3.2 (#1523)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #1523
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-10 10:36:20 +00:00
8f726e17ef chore(deps): update dependency rollup to v2.67.2 (#1525)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1525
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-10 10:35:54 +00:00
eece690c6c fix(deps): update dependency @vueuse/router to v7.6.1 (#1521)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1521
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-09 15:34:09 +00:00
3bd302081a chore(deps): update dependency vitest to v0.3.0 (#1519)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1519
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-09 14:36:14 +00:00
017c025aaa chore(deps): update dependency @vitejs/plugin-vue to v2.2.0 (#1517)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1517
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-09 08:28:33 +00:00
232d2f7c88 chore(deps): update dependency @vitejs/plugin-legacy to v1.7.0 (#1516)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1516
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-09 07:25:52 +00:00
9b0e8a06fa chore(deps): update dependency esbuild to v0.14.21 (#1515)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1515
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-09 06:50:19 +00:00
da8144c0c7 chore(deps): update dependency caniuse-lite to v1.0.30001310 (#1514)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1514
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-09 06:48:54 +00:00
c5e5b96853 fix(deps): update sentry-javascript monorepo to v6.17.6 (#1513)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1513
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-08 21:21:09 +00:00
6c7fd4ef5b fix(deps): update dependency @vueuse/core to v7.6.0 (#1507)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1507
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-08 14:51:22 +00:00
ba1ff6af81 fix(deps): update dependency @vueuse/router to v7.6.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-02-08 11:02:44 +00:00
6895b5ab94 chore(deps): update dependency vitest to v0.2.8 (#1506)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1506
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-08 06:39:14 +00:00
83d6f30d2d chore(deps): update dependency esbuild to v0.14.20 (#1500)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1500
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-07 20:55:58 +00:00
bb56158112 fix(deps): update sentry-javascript monorepo to v6.17.5 (#1501)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1501
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-07 20:55:46 +00:00
f39d4d09cf chore(deps): update typescript-eslint monorepo to v5.11.0 (#1502)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1502
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-07 20:55:30 +00:00
6aa914ad9c fix(deps): update dependency vue to v3.2.30 (#1496)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1496
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-07 07:14:07 +00:00
f7f4bbbf3f fix(deps): update dependency @vue/compat to v3.2.30 (#1495)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1495
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-07 07:13:39 +00:00
01961f48e9 chore(deps): update dependency rollup to v2.67.1 (#1494)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1494
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-07 07:13:14 +00:00
2de0337638 chore(deps): update dependency caniuse-lite to v1.0.30001309 (#1493)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1493
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-07 07:12:44 +00:00
25c230cf63 chore(deps): update dependency netlify-cli to v8.16.1 (#1492)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1492
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-07 07:12:04 +00:00
cb381e2ce9 chore(deps): update dependency esbuild to v0.14.19 (#1490)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1490
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-06 17:12:52 +00:00
7c954e9168 chore(deps): update dependency vue-tsc to v0.31.2 (#1488)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1488
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-06 14:09:34 +00:00
bc2ac3e3d8 chore(deps): update dependency eslint-plugin-vue to v8.4.1 (#1486)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1486
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-04 14:36:42 +00:00
42b2cded82 chore(deps): update dependency caniuse-lite to v1.0.30001307 (#1484)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1484
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-04 07:16:07 +00:00
2a431507dc chore(deps): update dependency vitest to v0.2.7 (#1485)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1485
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-04 07:15:49 +00:00
fdcb6b31cb chore(deps): update dependency postcss-preset-env to v7.3.1 (#1483)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1483
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-03 10:20:37 +00:00
a68ebff8df chore(deps): update dependency caniuse-lite to v1.0.30001306 (#1482)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1482
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-03 08:43:04 +00:00
7f7126b8be chore(deps): update dependency vitest to v0.2.6 (#1481)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1481
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-03 06:46:49 +00:00
39094ec968 chore(deps): update dependency esbuild to v0.14.18 (#1480)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1480
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-02 20:11:05 +00:00
64425b5c6e fix(deps): update sentry-javascript monorepo to v6.17.4 (#1479)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1479
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-02 18:34:45 +00:00
6629cdd009 chore(deps): update dependency rollup to v2.67.0 (#1478)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1478
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-02 07:41:15 +00:00
6a833bd8c4 chore(deps): update dependency esbuild to v0.14.17 (#1477)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1477
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-02 07:40:45 +00:00
fed852baec chore(deps): update dependency caniuse-lite to v1.0.30001305 (#1476)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1476
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-02 06:58:15 +00:00
25011e57d6 chore(deps): update dependency sass to v1.49.7 (#1475)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1475
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-02 06:57:55 +00:00
766a6e1fce chore(deps): update dependency sass to v1.49.6 (#1474)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1474
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-01 22:19:02 +00:00
bf239849ba chore(deps): update dependency sass to v1.49.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-02-01 21:02:40 +00:00
1269cfeb5b chore(deps): update dependency postcss to v8.4.6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-02-01 12:02:39 +00:00
95a560584f chore(deps): update dependency sass to v1.49.4 (#1470)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1470
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-01 06:58:03 +00:00
782e45eb8f chore(deps): update dependency esbuild to v0.14.16 (#1469)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1469
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-01 06:56:12 +00:00
1e19cf7f8b fix(deps): update dependency @github/hotkey to v2 (#1471)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1471
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-01 06:55:24 +00:00
7150e20d45 chore(deps): update dependency cypress to v9.4.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-01-31 22:02:49 +00:00
0dedbfa901 chore(deps): update typescript-eslint monorepo to v5.10.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-01-31 19:02:56 +00:00