Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P perun-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PerunV3
  • perun-core
  • Merge requests
  • !28

Merged
Created Dec 27, 2019 by Igor Dimov@i.dimov

Static deps revision

  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 13

removed happypack => deprecated, not used,

removed json-loader => deprecated, not used, wepack => 2.0 implements by default ,

removed react-transform-catch-errors => deprecated, not used, required 2 other (not installed / deleted) plugins,

removed react-transform-hmr => deprecated, not used, required 2 other (not installed / deleted) plugins.

added eslint-plugin-react-hooks,

removed standard => secondary linter with web community conventions (some useful and some not) calling themselves standard,

removed eslint-config-standard => due to removed standard,

removed eslint-config-standard-jsx => due to removed standard,

removed eslint-config-standard-react => due to removed standard,

removed eslint-plugin-standard => due to removed standard,

removed snazzy => formatter for standard linter error logs,

removed eslint-plugin-promise => not used,

removed npm scripts test2 and 3, using standard linting

Refactored eslintrc.json.

added stylelint-config-recommended, no comsetic rules just error checks, simple and useful configuration,

removed stylelint-config-standard, removes about 60 cosmetic rules,

tweaked stylelint.rc configuration to extend the reccomeded configuration.

added carets to webpack deps, take advantage of latest fixes and features,

added carets to babel deps, same as above,

added carets to loaders, same as above,

added carets to linters, beacuse linters.

Bumped css-loader from 0.28.10 to 3.4,

Fixed webpack css-loader configuration, exception in 10 files,

  • ValidationError: Invalid options object. CSS Loader has been initialised using an options object that does not match the API schema.
  • tweaked LocalIdentName from loader configuration to loader.module.config object

Bumped "style-loader": "^0.19.0", to "^1.1.2",

Bumped stylelinter from 8.2 to 12.0.1,

Bumped "sass-loader": "^6.0.6", to 8.0.0,

Bumped "file-loader": "^4.2.0" to 5.2.0,

Bumped "url-loader": "^2.1.0", to 3.0.0.

Kept cross-env pck @ 5.1.1, support older Node.js versions (Version 6 of cross-env only supports Node.js 8 and higher, to use it on Node.js 7 or lower install version 5).

Static deps revision concluded. Runtime deps revision scheduled next.

Fixed self-init raster, calls to geoserver made on login,

Removed formManager test, calls to mock edit form made on login.

Fixed measure potential critical exception, declaration after use.

Tweaked webpack loaders, sourceMap not used.

Edited Dec 27, 2019 by Igor Dimov
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wip_spatial