Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.15.0)
jbuilder (2.15.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.19.5)
Expand Down Expand Up @@ -216,7 +216,7 @@ GEM
date
stringio
public_suffix (7.0.5)
puma (7.2.0)
puma (7.2.1)
nio4r (~> 2.0)
pundit (2.5.2)
activesupport (>= 3.0.0)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"postinstall": "patch-package"
},
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.5",
"@babel/runtime": "^7.29.2",
"@coreui/chartjs": "^3.1.2",
"@coreui/coreui": "4.2.6",
"@babel/core": "^7.29.7",
"@babel/plugin-transform-runtime": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@babel/runtime": "^7.29.7",
"@coreui/chartjs": "^4.0.0",
"@coreui/coreui": "5.0.0",
Comment on lines +12 to +13

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate the pnpm lockfile for CoreUI upgrades

These manifest changes are not reflected in pnpm-lock.yaml: the lockfile importer still pins @coreui/chartjs to specifier ^3.1.2/version 3.1.2 and @coreui/coreui to specifier/version 4.2.6. I checked the CI install steps in .github/workflows/rubyonrails.yml:54 and .gitlab-ci.yml:30, and both run pnpm install --frozen-lockfile; pnpm documents that this mode fails when the lockfile is out of sync with the manifest, so this commit will fail dependency installation before tests/assets run. Please rerun pnpm install and commit the regenerated lockfile for these two upgrades.

Useful? React with 👍 / 👎.

Comment on lines +8 to +13
Comment on lines +10 to +13
"@coreui/icons": "^3.1.0",
"@coreui/utils": "^2.0.2",
"@hotwired/stimulus": "^3.2.2",
Expand All @@ -37,7 +37,7 @@
"simplebar": "^6.3.3",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.6.0",
"webpack": "^5.107.1",
"webpack": "^5.107.2",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^4.15.2",
Expand Down
Loading
Loading