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 development dependencies #147

Merged
merged 3 commits into from
Jun 12, 2024
Merged

Updated development dependencies #147

merged 3 commits into from
Jun 12, 2024

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Jun 12, 2024

What changed?

Updated packages
┌──────────────────────────────────┬──────────┬─────────┬────────────────────────────────┐
│ Package                          │ Current  │ Latest  │ Dependents                     │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ @embroider/compat (dev)          │ 3.5.1    │ 3.5.2   │ my-app,                        │
│                                  │          │         │ my-app-with-ember-css-modules  │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ @embroider/core (dev)            │ 3.4.10   │ 3.4.11  │ my-app,                        │
│                                  │          │         │ my-app-with-ember-css-modules  │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ @embroider/macros                │ 1.16.2   │ 1.16.3  │ my-v1-addon                    │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ @embroider/macros (dev)          │ 1.16.2   │ 1.16.3  │ my-app                         │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ @embroider/webpack (dev)         │ 4.0.1    │ 4.0.2   │ my-app,                        │
│                                  │          │         │ my-app-with-ember-css-modules  │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ ember-container-query            │ 5.0.9    │ 5.0.10  │ my-v1-addon                    │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ ember-container-query (dev)      │ 5.0.9    │ 5.0.10  │ my-app                         │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ prettier (dev)                   │ 3.3.0    │ 3.3.2   │ @shared-configs/ember-         │
│                                  │          │         │ template-lint,                 │
│                                  │          │         │ @shared-configs/eslint-config- │
│                                  │          │         │ ember,                         │
│                                  │          │         │ @shared-configs/eslint-config- │
│                                  │          │         │ node,                          │
│                                  │          │         │ @shared-configs/prettier,      │
│                                  │          │         │ @shared-configs/stylelint,     │
│                                  │          │         │ @shared-configs/testem,        │
│                                  │          │         │ @shared-configs/typescript,    │
│                                  │          │         │ ember-codemod-remove-ember-    │
│                                  │          │         │ css-modules,                   │
│                                  │          │         │ embroider-css-modules, my-app, │
│                                  │          │         │ my-app-with-ember-css-modules, │
│                                  │          │         │ my-v1-addon, my-v2-addon,      │
│                                  │          │         │ test-app-for-embroider-css-    │
│                                  │          │         │ modules,                       │
│                                  │          │         │ test-app-for-my-v2-addon,      │
│                                  │          │         │ type-css-modules               │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ @typescript-eslint/eslint-plugin │ 7.12.0   │ 7.13.0  │ @shared-configs/eslint-config- │
│                                  │          │         │ ember,                         │
│                                  │          │         │ @shared-configs/eslint-config- │
│                                  │          │         │ node                           │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ @typescript-eslint/parser        │ 7.12.0   │ 7.13.0  │ @shared-configs/eslint-config- │
│                                  │          │         │ ember,                         │
│                                  │          │         │ @shared-configs/eslint-config- │
│                                  │          │         │ node                           │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ ember-qunit (dev)                │ 8.0.2    │ 8.1.0   │ my-app,                        │
│                                  │          │         │ my-app-with-ember-css-modules, │
│                                  │          │         │ my-v1-addon,                   │
│                                  │          │         │ test-app-for-embroider-css-    │
│                                  │          │         │ modules,                       │
│                                  │          │         │ test-app-for-my-v2-addon       │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ webpack (dev)                    │ 5.91.0   │ 5.92.0  │ my-app,                        │
│                                  │          │         │ my-app-with-ember-css-modules, │
│                                  │          │         │ my-v1-addon,                   │
│                                  │          │         │ test-app-for-embroider-css-    │
│                                  │          │         │ modules,                       │
│                                  │          │         │ test-app-for-my-v2-addon       │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ ember-cli-app-version (dev)      │ 6.0.1    │ 7.0.0   │ my-app,                        │
│                                  │          │         │ my-app-with-ember-css-modules, │
│                                  │          │         │ test-app-for-embroider-css-    │
│                                  │          │         │ modules,                       │
│                                  │          │         │ test-app-for-my-v2-addon       │
├──────────────────────────────────┼──────────┼─────────┼────────────────────────────────┤
│ ember-resolver (dev)             │ 11.0.1   │ 12.0.1  │ my-app,                        │
│                                  │          │         │ my-app-with-ember-css-modules, │
│                                  │          │         │ my-v1-addon,                   │
│                                  │          │         │ test-app-for-embroider-css-    │
│                                  │          │         │ modules,                       │
│                                  │          │         │ test-app-for-my-v2-addon       │
└──────────────────────────────────┴──────────┴─────────┴────────────────────────────────┘

@ijlee2 ijlee2 added the enhance: dependency Issue asks for a new or updated dependency label Jun 12, 2024
Copy link

netlify bot commented Jun 12, 2024

Deploy Preview for embroider-css-modules ready!

Name Link
🔨 Latest commit 2ceffd3
🔍 Latest deploy log https://app.netlify.com/sites/embroider-css-modules/deploys/66693a9dca399500083d710c
😎 Deploy Preview https://deploy-preview-147--embroider-css-modules.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ijlee2 ijlee2 marked this pull request as ready for review June 12, 2024 06:10
@ijlee2 ijlee2 merged commit 97bf8a9 into main Jun 12, 2024
53 checks passed
@ijlee2 ijlee2 deleted the update-dev-dependencies branch June 12, 2024 06:10
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