Skip to content

Commit

Permalink
⬆️ v3.15.2...v3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Apr 15, 2022
1 parent 5ac369c commit 419d330
Show file tree
Hide file tree
Showing 10 changed files with 215 additions and 340 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

root = true


[*]
end_of_line = lf
charset = utf-8
Expand Down
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

module.exports = {
root: true,
parser: "babel-eslint",
Expand Down
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "8"
- "10"

sudo: false
dist: trusty

addons:
Expand All @@ -27,7 +26,7 @@ branches:
- /^v\d+\.\d+\.\d+/

jobs:
fail_fast: true
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary

Expand All @@ -49,8 +48,8 @@ jobs:

# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- env: EMBER_TRY_SCENARIO=ember-lts-3.8
- env: EMBER_TRY_SCENARIO=ember-lts-3.12
- env: EMBER_TRY_SCENARIO=ember-lts-3.16
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
Expand Down
22 changes: 0 additions & 22 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,6 @@ $ yarn unlink ember-simple-auth-okta

Fork and submit a pull request.

Try to use an emoji to help describe the commit:

- 🎉 Initial Commit
- 🔖 Version Tag
- ✨ New Feature
- 🐛 Bugfix
- 🔒 Security Fix
- 📇 Metadata
- ♻️ Refactoring
- 📚 Documentation
- 🌐 Internationalization
- ♿️ Accessibility
- 🐎 Performance
- 🎨 Cosmetic
- 🔧 Tooling
- 🚨 Tests
- 💩 Deprecation
- 🗑 Removal
- 🚧 Work In Progress

## Releasing & Publishing To NPM

```bash
Expand All @@ -88,5 +68,3 @@ $ yarn publish
$ git push
$ git push --tags
```

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Components for managing Boostrap 3 clearfix as well as a Viewport mixin for dete

## Compatibility

- Ember.js v3.8 or above
- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v8 or above
- Node.js v10 or above

## Docs

Expand Down
8 changes: 4 additions & 4 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ module.exports = async function () {
useYarn: true,
scenarios: [
{
name: "ember-lts-3.8",
name: "ember-lts-3.12",
npm: {
devDependencies: {
"ember-source": "~3.8.0",
"ember-source": "~3.12.0",
},
},
},
{
name: "ember-lts-3.12",
name: "ember-lts-3.16",
npm: {
devDependencies: {
"ember-source": "~3.12.0",
"ember-source": "~3.16.0",
},
},
},
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "tests"
},
"scripts": {
"build": "ember build",
"build": "ember build --environment=production",
"ember-cli-update": "ember-cli-update",
"ember-cli-update:codemods": "ember-cli-update --run-codemods",
"lint:hbs": "ember-template-lint .",
Expand All @@ -23,7 +23,7 @@
"update-browserslist": "npx browserslist@latest --update-db"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "10.* || >= 12"
},
"license": "MIT",
"contributors": [
Expand All @@ -37,12 +37,13 @@
"@ember/jquery": "^2.0.0",
"@ember/optional-features": "^2.0.0",
"@glimmer/component": "^1.0.0",
"@glimmer/tracking": "^1.0.0",
"babel-eslint": "^10.0.3",
"bootstrap": "^3.4.1",
"bootstrap-sass": "^3.4.1",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^1.5.3",
"ember-cli": "~3.15.2",
"ember-cli": "~3.16.2",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-inject-live-reload": "^2.1.0",
Expand All @@ -57,10 +58,10 @@
"ember-maybe-import-regenerator": "^1.0.0",
"ember-qunit": "^4.6.0",
"ember-resolver": "^8.0.3",
"ember-source": "~3.15.0",
"ember-source": "~3.16.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
"eslint-plugin-ember": "^7.7.1",
"eslint-plugin-ember": "^7.7.2",
"eslint-plugin-node": "^11.1.0",
"loader.js": "^4.7.0",
"qunit-dom": "^2.0.0",
Expand All @@ -81,7 +82,7 @@
"url": "https://github.com/cybertoothca/ember-cli-bootstrap3-grid.git"
},
"dependencies": {
"ember-cli-babel": "^7.13.0",
"ember-cli-babel": "^7.17.2",
"ember-cli-htmlbars": "^6.0.1"
},
"ember": {
Expand Down
3 changes: 3 additions & 0 deletions testem.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
Expand All @@ -7,6 +9,7 @@ module.exports = {
launch_in_dev: [
'Chrome'
],
browser_start_timeout: 120,
browser_args: {
Chrome: {
ci: [
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "3.15.2",
"version": "3.16.2",
"blueprints": [
{
"name": "addon",
Expand Down
Loading

0 comments on commit 419d330

Please sign in to comment.