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

Update development dependencies #496

Merged
merged 14 commits into from
Aug 18, 2023
Merged

Update development dependencies #496

merged 14 commits into from
Aug 18, 2023

Conversation

bertdeblock
Copy link
Member

@bertdeblock bertdeblock commented Aug 18, 2023

Mostly silences a bunch of logs / warnings / vulnerabilities.

Reviewing commit per commit should make this PR clearer.

@bertdeblock bertdeblock added the dependencies Pull requests that update a dependency file label Aug 18, 2023
@bertdeblock bertdeblock self-assigned this Aug 18, 2023
@bertdeblock bertdeblock marked this pull request as draft August 18, 2023 05:58
@bertdeblock bertdeblock marked this pull request as ready for review August 18, 2023 06:36
@@ -1035,7 +1035,7 @@ describe('ember-cli-babel', function() {
expect(
output.read()
).to.deep.equal({
"foo.js": `define(\"foo\", [], function () {\n \"use strict\";\n\n Ember.String.camelize('stuff-here');\n});`
"foo.js": `define("foo", [], function () {\n "use strict";\n\n Ember.String.camelize('stuff-here');\n});`
Copy link
Member Author

Choose a reason for hiding this comment

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

These escapes were marked as unnecessary by ESLint.

@@ -30,8 +30,7 @@
},
"scripts": {
"build": "ember build",
"changelog": "lerna-changelog",
Copy link
Member Author

Choose a reason for hiding this comment

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

Remnant of an older release setup.

@@ -7,10 +10,10 @@ export default class ApplicationController extends Controller {
constructor() {
super(...arguments);

this.animal = new Animal('dog');
set(this, 'animal', new Animal('dog'));
Copy link
Member Author

Choose a reason for hiding this comment

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

Fixes by eslint-plugin-ember.

@@ -6,13 +6,6 @@ const browsers = [
'last 1 Safari versions'
];

const isCI = !!process.env.CI;
Copy link
Member Author

Choose a reason for hiding this comment

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

Fixes the Uncaught TypeError: (0 , _emberBabel.extends) is not a function error.

@kategengler
Copy link
Member

Thank you!

@kategengler kategengler merged commit fdc667c into master Aug 18, 2023
18 checks passed
@kategengler kategengler deleted the update-dev-deps branch August 18, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants