Skip to content

Commit

Permalink
chore(deps): update dependencies and ember-cli-update to 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Zellman authored and tzellman committed Mar 14, 2023
1 parent 5ac01d7 commit 1ac797a
Show file tree
Hide file tree
Showing 25 changed files with 8,877 additions and 18,180 deletions.
4 changes: 2 additions & 2 deletions .ember-cli
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"disableAnalytics": false,

/**
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
*/
"isTypeScriptProject": false
}
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ module.exports = {
browser: false,
node: true
},
plugins: ['node'],
extends: ['plugin:node/recommended']
extends: ['plugin:n/recommended']
},
{
// test files
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.24
- ember-lts-3.28
- ember-lts-4.4
- ember-release
- ember-beta
- ember-classic
- embroider-safe
# - embroider-optimized
- ember-release
# - embroider-optimized
experimental: [false]
include:
- try-scenario: ember-canary
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/testem.log
/yarn-error.log
.idea
.tool-versions

# ember-try
/.node_modules.ember-try/
Expand Down
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/.prettierrc
/.template-lintrc.js
/.watchmanconfig
/config/ember-try.js
/bower.json
/CONTRIBUTING.md
/ember-cli-build.js
/renovate.json
Expand All @@ -32,7 +32,7 @@
/yarn-error.log
/yarn.lock
.gitkeep
commitlint.config.js
.tool-versions

# ember-try
/.node_modules.ember-try/
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.2.0

This is a minor release with no new features added.

- Upgraded to ember/ember-cli 4.11
- Updated depencencies to latest semver

## 1.1.0

This is a minor release with no new features added.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ If you encounter a bug [please open an issue on GitHub](http://github.com/EmberS

## Compatibility

- Ember.js v3.24 or above
- Ember CLI v3.24 or above
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v14 or above

## Contributing
Expand Down
3 changes: 0 additions & 3 deletions commitlint.config.js

This file was deleted.

5 changes: 0 additions & 5 deletions config/environment.js

This file was deleted.

2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function (defaults) {
let app = new EmberAddon(defaults, {
const app = new EmberAddon(defaults, {
// Add options here
});

Expand Down
Loading

0 comments on commit 1ac797a

Please sign in to comment.