Skip to content

Commit cc8a0fe

Browse files
committed
upgrade dependencies and freeze CHANGELOG for v1.1.3.
1 parent 0694c7c commit cc8a0fe

File tree

4 files changed

+82
-88
lines changed

4 files changed

+82
-88
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## v1.1.3 - tbd
8+
## v1.1.3 - 2024-04-08
99

1010
### Added
1111

12+
- docs: basic documentation for newest cds-plugin features.
1213
- cds-plugin: better access control (fixes #57).
1314

1415
### Fixed

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
colorator (1.1.0)
1818
commonmarker (0.23.10)
1919
concurrent-ruby (1.2.3)
20-
dnsruby (1.71.0)
20+
dnsruby (1.72.0)
2121
simpleidn (~> 0.2.1)
2222
em-websocket (0.5.3)
2323
eventmachine (>= 0.12.9)
@@ -229,7 +229,7 @@ GEM
229229
forwardable-extended (~> 2.6)
230230
public_suffix (4.0.7)
231231
racc (1.7.3)
232-
rake (13.1.0)
232+
rake (13.2.1)
233233
rb-fsevent (0.11.2)
234234
rb-inotify (0.10.1)
235235
ffi (~> 1.0)

package-lock.json

Lines changed: 77 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@sap/cds": "^7.8.0",
3636
"eslint": "^8.57.0",
3737
"eslint-config-prettier": "^9.1.0",
38-
"eslint-plugin-jest": "^27.9.0",
38+
"eslint-plugin-jest": "^28.2.0",
3939
"jest": "^29.7.0",
4040
"prettier": "^3.2.5"
4141
},

0 commit comments

Comments
 (0)