Skip to content

Commit 6d43da2

Browse files
committed
version 1.1.6 upgrade dependencies and update changelog
1 parent f3b2cb8 commit 6d43da2

File tree

5 files changed

+215
-200
lines changed

5 files changed

+215
-200
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
<!-- order is REMOVED, CHANGED, ADDED, FIXED -->
99

10+
## v1.1.6 - 2024-07-23
11+
12+
### Fixed
13+
14+
- cds-plugin: fix `uniqueName` configuration processing
15+
- more consistent scope preference order when 2 out of 4 scopes are set
16+
1017
## v1.1.5 - 2024-06-06
1118

1219
### Changed

docs/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ GEM
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
99
zeitwerk (~> 2.3)
10-
addressable (2.8.6)
11-
public_suffix (>= 2.0.2, < 6.0)
10+
addressable (2.8.7)
11+
public_suffix (>= 2.0.2, < 7.0)
1212
base64 (0.2.0)
1313
coffee-script (2.4.1)
1414
coffee-script-source
1515
execjs
1616
coffee-script-source (1.12.2)
1717
colorator (1.1.0)
1818
commonmarker (0.23.10)
19-
concurrent-ruby (1.3.1)
20-
dnsruby (1.72.1)
19+
concurrent-ruby (1.3.3)
20+
dnsruby (1.72.2)
2121
simpleidn (~> 0.2.1)
2222
em-websocket (0.5.3)
2323
eventmachine (>= 0.12.9)
@@ -218,7 +218,7 @@ GEM
218218
jekyll (>= 3.5, < 5.0)
219219
jekyll-feed (~> 0.9)
220220
jekyll-seo-tag (~> 2.1)
221-
minitest (5.23.1)
221+
minitest (5.24.1)
222222
nokogiri (1.13.10)
223223
mini_portile2 (~> 2.8.0)
224224
racc (~> 1.4)
@@ -227,14 +227,14 @@ GEM
227227
sawyer (~> 0.9)
228228
pathutil (0.16.2)
229229
forwardable-extended (~> 2.6)
230-
public_suffix (5.0.5)
230+
public_suffix (5.1.1)
231231
racc (1.8.0)
232232
rake (13.2.1)
233233
rb-fsevent (0.11.2)
234234
rb-inotify (0.11.1)
235235
ffi (~> 1.0)
236-
rexml (3.2.8)
237-
strscan (>= 3.0.9)
236+
rexml (3.3.2)
237+
strscan
238238
rouge (3.30.0)
239239
ruby2_keywords (0.0.5)
240240
rubyzip (2.3.2)
@@ -256,7 +256,7 @@ GEM
256256
tzinfo (2.0.6)
257257
concurrent-ruby (~> 1.0)
258258
unicode-display_width (1.8.0)
259-
zeitwerk (2.6.15)
259+
zeitwerk (2.6.16)
260260

261261
PLATFORMS
262262
ruby

example-cap-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@cap-js-community/feature-toggle-library": "*",
22-
"@sap/cds": "^7.9.2",
23-
"@sap/cds-mtxs": "^1.18.1",
22+
"@sap/cds": "^8.0.4",
23+
"@sap/cds-mtxs": "^1.18.2",
2424
"express": "^4.19.2"
2525
},
2626
"cds": {

0 commit comments

Comments
 (0)