Release v6.0.0
Full Changelog: 5.0.0...v6.0.0
Breaking
Migrate add-on to v2 format (#299)
The add-on is now a full v2 add-on, it was recreated as such using Embroider and the latest specifications.
ember addon myaddon --blueprint @embroider/addon-blueprint --typescript --yarn
- Blueprint for scaffolding ember v2 add-ons
https://github.com/embroider-build/addon-blueprint
Upgrade to Ember.js v5.4.1 (#299)
- Ember.js v4.8 or above is now required
- Embroider or
ember-auto-import
v2 are now required
CI
Prevent GitHub workflow "tag, release and publish" to be executed automatically (#291)
It is true the workflow was already disabled in #278 , but not correctly.
The workflow is still existing, but with no content, which is an invalid syntax for GitHub workflows.
Because of that, we are constantly getting the same error over and over:
-
https://github.com/DazzlingFugu/ember-slugify/actions/workflows/tag-release-publish.yml
[Error: .github#L1](https://github.com/DazzlingFugu/ember-slugify/commit/757ebfde5ba183ddcb9f28a097748ca7d596ece1#annotation_14567186151) No event triggers defined in `on`
Build
Dependencies
- Bump socket.io-parser from 4.2.2 to 4.2.3 (#277)
- Bump @babel/core from 7.21.0 to 7.22.1 (#280)
- Bump eslint-plugin-ember from 11.4.6 to 11.8.0 (#281)
- Bump @babel/core from 7.22.1 to 7.22.5 (#282)
- Bump slugify from 1.6.5 to 1.6.6 (#283)
- Bump tough-cookie from 4.1.2 to 4.1.3 (#287)
- Bump semver from 5.7.1 to 5.7.2 (#288)
- Bump word-wrap from 1.2.3 to 1.2.4 (#289)
- Bump @embroider/test-setup from 2.1.1 to 3.0.2 (#290)
- Bump emoji.json from 14.0.0 to 15.0.0 (#292)
- Bump postcss from 8.4.21 to 8.4.31 (#293)
- Bump @babel/traverse from 7.22.5 to 7.23.2 (#295)
- Bump eslint-plugin-ember from 11.8.0 to 11.11.1 (#296)
- Bump @babel/plugin-proposal-decorators (#297)
- Bump ember-cli-htmlbars from 6.2.0 to 6.3.0 (#302)
- Bump webpack from 5.82.1 to 5.89.0 (#304)