forked from grbsk/ng2-idle
-
Notifications
You must be signed in to change notification settings - Fork 2
feat(*): ng15 #5
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
Open
andreas-niemoeller-qhr
wants to merge
50
commits into
develop
Choose a base branch
from
PAT-WIP-ng15
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: required angular 9 fix grbsk#139
feat(project): update to angular 9.1.6
The Travis-CI and Coveralls badges broke when I renamed my account.
Running tests before each commit slows the dev down, so I moved push over to pre-push. We still run linting pre-commit and pre-push.
BREAKING CHANGE: required angular 10
feat(project): upgrade to angular 10
Feature/add GitHub actions
chore(deps): update Angular to target versions 9 through 12 BREAKING CHANGE: This version requires Angular 9 or later.
Incorrect version was published to NPM, root package version not updated, update author to reflect team contributions
…grbsk#159) enable lazy initialization of the event target and skip the initialization when rendering on a server platform to avoid unsafe references to window or document fix grbsk#77, grbsk#115 Co-authored-by: cshouts <[email protected]>
let the LICENSE file do the work
Fixed a small typo: "This allows you two have two" => "This allows you to have two"
- use package-lock for node 16 - update node to 14 and 16, remove npm version - update rxjs to version 7.5.6 BREAKING CHANGE: requires node 14+ and angular 14
This reverts commit c2779f8.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behavior? (You can also link to an open issue here)
What is the new behavior?
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information: