[PR #20909] [MERGED] Closes #20572: Update all development frontend dependencies #16086

Closed
opened 2025-12-30 00:25:43 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20909
Author: @jeremystretch
Created: 12/2/2025
Status: Merged
Merged: 12/4/2025
Merged by: @arthanson

Base: featureHead: 20572-update-ui-dev-dependencies


📝 Commits (1)

  • c30a273 Closes #20572: Update all development frontend dependencies

📊 Changes

8 files changed (+1150 additions, -1044 deletions)

View changed files

netbox/project-static/.eslintignore (+0 -3)
netbox/project-static/.eslintrc (+0 -53)
📝 netbox/project-static/bundle.cjs (+0 -0)
📝 netbox/project-static/dist/netbox.js (+1 -1)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
netbox/project-static/eslint.config.js (+86 -0)
📝 netbox/project-static/package.json (+20 -15)
📝 netbox/project-static/yarn.lock (+1042 -971)

📄 Description

Closes: #20572

  • Upgrade all UI dependencies to their latest versions
  • Replace .eslintrc and .eslintignore with eslint.config.js for eslint v9
  • Rename bundle.js to bundle.cjs
  • Designate package.json as a module

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/20909 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `feature` ← **Head:** `20572-update-ui-dev-dependencies` --- ### 📝 Commits (1) - [`c30a273`](https://github.com/netbox-community/netbox/commit/c30a273bfb25f271495ce9e96c973dc3aa396fcd) Closes #20572: Update all development frontend dependencies ### 📊 Changes **8 files changed** (+1150 additions, -1044 deletions) <details> <summary>View changed files</summary> ➖ `netbox/project-static/.eslintignore` (+0 -3) ➖ `netbox/project-static/.eslintrc` (+0 -53) 📝 `netbox/project-static/bundle.cjs` (+0 -0) 📝 `netbox/project-static/dist/netbox.js` (+1 -1) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) ➕ `netbox/project-static/eslint.config.js` (+86 -0) 📝 `netbox/project-static/package.json` (+20 -15) 📝 `netbox/project-static/yarn.lock` (+1042 -971) </details> ### 📄 Description ### Closes: #20572 - Upgrade all UI dependencies to their latest versions - Replace `.eslintrc` and `.eslintignore` with `eslint.config.js` for eslint v9 - Rename `bundle.js` to `bundle.cjs` - Designate `package.json` as a module --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:25:43 +01:00
adam closed this issue 2025-12-30 00:25:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#16086