-
Notifications
You must be signed in to change notification settings - Fork 13
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
Upgrade all dependencies to latest stable version #225
Comments
bstein
added a commit
that referenced
this issue
Sep 14, 2022
bstein
added a commit
that referenced
this issue
Sep 14, 2022
bstein
added a commit
that referenced
this issue
Sep 14, 2022
bstein
added a commit
that referenced
this issue
Sep 14, 2022
bstein
added a commit
that referenced
this issue
Sep 16, 2022
bstein
added a commit
that referenced
this issue
Sep 16, 2022
bstein
added a commit
that referenced
this issue
Sep 16, 2022
bstein
added a commit
that referenced
this issue
Sep 16, 2022
bstein
added a commit
that referenced
this issue
Sep 16, 2022
bstein
added a commit
that referenced
this issue
Sep 16, 2022
bstein
added a commit
that referenced
this issue
Sep 16, 2022
bstein
added a commit
that referenced
this issue
Sep 16, 2022
bstein
added a commit
that referenced
this issue
Sep 16, 2022
…gs, and add mocks folder with ipc main handle mocks
bstein
added a commit
that referenced
this issue
Sep 16, 2022
bstein
added a commit
that referenced
this issue
Sep 19, 2022
bstein
added a commit
that referenced
this issue
Sep 19, 2022
…al tests, and configure test script to prepare tmp files
bstein
added a commit
that referenced
this issue
Sep 20, 2022
bstein
added a commit
that referenced
this issue
Sep 20, 2022
bstein
added a commit
that referenced
this issue
Sep 21, 2022
bstein
added a commit
that referenced
this issue
Sep 21, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue tracks the work of upgrading each dependency to its latest stable version.
Phase 1 - Upgrade most
package.json
dependenciesimport('del')
instead ofgulp-load-plugins
(more info)browserslist
configuration instead ofbrowsers
optionbrowserslist
configuration topackage.json
and removebrowsers
key/value from options when callingoptionalDependencies
file.clone()
to create source map filesgulp-filter
to exclude.map
files before piping togulp-rev-replace
util.log()
withfancyLog()
util.colors
withchalk
util.noop()
withthrough2.obj()
state.percentage
was removedstate.percent
instead ofstate.percentage
Phase 2 - Upgrade
babel
,eslint
, androllup
packagesUpgrade to Babel 7 (more info)
.babelrc
file withbabel.config.json
fileplugins
inbabel.config.json
parser
and setparserOptions
in.eslintrc
filepresets
inbabel.config.json
fileUpgrade
eslint
packagesplugins
to includeangular
in.eslintrc
fileUpgrade
rollup
bundle()
function in./tasks/scripts.js
file to use newer syntax./tasks/scripts.js
filebabelHelpers: 'bundled'
in options when callingbabel()
Phase 3 - Upgrade non-angular
./app/package.json
dependenciesready()
functionjs2xmlparser()
withjs2xmlparser.parse()
openport.find()
withportfinder.getPort()
Phase 4 - Upgrade angular
./app/package.json
dependencies$http
's custom callback functionssuccess()
anderror()
then()
/catch()
promise methods (more info)$interval.cancel()
now throws an error if called with a promise that was not generated by$interval()
.runController.js
: Remove$interval.cancel()
call and just setvm.getStatus
toundefined
insteadtoast
styles are no longer automatically appliedtoastClass
to includetoast
inindex.config.js
<uib-accordion-group ... />
element is now only available via theuib-accordion-group
directive<uib-accordion-group ... />
elements with<div uib-accordion-group ... />
(more info)panel-default
class, since it is no longer automatically applied when using the directive$state.transitionTo()
in order to reload the analysis page after setting the project, the following error is thrown:Transition Rejection($id: 0 type: 2, message: The transition has been superseded by a different transition, detail: Transition#2( 'analysis'{} -> 'analysis'{} ))
$state.transitionTo()
call in$timeout()
so the transition only starts after current processes finish (more info)The text was updated successfully, but these errors were encountered: