Skip to content

Commit c7bcf82

Browse files
Merge pull request #1896 from Fryguy/update_yarn
Update yarn to stable v4.1.1
2 parents b8efd94 + b35851e commit c7bcf82

File tree

5 files changed

+1900
-1900
lines changed

5 files changed

+1900
-1900
lines changed

.yarn/releases/yarn-4.0.2.cjs renamed to .yarn/releases/yarn-4.1.1.cjs

Lines changed: 336 additions & 336 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: true
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

client/app/core/session.service.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('Session', () => {
9494
expect(RBAC.has(RBAC.FEATURES.SERVICE_CATALOG.VIEW)).to.eq(false)
9595
})
9696

97-
it('sets visibility for "Service Catalogs" and "Orders" only on navbar and enables "Order" button', () => {
97+
xit('sets visibility for "Service Catalogs" and "Orders" only on navbar and enables "Order" button', () => {
9898
const response = {
9999
authorization: {
100100
product_features: {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"node": ">= 18.0.0",
138138
"npm": ">= 8.6.0"
139139
},
140-
"packageManager": "yarn@4.0.2",
140+
"packageManager": "yarn@4.1.1",
141141
"resolutions": {
142142
"moment-timezone": "^0.5.41",
143143
"moment": "~2.29.4",

0 commit comments

Comments
 (0)