Skip to content

Commit

Permalink
Update to ember 5.8, including bumping dep versions following blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
piemonkey committed Jan 13, 2025
1 parent 8dbc9d2 commit 57ff0dc
Show file tree
Hide file tree
Showing 6 changed files with 4,167 additions and 10,766 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-ways-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'frontend-gelinkt-notuleren': minor
---

Update to Ember 5.8
2 changes: 1 addition & 1 deletion app/controllers/regulatory-statements/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default class RegulatoryStatementsRoute extends Controller {
},
autofilledVariable: {
autofilledValues: {
administrativeUnit: `${this.currentSession.classificatie.label} ${this.currentSession.group.naam}`,
administrativeUnit: `${this.currentSession.classificatie?.label} ${this.currentSession.group?.naam}`,
},
},
};
Expand Down
2 changes: 0 additions & 2 deletions config/ember-intl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*jshint node:true*/

module.exports = function (/* environment */) {
return {
/**
Expand Down
1 change: 0 additions & 1 deletion config/release.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* jshint node:true */
// var RSVP = require('rsvp');

// For details on each option run `ember help release`
Expand Down
Loading

0 comments on commit 57ff0dc

Please sign in to comment.