[PR #17167] [MERGED] Closes #16245: Update frontend developer dependencies #15014

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17167
Author: @jeremystretch
Created: 8/14/2024
Status: Merged
Merged: 8/15/2024
Merged by: @jeremystretch

Base: developHead: 16245-update-static-deps


📝 Commits (1)

📊 Changes

6 files changed (+378 additions, -338 deletions)

View changed files

📝 netbox/project-static/dist/netbox-external.css (+1 -1)
📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/dist/netbox.js (+39 -26)
📝 netbox/project-static/dist/netbox.js.map (+2 -2)
📝 netbox/project-static/package.json (+11 -11)
📝 netbox/project-static/yarn.lock (+324 -297)

📄 Description

Closes: #16245

Updates all frontend developer dependencies, with the following exceptions:

  • typescript is pinned to <5.5 as later releases raise several TS1536 errors complaining about octal escape sequences in tom-select
  • eslint is pinned to <9.0 as moving to a later release will require migrating our configuration files

🔄 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/17167 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/14/2024 **Status:** ✅ Merged **Merged:** 8/15/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16245-update-static-deps` --- ### 📝 Commits (1) - [`cf0e5bd`](https://github.com/netbox-community/netbox/commit/cf0e5bdd025cf1a93caa4d8f1cb274c149f39078) Closes #16245: Update frontend developer dependencies ### 📊 Changes **6 files changed** (+378 additions, -338 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox-external.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.js` (+39 -26) 📝 `netbox/project-static/dist/netbox.js.map` (+2 -2) 📝 `netbox/project-static/package.json` (+11 -11) 📝 `netbox/project-static/yarn.lock` (+324 -297) </details> ### 📄 Description ### Closes: #16245 Updates all frontend developer dependencies, with the following exceptions: - `typescript` is pinned to `<5.5` as later releases raise several `TS1536` errors complaining about octal escape sequences in `tom-select` - `eslint` is pinned to `<9.0` as moving to a later release will require [migrating our configuration files](https://eslint.org/docs/latest/use/configure/migration-guide) --- <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:19:27 +01:00
adam closed this issue 2025-12-30 00:19:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15014