Skip to content

Commit

Permalink
🔨 Ember-Cli-Update + Some Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Mar 30, 2022
1 parent 32a0119 commit 84268f7
Show file tree
Hide file tree
Showing 6 changed files with 3,003 additions and 124 deletions.
22 changes: 0 additions & 22 deletions .dependabot/config.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 15
target-branch: master
reviewers:
- nadnoslen
labels:
- dependencies
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 10.16.3
nodejs 10.24.1
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@
},
"scripts": {
"build": "ember build",
"ember-cli-update": "ember-cli-update",
"ember-cli-update:codemods": "ember-cli-update --run-codemods",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
"test:all": "ember try:each",
"update-browserslist": "npx browserslist@latest --update-db"
},
"dependencies": {
"ember-cli-babel": "^7.13.2",
Expand Down Expand Up @@ -71,6 +74,7 @@
"ember-cli-sri": "^2.1.1",
"ember-cli-template-lint": "^2.0.0",
"ember-cli-uglify": "^3.0.0",
"ember-cli-update": "0.54.6",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^2.1.1",
Expand Down
16 changes: 8 additions & 8 deletions tests/dummy/app/styles/app.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@import "../../../../node_modules/bootswatch/spacelab/variables";
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables";
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/theme";
@import "../../../../node_modules/bootswatch/spacelab/bootswatch";
@import "node_modules/bootswatch/spacelab/variables";
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables";
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/theme";
@import "node_modules/bootswatch/spacelab/bootswatch";

$fa-font-path: '/assets/font-awesome/fonts' !default;
$fa-font-path: "/assets/font-awesome/fonts" !default;

@import "../../../../node_modules/font-awesome/scss/variables";
@import "../../../../node_modules/font-awesome/scss/font-awesome";
@import "node_modules/font-awesome/scss/variables";
@import "node_modules/font-awesome/scss/font-awesome";

body {
margin-bottom: 50%; // to allow scrolling beyond the end of the last example
Expand Down
Loading

0 comments on commit 84268f7

Please sign in to comment.