Skip to content

Commit

Permalink
Merge pull request #2 from inveniosoftware/master
Browse files Browse the repository at this point in the history
Get latest commits
  • Loading branch information
mtorrisi authored Jul 30, 2022
2 parents 569676f + 3f9a0ef commit 0f410e9
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 39 deletions.
15 changes: 12 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
..
This file is part of Invenio.
Copyright (C) 2015-2020 CERN.
Copyright (C) 2015-2022 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 1.3.0 (released 2022-06-19)

* Replaces the deprecated NPM dependency `node-sass` with `dart-sass`.
* Upgrades `sass-loader` NPM dependency
* Depends on minor releases for NPM dependencies
* Migrates setup.py to setup.cfg
* Increases minimal python version to 3.7
* Introduces `black`` as code formatter

Version 1.2.7 (released 2021-10-18)

- Changed Flask-Collect (unmaintained since 2016) to Flask-Collect-Invenio and
* Changed Flask-Collect (unmaintained since 2016) to Flask-Collect-Invenio and
fixed Flask v2 support. You may need to uninstall Flask-Collect manually.

Version 1.2.6 (released 2020-05-18)
Version 1.2.6 (released 2021-05-18)

* Fixes missing "manifest.json". The issue was caused by the
webpack-bundle-tracker changing behavior of where to output the manifest.json
Expand Down
2 changes: 1 addition & 1 deletion invenio_assets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
from .ext import InvenioAssets
from .proxies import current_assets

__version__ = "1.2.7"
__version__ = "1.3.0"

__all__ = (
"__version__",
Expand Down
70 changes: 35 additions & 35 deletions invenio_assets/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,63 +14,63 @@
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/runtime": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.8.6",
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.4",
"babel-loader": "^8.0.0",
"babel-register": "^6.26.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.2.1",
"css-loader": "^4.2.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-config-standard": "^14.1.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.0",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-node": ">=7.0.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eventsource-polyfill": "^0.9.6",
"eventsource-polyfill": "^0.9.0",
"expose-loader": "^1.0.0",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"function-bind": "^1.1.1",
"less": "^3.12.2",
"less-loader": "6.2.0",
"mini-css-extract-plugin": "0.10.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"function-bind": "^1.1.0",
"less": "^3.12.0",
"less-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.10.0",
"sass": "^1.50.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"ora": "^5.0.0",
"patch-package": "^6.2.2",
"patch-package": "^6.2.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.4.0",
"postcss-safe-parser": "^4.0.1",
"prettier": "2.0.5",
"rimraf": "^3.0.2",
"sass-loader": "^9.0.3",
"semver": "^7.3.2",
"style-loader": "^1.2.1",
"postcss-safe-parser": "^4.0.0",
"prettier": "^2.0.0",
"rimraf": "^3.0.0",
"sass-loader": "^10.0.0",
"semver": "^7.3.0",
"style-loader": "^1.2.0",
"terser-webpack-plugin": "^4.1.0",
"url-loader": "^4.1.0",
"webpack": "^4.27.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "^3.0.0",
"webpack-cli": "^3.1.0",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-hot-middleware": "^2.24.0",
"webpack-livereload-plugin": "^2.2.0",
"webpack-bundle-tracker": "~1.0.0",
"webpack-merge": "^5.1.2",
"webpack-yam-plugin": "^1.0.1"
"webpack-bundle-tracker": "^1.0.0",
"webpack-merge": "^5.1.0",
"webpack-yam-plugin": "^1.0.0"
},
"engines": {
"node": ">= 12",
Expand Down

0 comments on commit 0f410e9

Please sign in to comment.