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

WIP: Add support for environment feature #16

Closed
wants to merge 1 commit into from

Conversation

fleboulch
Copy link
Collaborator

No description provided.

@@ -1,6 +1,6 @@
{
"name": "JHipster Starter",
"baseref": "504dfeec2df39683cdb1500d34853582ca9b8df7",
"baseref": "master",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure about this change

Copy link
Contributor

Choose a reason for hiding this comment

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

This is a risky change and probably not something we want to do. It'll pin the versions that are used in the starter to the latest ones on the master branch of the Ionic Team's starter project. It's better to pin things to a specific commit so you know what versions of libraries to expect.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sure.

I checked the commits on the ionic-team starter project and it's mostly bumping versions so maybe I can update baseref to the latest commit.
It will also remove some security vulnerabilities in package.json dependencies

@@ -1,6 +1,6 @@
{
"name": "JHipster Starter",
"baseref": "504dfeec2df39683cdb1500d34853582ca9b8df7",
"baseref": "master",
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a risky change and probably not something we want to do. It'll pin the versions that are used in the starter to the latest ones on the master branch of the Ionic Team's starter project. It's better to pin things to a specific commit so you know what versions of libraries to expect.

@fleboulch
Copy link
Collaborator Author

fleboulch commented Oct 2, 2018

I submitted a PR to ionic-team/starters to update tsconfig.json and re add src/declarations.d.ts. If it is merged, I could set the baseref to this commitId if you agree.

@fleboulch
Copy link
Collaborator Author

fleboulch commented Oct 4, 2018

My PR on ionic-team/starters (ionic-team/starters#484) has not been merged so I think we can also closed this one.
I suggest to just upgrade the baseref on ionic.starter.json with the latest commitId. This should fix some security vulnerabilities in package.json dependencies.

@mraible
Copy link
Contributor

mraible commented Oct 11, 2018

I suggest to just upgrade the baseref on ionic.starter.json with the latest commitId.

Can you please create a PR for that?

@mraible mraible closed this Oct 11, 2018
@fleboulch
Copy link
Collaborator Author

Yes I will do it tomorrow

@fleboulch fleboulch deleted the env-feature branch October 12, 2018 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants