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 ember-element-helper to v0.7.1 #206

Merged
merged 7 commits into from
Aug 1, 2023
Merged

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Aug 1, 2023

Description

A continuation of #205, where we aim to update dependencies and development dependencies to their latest version.

I updated all remaining packages except for @embroider/*.

┌─────────────────────────────────────────┬─────────┬────────┬───────────────────────┐
│ Package                                 │ Current │ Latest │ Dependents            │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ @babel/core (dev)                       │ 7.22.5  │ 7.22.9 │ ember-container-query │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ @babel/plugin-proposal-decorators (dev) │ 7.22.5  │ 7.22.7 │ ember-container-query │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ @babel/runtime (dev)                    │ 7.22.5  │ 7.22.6 │ ember-container-query │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ @percy/cli (dev)                        │ 1.26.1  │ 1.26.2 │ docs-app              │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ ember-svg-jar (dev)                     │ 2.4.2   │ 2.4.4  │ docs-app              │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ postcss (dev)                           │ 8.4.24  │ 8.4.27 │ docs-app              │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ webpack (dev)                           │ 5.88.0  │ 5.88.2 │ docs-app, test-app    │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ @ember/test-helpers (dev)               │ 3.1.0   │ 3.2.0  │ docs-app, test-app    │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ ember-cli (dev)                         │ 5.0.0   │ 5.1.0  │ docs-app, test-app    │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ ember-source (dev)                      │ 5.0.0   │ 5.1.2  │ docs-app, test-app    │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ rollup (dev)                            │ 3.25.1  │ 3.27.0 │ ember-container-query │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ ember-resolver (dev)                    │ 10.1.1  │ 11.0.0 │ docs-app, test-app    │
├─────────────────────────────────────────┼─────────┼────────┼───────────────────────┤
│ ember-element-helper                    │ 0.6.1   │ 0.7.1  │ ember-container-query │
└─────────────────────────────────────────┴─────────┴────────┴───────────────────────┘

@ijlee2 ijlee2 added the enhance: dependency Issue asks for a new or updated dependency label Aug 1, 2023
Comment on lines +12 to +13
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore: Did type definition for `later` change in [email protected]?
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Investigate what happened.

@@ -66,16 +66,16 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.5",
"ember-element-helper": "^0.6.1",
"ember-element-helper": "^0.7.1",
Copy link
Owner Author

@ijlee2 ijlee2 Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ijlee2 ijlee2 marked this pull request as ready for review August 1, 2023 18:06
@ijlee2 ijlee2 changed the title Update dependencies (Part 2) Updated ember-element-helper to v0.7.1 Aug 1, 2023
@ijlee2 ijlee2 merged commit 3b59f89 into main Aug 1, 2023
27 checks passed
@ijlee2 ijlee2 deleted the update-dependencies-part-2 branch August 1, 2023 18:07
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