Skip to content

chore(deps): update node dependencies (major)#888

Open
ggrossetie wants to merge 1 commit intomasterfrom
renovate/major-node-dependencies
Open

chore(deps): update node dependencies (major)#888
ggrossetie wants to merge 1 commit intomasterfrom
renovate/major-node-dependencies

Conversation

@ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Jun 20, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
@asciidoctor/core dependencies major 2.2.73.0.4
@asciidoctor/docbook-converter dependencies major 2.0.03.0.0
@fontsource/noto-serif (source) devDependencies major 4.5.115.2.9
@fontsource/open-sans (source) devDependencies major 4.5.145.2.7
@fontsource/roboto-mono (source) devDependencies major 4.5.105.2.8
@types/node (source) devDependencies major ~20.14~25.5.0
@vscode/vsce (source) devDependencies major 2.27.03.7.1
c8 devDependencies major ~10.1~11.0.0
chai (source) devDependencies major ~4.4~6.2.0
copy-webpack-plugin devDependencies major 10.2.414.0.0
mathjax devDependencies major ^2.7.9^4.0.0
mermaid devDependencies major ^10.9.0^11.0.0
mocha (source) devDependencies major 10.4.011.7.5
node (source) volta major 20.14.024.14.1
sinon (source) devDependencies major ^14.0.1^21.0.0
typescript (source) devDependencies major 4.9.56.0.2
uuid dependencies major 8.3.213.0.0
webpack-cli (source) devDependencies major 4.10.07.0.2

Release Notes

asciidoctor/asciidoctor.js (@​asciidoctor/core)

v3.0.4

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3 and fixes a regression introduced in 3.0.3.

Release meta

