Skip to content

Commit df2e080

Browse files
authored
Merge pull request #206 from oracle/release_1.4.0
chore(release): v1.4.0
2 parents b08f23c + 9f01ff1 commit df2e080

File tree

3 files changed

+3190
-1221
lines changed

3 files changed

+3190
-1221
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.0] - 2025-01-28
9+
10+
### Changed
11+
12+
- General update of dependencies.
13+
- Templates migrated to use ESLint v9 with flat config.
14+
- #204 `node-vue` template migrated fron `v5.0` to `v6.0`.
15+
- #203 `node-angular` template migrated from `v18.2` to `v19.1`.
16+
- #200 `node-react` and #201 `node-react-todo` templates migrated from `v18.2` to `v19.0`.
17+
- #199 `node-jet` template migrated to `v17.1`, and fixed incorrect references to the CDN pointing to an outdated version.
18+
- #197 `ords-remix-jwt-sample` adopted use of Vite instead of the Remix Classic Compiler.
19+
20+
### Removed
21+
22+
- #156 Removed Basic authentication from the `ords-remix-jwt-sample` template.
23+
24+
### Security
25+
26+
- #198 Addressed [CVE GHSA-3xgq-45jj-v275](https://osv.dev/vulnerability/GHSA-3xgq-45jj-v275) by updating `cross-spawn` to `v7.0.6`
27+
828
## [1.3.1] - 2024-09-05
929

1030
### Fixed

0 commit comments

Comments
 (0)