Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit e2eb084

Browse files
feat: upgrades to [email protected].
1 parent 2c483eb commit e2eb084

File tree

6 files changed

+337
-328
lines changed

6 files changed

+337
-328
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
## Installation
44

5-
* `git clone https://github.com/linc-technologies/ember-spreadsheet-export`
6-
* `cd @linc-technologies/ember-spreadsheet-export`
7-
* `npm install`
5+
- `git clone https://github.com/linc-technologies/ember-spreadsheet-export`
6+
- `cd @linc-technologies/ember-spreadsheet-export`
7+
- `npm install`
88

99
## Linting
1010

11-
* `npm run lint`
12-
* `npm run lint:fix`
11+
- `npm run lint`
12+
- `npm run lint:fix`
1313

1414
## Running tests
1515

16-
* `npm run test` – Runs the test suite on the current Ember version
17-
* `npm run test:ember -- --server` – Runs the test suite in "watch mode"
18-
* `npm run test:ember-compatibility` – Runs the test suite against multiple Ember versions
16+
- `npm run test` – Runs the test suite on the current Ember version
17+
- `npm run test:ember -- --server` – Runs the test suite in "watch mode"
18+
- `npm run test:ember-compatibility` – Runs the test suite against multiple Ember versions
1919

2020
## Running the dummy application
2121

22-
* `npm run start`
23-
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).
22+
- `npm run start`
23+
- Visit the dummy application at [http://localhost:4200](http://localhost:4200).
2424

2525
For more information on using ember-cli, visit [https://cli.emberjs.com/release/](https://cli.emberjs.com/release/).

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
Addon that encapsulates ability to render a data set as either excel or csv.
44

5-
65
## Compatibility
76

8-
* Ember.js v4.12 or above
9-
* Ember CLI v4.12 or above
10-
* Node.js v18 or above
11-
7+
- Ember.js v4.12 or above
8+
- Ember CLI v4.12 or above
9+
- Node.js v18 or above
1210

1311
## Installation
1412

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,51 +34,51 @@
3434
"test:ember-compatibility": "ember try:each"
3535
},
3636
"dependencies": {
37-
"@babel/core": "^7.24.4",
38-
"ember-auto-import": "^2.7.2",
37+
"@babel/core": "^7.25.2",
38+
"ember-auto-import": "^2.8.1",
3939
"ember-cli-babel": "^8.2.0",
4040
"ember-cli-htmlbars": "^6.3.0",
4141
"file-saver": "^2.0.5",
4242
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
4343
},
4444
"devDependencies": {
45-
"@babel/eslint-parser": "^7.24.1",
46-
"@babel/plugin-proposal-decorators": "^7.24.1",
45+
"@babel/eslint-parser": "^7.25.1",
46+
"@babel/plugin-proposal-decorators": "^7.24.7",
4747
"@ember/optional-features": "^2.1.0",
48-
"@ember/test-helpers": "^3.3.0",
49-
"@embroider/test-setup": "^3.0.3",
48+
"@ember/test-helpers": "^3.3.1",
49+
"@embroider/test-setup": "^4.0.0",
5050
"@glimmer/component": "^1.1.2",
5151
"@glimmer/tracking": "^1.1.2",
5252
"broccoli-asset-rev": "^3.0.0",
5353
"concurrently": "^8.2.2",
54-
"ember-cli": "~5.8.1",
54+
"ember-cli": "~5.12.0",
5555
"ember-cli-clean-css": "^3.0.0",
5656
"ember-cli-dependency-checker": "^3.3.2",
5757
"ember-cli-inject-live-reload": "^2.1.0",
5858
"ember-cli-sri": "^2.1.1",
5959
"ember-cli-terser": "^4.0.2",
6060
"ember-load-initializers": "^2.1.2",
6161
"ember-page-title": "^8.2.3",
62-
"ember-qunit": "^8.0.2",
63-
"ember-resolver": "^11.0.1",
64-
"ember-source": "~5.8.0",
62+
"ember-qunit": "^8.1.0",
63+
"ember-resolver": "^12.0.1",
64+
"ember-source": "~5.12.0",
6565
"ember-source-channel-url": "^3.0.0",
66-
"ember-template-lint": "^5.13.0",
66+
"ember-template-lint": "^6.0.0",
6767
"ember-try": "^3.0.0",
68-
"eslint": "^8.57.0",
68+
"eslint": "^8.57.1",
6969
"eslint-config-prettier": "^9.1.0",
70-
"eslint-plugin-ember": "^11.12.0",
70+
"eslint-plugin-ember": "^12.2.1",
7171
"eslint-plugin-n": "^16.6.2",
72-
"eslint-plugin-prettier": "^5.1.3",
73-
"eslint-plugin-qunit": "^8.1.1",
72+
"eslint-plugin-prettier": "^5.2.1",
73+
"eslint-plugin-qunit": "^8.1.2",
7474
"loader.js": "^4.7.0",
75-
"prettier": "^3.2.5",
76-
"qunit": "^2.20.1",
77-
"qunit-dom": "^2.0.0",
75+
"prettier": "^3.3.3",
76+
"qunit": "^2.22.0",
77+
"qunit-dom": "^3.2.1",
7878
"stylelint": "^15.11.0",
7979
"stylelint-config-standard": "^34.0.0",
8080
"stylelint-prettier": "^4.1.0",
81-
"webpack": "^5.91.0"
81+
"webpack": "^5.95.0"
8282
},
8383
"peerDependencies": {
8484
"ember-source": "^4.0.0"

tests/dummy/config/ember-cli-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
{
55
"name": "ember-cli",
6-
"version": "5.8.1",
6+
"version": "5.12.0",
77
"blueprints": [
88
{
99
"name": "addon",

tests/helpers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function setupApplicationTest(hooks, options) {
2323
// This is also a good place to call test setup functions coming
2424
// from other addons:
2525
//
26-
// setupIntl(hooks); // ember-intl
26+
// setupIntl(hooks, 'en-us'); // ember-intl
2727
// setupMirage(hooks); // ember-cli-mirage
2828
}
2929

0 commit comments

Comments
 (0)