Released on: 2024-02-12
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog
Bug Fixes
  • Default condition should be last one in conditional exports otherwise the following error is thrown: "Module not found: Error: Default condition should be last one" (#​1722) - thanks @​roseckyj & @​korva
Infrastructure
  • Update development dependencies
New Contributors

Full Changelog: asciidoctor/asciidoctor.js@v3.0.3...v3.0.4

v3.0.3

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3.

Release meta

Released on: 2024-01-13
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog
Bug Fixes
  • Fix types exports in package.json - thanks @​sinedied
  • Addd context and node_name accessor in the type definition - thanks @​RayOffiah
Infrastructure
  • Update development dependencies
New Contributors

Full Changelog: asciidoctor/asciidoctor.js@v3.0.2...v3.0.3

v3.0.2

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3.

Release meta

Released on: 2023-06-24
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog
Breaking Changes
  • Remove Asciidoctor namespace in TypeScript:

    import asciidoctor, { Document } from '@​asciidoctor/core'
    
    const Asciidoctor = asciidoctor()
    Asciidoctor.convert('Hello _world_')
  • Publish @asciidoctor/core as an ES6 module

Bug Fixes
  • Strip alternate BOM that uses char code 65279 when input passes through a Buffer (#​1344)
  • Map Document.append (#​1681)
  • Bridge converter pass as option (#​1666)
  • Add getSectionNumeral() function by @​benjaminleonard (#​1659)
  • Fix getDocinfo and findBy type definition (#​1621)
  • Bridge common Ruby object methods (#​1491)
  • parseContent now calls toHash on attrs (#​1519)
Improvements
  • Map this.super.<method> to call the parent function (#​1682)

  • Map AbstractBlock.getContentModel and AbstractBlock.setContentModel (#​1680)

  • Map Document.getSyntaxHighlighter (#​1667)

  • Map CompositeConverter#convert (#​1649)

  • Simplify table option checks by @​mojavelinux (#​1656)

  • Support Stream.Writable as to_file (#​1624)

    const data = []
    const writableStream = new Writable({
      write (chunk, encoding, callback) {
        data.push(chunk.toString())
        callback()
      }
    })
    const doc = Asciidoctor.convert(text, { to_file: writableStream, safe: safe })
    const html = data.join('')
Infrastructure
Documentation
New Contributors

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.2.8

Compare Source

Summary

This release is based on Asciidoctor 2.0.23 and Opal 0.11.99.dev (31d26d69).

Release meta

Released on: 2024-06-02
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

What's Changed
asciidoctor/asciidoctor-docbook.js (@​asciidoctor/docbook-converter)

v3.0.0

Compare Source

fontsource/font-files (@​fontsource/noto-serif)

v5.2.9

Compare Source

v5.2.8

Compare Source

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.20

Compare Source

v5.0.19

Compare Source

v5.0.18

Compare Source

v5.0.17

Compare Source

v5.0.16

Compare Source

v5.0.15

Compare Source

v5.0.14

Compare Source

v5.0.13

Compare Source

v5.0.12

Compare Source

v5.0.11

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

fontsource/font-files (@​fontsource/open-sans)

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.30

Compare Source

v5.0.29

Compare Source

v5.0.28

Compare Source

v5.0.27

Compare Source

v5.0.26

Compare Source

v5.0.25

Compare Source

v5.0.24

Compare Source

v5.0.23

Compare Source

v5.0.22

Compare Source

v5.0.21

Compare Source

v5.0.20

Compare Source

v5.0.19

Compare Source

v5.0.18

Compare Source

v5.0.17

Compare Source

v5.0.16

Compare Source

v5.0.15

Compare Source

v5.0.14

Compare Source

v5.0.13

Compare Source

v5.0.12

Compare Source

v5.0.11

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

fontsource/font-files (@​fontsource/roboto-mono)

v5.2.8

Compare Source

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.20

Compare Source

v5.0.19

Compare Source

v5.0.18

Compare Source

v5.0.17

Compare Source

v5.0.16

Compare Source

v5.0.15

Compare Source

v5.0.14

Compare Source

v5.0.13

Compare Source

v5.0.12

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

Microsoft/vsce (@​vscode/vsce)

v3.7.1

Compare Source

Changes:

This list of changes was auto generated.

v3.7.0

Compare Source

Changes:

  • #​1219: Remove invalid validation for extension dependencies
  • #​1212: Validate extension dependencies use lowercase letters and warn about deprecated github.copilot
  • #​1209: Bump validator from 13.9.0 to 13.15.20
  • #​1200: Bump tar-fs from 2.1.3 to 2.1.4

This list of changes was auto generated.

v3.6.2

Compare Source

Changes:

  • #​1199: fix: generate language model tag for languageModelChatProvider contributions

This list of changes was auto generated.

v3.6.1

Compare Source

Changes:

  • #​1198: chore: bump vsce-sign to 2.0.7
  • #​1194: Engineering - do not run Azure Pipeline for pull requests
  • #​1193: fix: check exec params
  • #​1191: Bump tmp from 0.2.3 to 0.2.4
  • #​1188: Avoid Node.js DEP0190 warning by using string form for prepublish command
  • #​1190: chore: migrate PR check to GitHub Actions
  • #​1189: update secretlint
  • #​1187: Bump form-data from 4.0.0 to 4.0.4
  • #​1185: chore: onboard OSS pipeline to 1ES template
  • #​1179: add commonjs annotation to package.json

This list of changes was auto generated.

v3.6.0

Compare Source

Changes:

  • #​1175: Allow dots in tags and update extension tag handling
  • #​1173: Exclude image files from scanning for secrets
  • #​1174: Update secretlint dependency
  • #​1170: Improve error message for missing entrypoints
  • #​1169: Sanitize tags to remove special characters
  • #​1166: Add language-models tag for extensions with languageModels contribution
  • #​1167: chore: npm audit fix

This list of changes was auto generated.

v3.5.0

Compare Source

Changes:

  • #​1162: Update secretlint dependencies
  • #​1161: Bump tar-fs from 2.1.2 to 2.1.3
  • #​1159: Update chalk version to 4.1.2
  • #​1128: fix: improve error messages for vsce publish validation
  • #​1130: Make the [Content_Types].xml file deterministic
  • #​1158: remove codeql and cg from OSS build
  • #​1157: Add OSS pipeline

This list of changes was auto generated.

v3.4.2

Compare Source

Changes:

  • #​1152: Only scan secrets when .env is ignored and vice versa
  • #​1155: Fix npm token scanning false positives
  • #​1151: Do not scan node modules and improve error messages for secret scanning

This list of changes was auto generated.

v3.4.1

Compare Source

Changes:

  • #​1149: Fix false positives in private key scanning
  • #​1148: Clarify unpublish command description

This list of changes was auto generated.

v3.4.0

Compare Source

Changes:

  • #​1145: Allow packaging .env and secrets using command line flags
  • #​1144: Scan for secrets and disallow .env files
  • #​1141: Add language-model-tools tag for MCP extensions
  • #​1138: Proper entry point validation
  • #​1137: Add 'mcp' tag support in TagsProcessor
  • #​1131: Remove deprecated SVG sources from TrustedSVGSources array
  • #​1127: Improve error message for Personal Access Token verification

This list of changes was auto generated.

v3.3.2

Compare Source

Changes:

  • #​1126: Bump tar-fs from 2.1.1 to 2.1.2

This list of changes was auto generated.

v3.3.1

Compare Source

Changes:

  • #​1124: Add 'copilot-tools' to languageModelTools contributions

This list of changes was auto generated.

v3.3.0

Compare Source

Changes:

  • #​1122: Remove unused 'github-copilot' tag
  • #​1120: Add tools tag for languageModelTools contribution
  • #​1116: add VSCE_DEBUG to spit out error
  • #​1114: Bump serialize-javascript and mocha

This list of changes was auto generated.

v3.2.2

Compare Source

Changes:

Feature Requests:
  • #​719: Update command line parameters to be in a consistent style and specify which override parameter can be used to override an error in the error message.
  • #​1074: The tree, after packing the extension, does not take the out option into account
Others:
  • #​1103: Update command line parameters for consistency
  • #​1100: Allow for reproducible .vsix packages
  • #​906: Reproducible builds
  • #​1078: Updated the semver comparison
  • #​1101: Fix tree printing to respect the out option
  • #​1080: allow manual prerelease
See More
  • #​1075: Fix issue with file inclusion patterns
  • #​1073: The following include patterns in the...

This list of changes was auto generated.

v3.2.1

Compare Source

Changes:

  • #​1070: copilot should be github-copilot tag

This list of changes was auto generated.

v3.2.0

Compare Source

Changes:

Feature Requests:
  • #​1061: Added unpublish to api.ts
  • #​1064: vsce not up to date should be a WARNING not INFO
Bugs:
  • #​1048: --readme-path is ignored by the marketplace
Others:
  • #​1069: add copilot tag
  • #​1065: Change vsce update notification from INFO to WARNING
  • #​1053: Fix regression with workdir symlinks
  • #​1062: Fix readme-path handling

This list of changes was auto generated.

v3.1.1

Compare Source

Changes:

  • #​1058: Auto Assign Chat Participant Tag
  • #​1060: Quote filename value in Content-Disposition header

This list of changes was auto generated.

v3.1.0

Compare Source

Changes:

Feature Requests:
  • #​1044: Enable verifying the signed package
Others:
  • #​1050: Fix unused-files-patterns check and add tests
  • #​1046: Fix typo in option hint
  • #​1045: add verify-signature command. Fixes #​1044
  • #​1037: Fix punycode deprecation warning
  • #​1040: Allow packaging extension without a publisher

This list of changes was auto generated.

v3.0.0

Compare Source

Changes:

  • #​1035: Update deprecated dependencies and move to Node 20

This list of changes was auto generated.

[v2.32.0](https://redirect.github.

@ggrossetie
Copy link
Member Author

ggrossetie commented Jun 20, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/configtest@1.2.0
npm WARN Found: webpack-cli@6.0.1
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"6.0.1" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack-cli@"4.x.x" from @webpack-cli/configtest@1.2.0
npm WARN node_modules/@webpack-cli/configtest
npm WARN 
npm WARN Conflicting peer dependency: webpack-cli@4.10.0
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"4.x.x" from @webpack-cli/configtest@1.2.0
npm WARN   node_modules/@webpack-cli/configtest
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/info@1.5.0
npm WARN Found: webpack-cli@6.0.1
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"6.0.1" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack-cli@"4.x.x" from @webpack-cli/info@1.5.0
npm WARN node_modules/@webpack-cli/info
npm WARN 
npm WARN Conflicting peer dependency: webpack-cli@4.10.0
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"4.x.x" from @webpack-cli/info@1.5.0
npm WARN   node_modules/@webpack-cli/info
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/serve@1.7.0
npm WARN Found: webpack-cli@6.0.1
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"6.0.1" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack-cli@"4.x.x" from @webpack-cli/serve@1.7.0
npm WARN node_modules/@webpack-cli/serve
npm WARN 
npm WARN Conflicting peer dependency: webpack-cli@4.10.0
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"4.x.x" from @webpack-cli/serve@1.7.0
npm WARN   node_modules/@webpack-cli/serve
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: eslint-config-standard@17.1.0
npm ERR! Found: eslint@9.19.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"~9.19.0" from the root project
npm ERR!   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm ERR!   node_modules/@eslint-community/eslint-utils
npm ERR!     @eslint-community/eslint-utils@"^4.1.2" from eslint-plugin-es-x@7.7.0
npm ERR!     node_modules/eslint-plugin-es-x
npm ERR!     @eslint-community/eslint-utils@"^4.2.0" from eslint@9.19.0
npm ERR!     2 more (eslint-plugin-promise, @typescript-eslint/utils)
npm ERR!   10 more (eslint-compat-utils, eslint-plugin-es-x, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.0.1" from eslint-config-standard@17.1.0
npm ERR! node_modules/eslint-config-standard
npm ERR!   dev eslint-config-standard@"~17.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@8.57.1
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^8.0.1" from eslint-config-standard@17.1.0
npm ERR!   node_modules/eslint-config-standard
npm ERR!     dev eslint-config-standard@"~17.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-01-26T02_36_13_304Z-debug-0.log

@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 1345a0e to 00b3b14 Compare June 21, 2024 02:19
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from b4d5a63 to ae755e8 Compare July 2, 2024 02:25
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from ae755e8 to d6586f0 Compare July 13, 2024 02:21
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 5 times, most recently from 3c7a179 to 810bd85 Compare July 29, 2024 02:22
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from 70712ab to 7c1d6cc Compare August 7, 2024 02:23
@ggrossetie ggrossetie changed the title Update Node dependencies (major) chore(deps): update node dependencies (major) Aug 7, 2024
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 4 times, most recently from b312ca6 to 71b14c7 Compare August 17, 2024 02:21
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 4 times, most recently from 568fc54 to ab051a6 Compare August 24, 2024 02:23
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from ab051a6 to 941cfb0 Compare August 27, 2024 02:23
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 5 times, most recently from ef7cc06 to 2d991fb Compare October 28, 2024 02:34
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from fc72adb to cb15d82 Compare October 31, 2024 02:34
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from e499d5a to f6ef7fd Compare December 14, 2024 02:37
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 54d121b to 7a711d5 Compare December 21, 2024 02:32
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 6 times, most recently from 67e82cf to 5d41b71 Compare February 2, 2025 02:33
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from c1d3fac to 19d127e Compare February 8, 2025 02:30
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from cec4d71 to ce147ea Compare February 15, 2025 02:35
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from e526f13 to 9a0f7f7 Compare February 24, 2025 20:15
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 5 times, most recently from b50378d to 0852989 Compare March 4, 2025 02:36
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 0852989 to 32b82d9 Compare March 8, 2025 02:22
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from 2b45611 to 968b4e0 Compare March 20, 2025 02:40
@ggrossetie
Copy link
Member Author

ggrossetie commented Mar 14, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: asciidoctor-vscode@3.4.6-dev
npm error Found: webpack@5.91.0
npm error node_modules/webpack
npm error   dev webpack@"5.91.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer webpack@"^5.101.0" from webpack-cli@7.0.2
npm error node_modules/webpack-cli
npm error   dev webpack-cli@"7.0.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-03-25T03_12_00_998Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-03-25T03_12_00_998Z-debug-0.log

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.

1 participant