Skip to content

Commit

Permalink
Bump json5, babel-core and karma-babel-preprocessor in /openam-ui/ope…
Browse files Browse the repository at this point in the history
…nam-ui-ria (#748)

* Bump json5, babel-core and karma-babel-preprocessor

Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [babel-core](https://github.com/babel/babel) and [karma-babel-preprocessor](https://github.com/babel/karma-babel-preprocessor). These dependencies need to be updated together.


Removes `json5`

Updates `babel-core` from 6.26.3 to 7.0.0-bridge.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits)

Updates `karma-babel-preprocessor` from 6.0.1 to 8.0.2
- [Release notes](https://github.com/babel/karma-babel-preprocessor/releases)
- [Commits](babel/karma-babel-preprocessor@v6.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: babel-core
  dependency-type: indirect
- dependency-name: karma-babel-preprocessor
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump json5, babel-core and karma-babel-preprocessor in /openam-ui/openam-ui-ria

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
maximthomas and dependabot[bot] committed May 8, 2024
1 parent 7cfdb09 commit 6707d25
Show file tree
Hide file tree
Showing 4 changed files with 878 additions and 43 deletions.
2 changes: 1 addition & 1 deletion openam-ui/openam-ui-ria/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module.exports = function (grunt) {
}
},
ignore: ["libs/"],
presets: ["es2015", "react"],
presets: ["env", "react"],
plugins: [
["transform-es2015-classes", { "loose": true }],
"transform-object-rest-spread"
Expand Down
5 changes: 3 additions & 2 deletions openam-ui/openam-ui-ria/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ module.exports = function (config) {
],
exclude: [],
preprocessors: {
"target/test-classes/**/*.js": ["babel"]
"target/test-classes/org/**/*.js": ["babel"],
"target/test-classes/store/**/*.js": ["babel"]
},
babelPreprocessor: {
options: {
ignore: ["libs/"],
presets: ["es2015"]
presets: ["env"]
}
},
reporters: ["notify", "nyan"],
Expand Down
Loading

0 comments on commit 6707d25

Please sign in to comment.