Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated project dependencies #214

Merged
merged 5 commits into from
Nov 7, 2023
Merged

Updated project dependencies #214

merged 5 commits into from
Nov 7, 2023

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Nov 7, 2023

What changed?

In addition to updating the development dependencies, I updated how the project is set up, so that it matches better the other projects that I maintain.

  • Extracted shared configurations for eslint, typescript, etc.
  • Standardized scripts for the workspace root
Updated packages
┌────────────────────────────────────────┬─────────┬────────┬────────────────────────────────┐
│ Package                                │ Current │ Latest │ Dependents                     │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @percy/cli (dev)                       │ 1.27.3  │ 1.27.4 │ docs-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @tsconfig/ember (dev)                  │ 3.0.1   │ 3.0.2  │ docs-app,                      │
│                                        │         │        │ ember-container-query,         │
│                                        │         │        │ test-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @types/ember__component (dev)          │ 4.0.18  │ 4.0.19 │ ember-container-query          │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @types/ember__destroyable (dev)        │ 4.0.2   │ 4.0.3  │ ember-container-query          │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @types/ember__object (dev)             │ 4.0.8   │ 4.0.9  │ ember-container-query          │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @types/ember__owner (dev)              │ 4.0.6   │ 4.0.8  │ ember-container-query          │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @types/ember__runloop (dev)            │ 4.0.6   │ 4.0.7  │ ember-container-query          │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @types/ember__service (dev)            │ 4.0.5   │ 4.0.6  │ ember-container-query          │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @types/qunit (dev)                     │ 2.19.6  │ 2.19.7 │ docs-app, test-app             │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ concurrently (dev)                     │ 8.2.1   │ 8.2.2  │ docs-app,                      │
│                                        │         │        │ ember-container-query,         │
│                                        │         │        │ test-app, workspace-root       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ ember-qunit (dev)                      │ 8.0.1   │ 8.0.2  │ docs-app, test-app             │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ ember-svg-jar (dev)                    │ 2.4.6   │ 2.4.7  │ docs-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ embroider-css-modules (dev)            │ 1.1.0   │ 1.1.1  │ docs-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ type-css-modules (dev)                 │ 1.0.2   │ 1.0.3  │ docs-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @typescript-eslint/eslint-plugin (dev) │ 6.8.0   │ 6.10.0 │ docs-app,                      │
│                                        │         │        │ ember-container-query,         │
│                                        │         │        │ test-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ @typescript-eslint/parser (dev)        │ 6.8.0   │ 6.10.0 │ docs-app,                      │
│                                        │         │        │ ember-container-query,         │
│                                        │         │        │ test-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ ember-page-title (dev)                 │ 8.0.0   │ 8.1.0  │ docs-app, test-app             │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ ember-template-lint (dev)              │ 5.11.2  │ 5.12.0 │ docs-app,                      │
│                                        │         │        │ ember-container-query,         │
│                                        │         │        │ test-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ eslint (dev)                           │ 8.51.0  │ 8.53.0 │ docs-app,                      │
│                                        │         │        │ ember-container-query,         │
│                                        │         │        │ test-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ eslint-plugin-import (dev)             │ 2.28.1  │ 2.29.0 │ docs-app,                      │
│                                        │         │        │ ember-container-query,         │
│                                        │         │        │ test-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ eslint-plugin-n (dev)                  │ 16.2.0  │ 16.3.0 │ docs-app,                      │
│                                        │         │        │ ember-container-query,         │
│                                        │         │        │ test-app                       │
├────────────────────────────────────────┼─────────┼────────┼────────────────────────────────┤
│ rollup (dev)                           │ 4.1.4   │ 4.3.0  │ ember-container-query          │
└────────────────────────────────────────┴─────────┴────────┴────────────────────────────────┘

@ijlee2 ijlee2 added the enhance: dependency Issue asks for a new or updated dependency label Nov 7, 2023
@ijlee2 ijlee2 force-pushed the update-dependencies branch from 2d169ac to b29ad10 Compare November 7, 2023 14:37
@ijlee2 ijlee2 marked this pull request as ready for review November 7, 2023 14:40
@ijlee2 ijlee2 merged commit 1f1556b into main Nov 7, 2023
26 checks passed
@ijlee2 ijlee2 deleted the update-dependencies branch November 7, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance: dependency Issue asks for a new or updated dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant