Skip to content

chore: 🤖 bump the major-updates group with 8 updates#62

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-updates-36607a4a52
Closed

chore: 🤖 bump the major-updates group with 8 updates#62
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-updates-36607a4a52

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the major-updates group with 8 updates:

Package From To
chroma-js 2.6.0 3.1.2
@release-it/conventional-changelog 8.0.2 10.0.1
@rollup/plugin-node-resolve 15.3.1 16.0.1
global-jsdom 24.0.0 26.0.0
jsdom 24.1.3 26.1.0
putout 35.37.1 40.0.22
release-it 17.11.0 19.0.2
typedoc-plugin-remark 1.3.0 2.0.0

Updates chroma-js from 2.6.0 to 3.1.2

Release notes

Sourced from chroma-js's releases.

v3.1.2

  • fixed a bug in Lch interpolation of hue-less colors

v3.1.1

  • fix: allow deep-imports in vite projects

3.1.0

What's Changed

  • feat: parse 'transparent' as black with 0% opacity - resolves #280
  • make it easier to access colorbrewer palette names - resolves #314
  • docs: explain differences to official colorbrewer scales - resolves #316
  • fix: correct parsing of modern css colors with percentage alpha - resolves #297
  • fix: css output for hue-less colors in lch() and oklch() - resolves #357

Full Changelog: gka/chroma.js@v3.0.0...v3.1.0

v3.0.0

What's Changed

Full Changelog: gka/chroma.js@v2.6.0...v3.0.0

Changelog

Sourced from chroma-js's changelog.

3.1.2

  • fixed a bug in Lch interpolation of hue-less colors

3.1.1

  • fix: allow deep-imports in vite projects

3.1.0

  • feat: parse 'transparent' as black with 0% opacity - resolves #280
  • make it easier to access colorbrewer palette names - resolves #314
  • docs: explain differences to official colorbrewer scales - resolves #316
  • fix: correct parsing of modern css colors with percentage alpha - resolves #297
  • fix: css output for hue-less colors in lch() and oklch() - resolves #357

3.0.0

  • 🎉 NEW: Add support for modern CSS color spaces. This means you can now export and parse CSS colors in lab(), lch(), oklab(), oklch() space.
  • 🎉 NEW: you can now control the standard white reference point for the CIE Lab and CIE Lch color spaces via setLabWhitePoint.
  • Breaking: color.css() will no longer return legacy CSS colors like rgb(255, 255, 0) but use modern CSS colors like rgb(255 255 0) instead.
  • fix: you can now use chroma.js both via the default export as well as named exports in ES6.
  • fix: switch to W3C implementation of OKLab color space
Commits

Updates @release-it/conventional-changelog from 8.0.2 to 10.0.1

Release notes

Sourced from @​release-it/conventional-changelog's releases.

Release 10.0.1

  • Add dummy config file in test (3e9f528)
  • Support release-it v19 (a2f5059)
  • Add note about conventional-changelog-conventionalcommits override (#110) (587be05)
  • docs: Show that whatBump accepts a function for recommending the new version (#109) (bf27526)

Release 10.0.0

  • Update dependencies + bump engines.node (273c84f)

Release 9.0.4

  • Add default header (resolves #108) (6197330)

Release 9.0.3

  • Format (09fdb3e)
  • fix: use whatBump option (#106) (09aac9e)

Release 9.0.2

  • Minor refactor for readability (ccdd687)
  • Format docs (73e212c)
  • fix: Resolve whatBump is not a function error (#105) (5e0af0c)

Release 9.0.1

  • Update dependencies (6059558)
  • fix: Allow whatBump to return undefined to skip versioning (#102) (3301fbe)

Release 9.0.0

  • Update dependencies (1db67c1)
  • Add .gitignore file (d9416d7)

Release 9.0.0-next.0

  • Update docs (deeb133)
  • Streamline opts (ac72e25)
  • Doc whatBump (1671544)
  • Try compact (dc1be68)
  • Add pkg.pr.new workflow (d978f50)
  • Migrate to conventional-changelog v6 + conventional-recommended-bump v10 (c4b9886)
Commits
  • f91e44f Release 10.0.1
  • 3e9f528 Add dummy config file in test
  • a2f5059 Support release v19
  • 587be05 Add note about conventional-changelog-conventionalcommits override (#110)
  • bf27526 docs: Show that whatBump accepts a function for recommending the new version ...
  • b5d0619 Release 10.0.0
  • 273c84f Update dependencies + bump engines.node
  • 3ea3e56 Release 9.0.4
  • 6197330 Add default header (resolves #108)
  • f86194d Release 9.0.3
  • Additional commits viewable in compare view

Updates @rollup/plugin-node-resolve from 15.3.1 to 16.0.1

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v16.0.1

2025-03-11

Bugfixes

  • fix: add ignoreSideEffectsForRoot to exported interface (#1841)

v16.0.0

2024-12-15

Breaking Changes

  • feat!: set development or production condition (#1823)
Commits
  • e1a5ef9 chore(release): node-resolve v16.0.1
  • d455fff fix(node-resolve): add ignoreSideEffectsForRoot to exported interface (#1841)
  • d64f8d6 chore(release): node-resolve v16.0.0
  • ebd0969 feat(node-resolve)!: set development or production condition (#1823)
  • See full diff in compare view

Updates global-jsdom from 24.0.0 to 26.0.0

Changelog

Sourced from global-jsdom's changelog.

[26.0.0] - {2025-01-10}

  • Raise minimum jsdom peer dependency to v26

[25.0.0] - {2024-09-17}

  • Raise minimum jsdom peer dependency to v25
Commits

Updates jsdom from 24.1.3 to 26.1.0

Release notes

Sourced from jsdom's releases.

Version 26.1.0

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.

Version 26.0.0

Breaking change: canvas peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)

Other changes:

  • Added AbortSignal.any(). (jdbevan)
  • Added initial support for form-associated custom elements, in particular making them labelable and supporting the ElementInternals labels property. The form-associated callbacks are not yet supported. (hesxenon)
  • Updated whatwg-url, adding support for URL.parse().
  • Updated cssstyle and rrweb-cssom, to improve CSS parsing capabilities.
  • Updated nwsapi, improving CSS selector matching.
  • Updated parse5, fixing a bug around <noframes> elements and HTML entity decoding.
  • Fixed JSDOM.fromURL() to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.

Version 25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.

Version 25.0.0

This major release changes the prototype of a jsdom's EventTarget.prototype to point to the Object.prototype inside the jsdom, instead of pointing to the Node.js Object.prototype. Thus, the prototype chain of Window stays entirely within the jsdom, never crossing over into the Node.js realm.

This only occurs when runScripts is set to non-default values of "dangerously" or "outside-only", as with the default value, there is no separate Object.prototype inside the jsdom.

This will likely not impact many programs, but could cause some changes in instanceof behavior, and so out of an abundance of caution, we're releasing it as a new major version.

Changelog

Sourced from jsdom's changelog.

26.1.0

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.

26.0.0

Breaking change: canvas peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)

Other changes:

  • Added AbortSignal.any(). (jdbevan)
  • Added initial support for form-associated custom elements, in particular making them labelable and supporting the ElementInternals labels property. The form-associated callbacks are not yet supported. (hesxenon)
  • Updated whatwg-url, adding support for URL.parse().
  • Updated cssstyle and rrweb-cssom, to improve CSS parsing capabilities.
  • Updated nwsapi, improving CSS selector matching.
  • Updated parse5, fixing a bug around <noframes> elements and HTML entity decoding.
  • Fixed JSDOM.fromURL() to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.

25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.

25.0.0

This major release changes the prototype of a jsdom's EventTarget.prototype to point to the Object.prototype inside the jsdom, instead of pointing to the Node.js Object.prototype. Thus, the prototype chain of Window stays entirely within the jsdom, never crossing over into the Node.js realm.

This only occurs when runScripts is set to non-default values of "dangerously" or "outside-only", as with the default value, there is no separate Object.prototype inside the jsdom.

This will likely not impact many programs, but could cause some changes in instanceof behavior, and so out of an abundance of caution, we're releasing it as a new major version.

Commits
  • 1911c80 Version 26.1.0
  • ea6e851 Add failing script execution order test
  • 2be9dcf Add passing tests for CSS parsing errors
  • 9c68fe3 Add failing CSS container queries test
  • 501b1cc Add failing CSS cascade layer test
  • 1916583 Add passing font-face with a data URL parsing test
  • fc2a337 Add passing javascript: URL href test
  • 91c610d Move to-upstream CSS tests to correct directory
  • a5be813 Add failing calc() serialization test
  • 326745d Add passing oklch() serialization test
  • Additional commits viewable in compare view

Updates putout from 35.37.1 to 40.0.22

Release notes

Sourced from putout's releases.

putout v40.0.22

🔥 feature

  • 1e936a6c5 putout: @​putout/plugin-try-catch v6.0.0
  • 2349b690f @​putout/plugin-try-catch: drop support of 🐊 < 40
  • 76ba37ade @​putout/plugin-try-catch: sync: report
  • 325d1c940 @​putout/plugin-try-catch: exclude MemberExpression

putout v40.0.21

🔥 feature

  • 5071f4626 putout: @​putout/plugin-declare-before-reference v8.0.0
  • 6dd259ef3 @​putout/plugin-declare-before-reference: drop support of 🐊 < 40
  • 414c42643 @​putout/plugin-declare-before-reference: improve support of @​putout/plugin-tape
  • 137d93177 @​putout/plugin-putout: apply-report: exclude noReport: plugins
  • 4ec4fb8e6 @​putout/test: noReport: plugins

putout v40.0.20

🔥 feature

  • 36dc454f8 putout: @​putout/plugin-split-call-with-destructuring v2.0.0
  • e70b148c4 putout: @​putout/plugin-remove-useless-variables v14.0.0
  • 62dc1ff0e @​putout/plugin-remove-useless-variabes: migrate to ESM
  • 8b8ee4ffc @​putout/operate: replaceWithMultiple: trailing comments
  • 458f18b47 @​putout/eslint-config: no-prototype-builtins: off

putout v40.0.19

🔥 feature

  • c39ab6d2d putout: @​putout/plugin-simplify-ternary v8.0.0
  • b90099e4b @​putout/plugin-simplify-ternary: drop support of 🐊 < 40

putout v40.0.18

🔥 feature

  • 67d6dc5a6 putout: @​putout/plugin-tape v19.0.0
  • 8b4e6b4e5 @​putout/plugin-tape: drop support of 🐊 < 40
  • 561eb070b @​putout/plugin-tape: add-t-end: speed up

putout v40.0.17

🔥 feature

  • d165fa712 putout: @​putout/plugin-split-nested-destructuring v4.0.0
  • aa014b627 @​putout/plugin-split-nested-destructuring: migrate to ESM
  • 4b2c37d30 @​putout/plugin-split-call-with-destructuring: migrate to ESM
  • 96d22a08f @​putout/plugin-typescript: apply-type-guards: function

putout v40.0.16

🔥 feature

... (truncated)

Commits
  • 79a2076 chore: putout: v40.0.22
  • 1e936a6 feature: putout: @​putout/plugin-try-catch v6.0.0
  • aff8801 chore: @​putout/plugin-try-catch: v6.0.0
  • 2349b69 feature: @​putout/plugin-try-catch: drop support of 🐊 < 40
  • 76ba37a feature: @​putout/plugin-try-catch: sync: report
  • 325d1c9 feature: @​putout/plugin-try-catch: exclude MemberExpression
  • 9f2f7d2 chore: putout: v40.0.21
  • 4ce963f chore: @​putout/plugin-putout: v25.2.0
  • 2e0283c chore: @​putout/test: v13.3.0
  • 5071f46 feature: putout: @​putout/plugin-declare-before-reference v8.0.0
  • Additional commits viewable in compare view

Updates release-it from 17.11.0 to 19.0.2

Release notes

Sourced from release-it's releases.

Release 19.0.2

  • Bump engines.node from 20.9 → 20.12 (resolves #1219) (a012da6a2ac442a6000a2908d6418e25720525fc)
  • Update dependencies (ebfc5a2a5fc518480910bb628ad7f34f065842b4)

Release 19.0.1

  • Don't throw if no config file is found (2cb4a7e414b1ae593d6ea4cb24e508b4e2970826)

Release 19.0.0

  • Update dependencies (cbe2fa6a5be2d61533b309b0069a2589c34ca77e)
  • v18 → v19 (6f8150a740d5bb4e4d24b1c78f61f244da8afb0d)
  • Housekeeping (41dfaaeabc720bf683e4c8daf527db9786a6adfe)

Release 19.0.0-next.5

  • feat: use c12 to replace cosmiconfig (#1212) (23272f88f6fc81628f3649f42d96bb9148c65ef7) - thanks @​aa900031!
  • Fix lint issues (d585942666d543f956c3c78b88ac35e3374e017b)
  • Remove update-notifier (032c993bd288eb82c1fcdf2251820af06defc639)
  • globby → tinygobby (048b2f8664b136d49c6cf2a088fc5f241b694ed0)
  • execa → tinyexec (27fa5b0853a0cb6bd9b299edaee4f7871b1031a0)

Release 19.0.0-next.4

  • fix(json-schema): change addUntrackedFiles to boolean (#1214) (1c5af4012eecf4bcc8a5a6f1857ff02f03125a18) - thanks @​KyleRoss!
  • Add double dash to separate paths from git command (resolves #1210) (06bccd79bedc5959adb755b1e2c6db4b100888d5)
  • fix: parse boolean values from command line (#1215) (d87fd39a68ea8a789916ae1ba2fe3557c3dd658e) - thanks @​mdvorak!
  • Update dependencies (ea3a19356da20acb1e5fb5b181e22d5105018674)

Release 19.0.0-next.3

  • Minor refactors (c4ef03b71ad9ce35b6560ce3efc12a3579f331c9)
  • Update links in gitlab docs (0750f08b3108d4516841eb43476552168fd8f701)
  • Use request.formData (c774a007ea703bc45dbf0386253790651b56e6f4)
  • Add mockFetch for more concise mentoss API (ec1065f4294436befe8a63a3c232fc812cc50934)
  • Fix up GitLab urls (11dd73d59e9ee1171eabeda7de12ab0bc2c60330)
  • chalk → styleText (cab8f969c3598da7694513d4b04b8266cf51a469)
  • Single line in release notes (commit.message → commit.subject) (c709d5c6e3e8aec234e623aefa17553eeb066232)
  • Update dependencies (83a8d828fb3e2be6a832273d0fa9def623b19764)
  • Remove prettier from eslint config (473b2ee2b16b77ec7bae06133de4a7bb92bb3763)
  • Fix lint issue (f1865038ccb3f291a127ec33ea0d818802011f4d)

Release 19.0.0-next.2

  • feat: add gitlab.certificateAuthorityFileRef configuration (#1208) (0dee377d5fee849778c741c74d99fe41a6c0419f) - thanks @​mdvorak!
  • feat: add capability to add extends configuration to release-it (#1181) (09122b664600ba9e9cc127061d992dd3600335f6) - thanks @​juancarlosjr97!
  • Use default test file locations, helper files seem to be ignored (977dbffcb7e978f3b0db01a69eff2cd51894fa1e)
  • fix: don't use stdout for all logs (#1207) (5913ae2a4f4020f426ab5dee4be0c22a97b9cd2c) - thanks @​mdvorak!
  • Get rid of deprecation warning in octokit issue search (09398e65de4ca1686a82510ac58fce7242ea6456)
  • Get rid of npm publish error in dry run (955aa682aaa53fcc42732c692e9afc79c3fc5fa7)
  • Fix repo project/host in issue comment url (fd5e9e65022767e2753c43c61c0eac8ec0c50c95)
  • Remove unused var (036c72008503c8e9c443758935af8c2ece841645)
  • Update dependencies (ee3e74d0c4ee68818ea2f1d7c339fd0ea9daed2e)
  • Work around linter parsing error (0128904e63cb41235f819c057d566394ebb8a8ed)

Release 19.0.0-next.1

... (truncated)

Changelog

Sourced from release-it's changelog.

Changelog

This document lists breaking changes for each major release.

See the GitHub Releases page for detailed changelogs: https://github.com/release-it/release-it/releases

v19 (2025-04-18)

  • No breaking changes (dependency party)

v18 (2025-01-06)

  • Removed support for Node.js v18.

v17 (2023-11-11)

  • Removed support for Node.js v16.

v16 (2023-07-05)

  • Removed support for Node.js v14.

v15 (2022-04-30)

  • Removed support for Node.js v10 and v12.
  • Removed support for GitLab v12.4 and lower.
  • Removed anonymous metrics (and the option to disable it).
  • Programmatic usage and plugins only through ES Module syntax (import)

Use release-it v14 in legacy environments.

v14 (2020-09-03)

  • Removed global property from plugins. Use this.config[key] instead.
  • Removed deprecated npm.access option. Set this in package.json instead.

v13 (2020-03-07)

  • Dropped support for Node v8
  • Dropped support for GitLab v11.6 and lower.
  • Deprecated scripts are removed (in favor of hooks).
  • Removed deprecated --non-interactive (-n) argument. Use --ci instead.
  • Removed old %s and [REV_RANGE] syntax in command substitutions. Use ${version} and ${latestTag} instead.

v12 (2019-05-03)

  • The --follow-tags argument for git push has been moved to the default configuration. This is only a breaking change if git.pushArgs was not empty (it was empty by default).

... (truncated)

Commits

Updates typedoc-plugin-remark from 1.3.0 to 2.0.0

Release notes

Sourced from typedoc-plugin-remark's releases.

v2.0.0

Overview

  • Refactored with several code and UI improvements
  • Zero dependancies

Non breaking changes

  • --mgEngine and --mdHideSources have been deprecated in favour of --platform and --hideSources

Breaking changes

  • --mdDcousaurus removed in favour of --platform docusaurus
  • --mdSoureRepo removed - the typedoc-plugin-sourcefile-url plugin offers similar functionality
Changelog

Sourced from typedoc-plugin-remark's changelog.

2.0.0 (2025-04-22)

This release includes fundamental architectural improvements and support for loading plugins conditionally based on page kind.

Architectural Changes

  • The plugin now constructs virtual files directly from TypeDoc's output before writing to disk rather than re-reading the corresponding file from the filesystem. This change improves performance and reliability by eliminating unnecessary disk I/O.
  • remark-gfm, remark-frontmatter and remark-mdx are no longer loaded by default.
    • remark-frontmatter is only loaded if a frontmatter YAML block is observed in the input document.
    • remark-mdx will need to be manually added if targetting MDX.
    • remark-gfm will need to be manually added if other plugins require it.
  • The plugin no longer adds a placeholder heading when remark-toc is added. Instead this logic has been decoupled in favour of the external plugin remark-insert-headings.

Major Changes

  • Removed "defaultRemarkPlugins" option - remark plugins are no longer added by default.

Minor Changes

  • Added support for conditional "remarkPlugins" configuration.
Commits
  • ed45108 Version Packages
  • f6b77b8 feat(remark): remark restructure and improvements
  • 7456f3f Version Packages
  • fe98081 Version Packages
  • 43079f0 chore(docs): updated docs
  • bbcb2c9 Version Packages
  • c847715 feat(core): core router support and further theme alignment to core theme
  • 31f7435 chore(docs): updated changelog date
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the major-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [chroma-js](https://github.com/gka/chroma.js) | `2.6.0` | `3.1.2` |
| [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) | `8.0.2` | `10.0.1` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.3.1` | `16.0.1` |
| [global-jsdom](https://github.com/modosc/global-jsdom) | `24.0.0` | `26.0.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `24.1.3` | `26.1.0` |
| [putout](https://github.com/coderaiser/putout) | `35.37.1` | `40.0.22` |
| [release-it](https://github.com/release-it/release-it) | `17.11.0` | `19.0.2` |
| [typedoc-plugin-remark](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-remark) | `1.3.0` | `2.0.0` |


Updates `chroma-js` from 2.6.0 to 3.1.2
- [Release notes](https://github.com/gka/chroma.js/releases)
- [Changelog](https://github.com/gka/chroma.js/blob/main/CHANGELOG.md)
- [Commits](gka/chroma.js@v2.6.0...v3.1.2)

Updates `@release-it/conventional-changelog` from 8.0.2 to 10.0.1
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](release-it/conventional-changelog@8.0.2...10.0.1)

Updates `@rollup/plugin-node-resolve` from 15.3.1 to 16.0.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.1/packages/node-resolve)

Updates `global-jsdom` from 24.0.0 to 26.0.0
- [Changelog](https://github.com/modosc/global-jsdom/blob/main/HISTORY.md)
- [Commits](https://github.com/modosc/global-jsdom/commits)

Updates `jsdom` from 24.1.3 to 26.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@24.1.3...26.1.0)

Updates `putout` from 35.37.1 to 40.0.22
- [Release notes](https://github.com/coderaiser/putout/releases)
- [Commits](coderaiser/putout@v35.37.1...v40.0.22)

Updates `release-it` from 17.11.0 to 19.0.2
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@17.11.0...19.0.2)

Updates `typedoc-plugin-remark` from 1.3.0 to 2.0.0
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-remark/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-remark@2.0.0/packages/typedoc-plugin-remark)

---
updated-dependencies:
- dependency-name: chroma-js
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@release-it/conventional-changelog"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-version: 16.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: global-jsdom
  dependency-version: 26.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: jsdom
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: putout
  dependency-version: 40.0.22
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: release-it
  dependency-version: 19.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: typedoc-plugin-remark
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 5, 2025
@github-actions github-actions bot added mindless: dependencies Pull requests that update a dependency file section: repo For all changes in root dir release labels May 5, 2025
@github-actions github-actions bot requested a review from phun-ky May 5, 2025 03:11
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/major-updates-36607a4a52 branch May 5, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code mindless: dependencies Pull requests that update a dependency file release section: repo For all changes in root dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant