Commit graph

290 commits

Author SHA1 Message Date
renovate[bot]
545a4ba632
Update dependency eslint-plugin-ember to v11 (#665)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 22:04:09 +02:00
Jeldrik Hanschke
97605ec7d7
fix some deprecations (#659)
* get deprecation workflow up to date

* fix routing.transition-methods deprecation

* fix this-property-fallback deprecation

* fix implicit-injections deprecation

* argument-less-helper-paren-less-invocation

* remove unmaintained ember-transition-helper which triggers deprecated-run-loop-and-computed-dot-access deprecation

* reset to only log but not throw on errors to not block other development

* reset double quote to single quote changes in templates and fix Prettier config

* fix JS linting

* ugprade ember-template-lint to fix parser
2023-10-15 21:50:28 +02:00
renovate[bot]
e6ffb21cd5
Update dependency ember-maybe-import-regenerator to v1 (#653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:32:12 +02:00
renovate[bot]
5efb029a03
Update dependency ember-cli-htmlbars to v6 (#645)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:16:53 +02:00
renovate[bot]
c070ec0b11
Update dependency ember-cli-babel to v8 (#635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:16:22 +02:00
renovate[bot]
65f80a883f
Update dependency ember-cli-sass to v11 (#648)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:16:09 +02:00
renovate[bot]
1f59cbd0d9
Update dependency ember-composable-helpers to v5 (#649)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:16:00 +02:00
renovate[bot]
f3ae67aa85
Update dependency ember-math-helpers to v3 (#652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:15:43 +02:00
renovate[bot]
dd7af9bed2
Update dependency ember-get-config to v2 (#650)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:15:33 +02:00
renovate[bot]
aaef3c5473
Update dependency ember-resolver to v11 (#654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:15:00 +02:00
renovate[bot]
3f95b9a637
Update dependency ember-test-selectors to v6 (#656)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:14:35 +02:00
renovate[bot]
6ebaeec278
Update dependency ember-truth-helpers to v4 (#657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 21:14:23 +02:00
Jeldrik Hanschke
02058ab756
upgrade to Ember 3.28 blueprints (#647) 2023-10-15 20:37:03 +02:00
renovate[bot]
c48d7d1441
Update dependency ember-source to ~3.28.0 (#590)
* Update dependency ember-source to ~3.28.0

* upgrade ember-data and ember-data-model-fragments to compatible versions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeldrik Hanschke <admin@jhanschke.de>
2023-10-15 20:02:17 +02:00
Jeldrik Hanschke
b0a413aaae
upgrade Ember Data to v3.24 (#643) 2023-10-15 19:49:23 +02:00
Jeldrik Hanschke
8f775fcc56
remove leftover from ember-cp-validations clean-up (#642) 2023-10-15 19:30:10 +02:00
renovate[bot]
785829fa37
Update dependency ember-cli-deprecation-workflow to v2 (#640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 19:12:00 +02:00
renovate[bot]
c8f5a33af1
Lock file maintenance (#638)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 19:01:02 +02:00
renovate[bot]
0f494df216
Update dependency ember-power-calendar-luxon to ^0.5.0 (#617)
* Update dependency ember-power-calendar-luxon to ^0.5.0

* upgrade ember-power-calendar

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeldrik Hanschke <admin@jhanschke.de>
2023-10-15 18:53:58 +02:00
renovate[bot]
40cb4da694
Update dependency ember-cli-app-version to v6 (#634)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 17:41:45 +02:00
renovate[bot]
408d06f9d4
Update dependency webpack to v5.89.0 (#632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 17:32:37 +02:00
renovate[bot]
68b1b7dfec
Update dependency ember-classic-decorator to v3 (#627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 17:32:25 +02:00
renovate[bot]
ca63cc995e
Update dependency sass to v1.69.3 (#616)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 15:29:49 +02:00
Jeldrik Hanschke
857f2baa16
simplify form validation and drop ember-cp-validations (#631)
* replace ember-cp-validations with custom validation logic for poll creation

* refactor poll participation to not use ember-cp-validations

* drop ember-cp-validations from create.settings route

* remove unused leftovers from ember-cp-validations

* fix potential leak

* assertion thrown in CI tests (Firefox) indicate that listener is cleaned up automatically

* synchronize translations
2023-10-15 15:27:02 +02:00
renovate[bot]
77ce02d6bc
Update dependency release-it to v16.2.1 (#626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 14:27:28 +02:00
renovate[bot]
0c64773b2d
Update dependency ember-bootstrap to v5 (#622)
* Update dependency ember-bootstrap to v5

* ensure same ember-modifier version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeldrik Hanschke <admin@jhanschke.de>
2023-10-01 13:50:38 +02:00
Jeldrik Hanschke
dfd2704a04
upgrade ember-source to v3.24 (#624) 2023-09-30 17:15:24 +02:00
Jeldrik Hanschke
128cb37c1e
upgrade to Ember Bootstrap v4 (#623) 2023-09-30 11:15:50 +02:00
renovate[bot]
9d685a24f9
Update dependency ember-cli to ~3.28.0 (#526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-21 14:20:15 +02:00
renovate[bot]
b62fee843c
Update dependency ember-cli-content-security-policy to v2 (#592)
* Update dependency ember-cli-content-security-policy to v2

* update configuration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeldrik Hanschke <admin@jhanschke.de>
2023-09-21 14:09:49 +02:00
Jeldrik Hanschke
2a4b1f8b73
Use native browser APIs and Luxon instead of Moment (#612) 2023-09-21 12:30:14 +02:00
renovate[bot]
9f47286899
Update dependency sass to v1.66.1 (#613)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-04 17:44:03 +02:00
renovate[bot]
46be51fcea
Update dependency release-it to v16.1.5 (#608)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-20 19:42:31 +02:00
Jeldrik Hanschke
5143a6ae88
remove chart in poll evaluation (#610) 2023-08-19 20:57:57 +02:00
dependabot[bot]
6ba0473dd3
Bump word-wrap from 1.2.3 to 1.2.4 (#609)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-05 14:26:53 +02:00
renovate[bot]
a023e27763
Update dependency release-it-lerna-changelog to v5 (#604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 23:19:18 +02:00
renovate[bot]
9787e538dc
Update dependency release-it to v16 (#603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 21:46:45 +02:00
renovate[bot]
821b700fb8
Update dependency ember-cli-clipboard to ^0.16.0 (#589)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 17:27:39 +02:00
renovate[bot]
79f30aa120
Update dependency ember-get-config to v0.5.0 (#596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 17:26:59 +02:00
dependabot[bot]
81ff101a80
Bump semver from 5.7.1 to 5.7.2 (#599)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 17:21:11 +02:00
renovate[bot]
690ead67be
Update dependency ember-power-calendar to ^0.19.0 (#597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 17:20:57 +02:00
renovate[bot]
82e0e98c19
Update dependency ember-cli-browser-navigation-button-test-helper to ^0.3.0 (#588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-09 23:07:39 +02:00
Jeldrik Hanschke
bec7dd0228
upgrade all frontend deps within configured ranges (#586) 2023-07-09 22:57:55 +02:00
renovate[bot]
86f659992a
Update dependency eslint to v7.32.0 (#520)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-09 22:06:32 +02:00
dependabot[bot]
394deb353f
Bump shell-quote from 1.7.2 to 1.8.1 (#577)
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.7.2 to 1.8.1.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/shell-quote/compare/v1.7.2...v1.8.1)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-09 21:48:56 +02:00
renovate[bot]
d67bdbb33c
Update dependency ember-template-lint to v2.21.0 (#519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-09 21:37:47 +02:00
Jeldrik Hanschke
94e126cd79
ensure moment-timezone has data for current and next year (#573) 2023-07-09 21:12:56 +02:00
renovate[bot]
fb5981e914
Update dependency ember-cli-page-object to v1.17.5 (#518)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-27 19:23:11 +01:00
renovate[bot]
00e35c6316
Update dependency ember-page-title to v6.2.0 (#513)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-27 19:23:04 +01:00
renovate[bot]
77ac3f9ca9
Update dependency ember-template-lint to v2.17.0 (#517)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-27 19:04:04 +01:00