Skip to content

build: update all dependencies from open Dependabot PRs#88

Merged
maximizeIT merged 3 commits intomainfrom
copilot/update-version-numbers
Mar 31, 2026
Merged

build: update all dependencies from open Dependabot PRs#88
maximizeIT merged 3 commits intomainfrom
copilot/update-version-numbers

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 31, 2026

  • Delete the spurious README.MD file (case-duplicate of README.md, generated by buildDoc.js)
  • Fix docSrc/buildDoc.js to write to README.md instead of README.MD
  • Update copyright year 2023 → 2026 in docSrc/sections/license.tpl
  • Regenerate README.md via npm run readme
  • Verified only README.md exists with updated year

- Bump jest from 29.7.0 to 30.2.0 (closes #82)
- Bump babel-jest from 29.7.0 to 30.2.0 (closes #80)
- Bump @babel/preset-env from 7.27.2 to 7.29.0 (closes #81)
- Bump eslint from 8.57.1 to 10.0.0 (closes #79)
- Bump jsdoc-to-markdown from 8.0.3 to 9.1.3 (closes #78)
- Bump actions/setup-node from 1 to 6 (closes #77)
- Bump actions/checkout from 2 to 6 (closes #76)
- Replace eslint-plugin-node with eslint-plugin-n (maintained fork, required for eslint v10)
- Migrate ESLint config from legacy .eslintrc to flat eslint.config.js
- Remove deprecated .eslintignore (ignores moved to eslint.config.js)
- Replace deprecated Jest toThrowError() with toThrow() (removed in jest v30)

Co-authored-by: GitHub Copilot <copilot@noreply.github.com>

Agent-Logs-Url: https://github.com/Staffbase/plugins-sdk-nodejs/sessions/cd46eacd-2fda-4844-9cbc-9e49d2786686

Co-authored-by: maximizeIT <8626039+maximizeIT@users.noreply.github.com>
- Delete spurious README.MD (case-duplicate generated by buildDoc.js)
- Fix docSrc/buildDoc.js to write to README.md instead of README.MD
- Update copyright year 2023 → 2026 in license.tpl and regenerate README.md

Co-authored-by: GitHub Copilot <copilot@noreply.github.com>

Agent-Logs-Url: https://github.com/Staffbase/plugins-sdk-nodejs/sessions/519c6b97-6fe8-4eb9-874b-b94545645c43

Co-authored-by: maximizeIT <8626039+maximizeIT@users.noreply.github.com>
@maximizeIT maximizeIT marked this pull request as ready for review March 31, 2026 07:17
@maximizeIT maximizeIT requested a review from a team as a code owner March 31, 2026 07:17
@Ninerian Ninerian requested review from Copilot and removed request for PujaSingh7655 and maximizeIT March 31, 2026 10:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR modernizes the project’s toolchain and automation while fixing README generation and updating the license year to avoid case-duplicate README.MD artifacts.

Changes:

  • Updated dev tooling dependencies (Jest/Babel/ESLint) and adjusted tests accordingly (toThrowErrortoThrow).
  • Migrated ESLint configuration to flat config (eslint.config.js) and simplified lint scripts.
  • Fixed doc generation output filename and updated license year (2023 → 2026) in templates and generated README.

Reviewed changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/tests/UtilFunc.test.js Updates Jest assertions to match newer Jest matcher usage.
src/tests/SSOTokenData.test.js Updates Jest assertions for newer Jest compatibility.
src/tests/SSOToken.test.js Updates Jest assertions for newer Jest compatibility.
README.md Updates generated license year text.
package.json Updates tooling dependencies and simplifies lint scripts.
eslint.config.js Adds ESLint flat config and defines ignore patterns.
docSrc/sections/license.tpl Updates license year used during README generation.
docSrc/buildDoc.js Writes generated README to README.md (correct casing).
.github/workflows/publish-npm.yml Updates GitHub Actions versions and Node setup used for publishing.
.github/workflows/node.js.yml Updates GitHub Actions versions used in CI.
.eslintrc Removes legacy ESLint config (replaced by flat config).
.eslintignore Removes legacy ignore file (replaced by flat config ignores).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@maximizeIT maximizeIT merged commit ecc4921 into main Mar 31, 2026
9 checks passed
@maximizeIT maximizeIT deleted the copilot/update-version-numbers branch March 31, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants