Skip to content

Conversation

ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Jun 20, 2024

This PR contains the following updates:

Package Type Update Change
@asciidoctor/core dependencies major 2.2.7 -> 3.0.4
@asciidoctor/docbook-converter dependencies major 2.0.0 -> 3.0.0
@fontsource/noto-serif (source) devDependencies major 4.5.11 -> 5.2.9
@fontsource/open-sans (source) devDependencies major 4.5.14 -> 5.2.7
@fontsource/roboto-mono (source) devDependencies major 4.5.10 -> 5.2.8
@types/node (source) devDependencies major ~20.14 -> ~24.9.0
@vscode/vsce (source) devDependencies major 2.27.0 -> 3.6.2
chai (source) devDependencies major ~4.4 -> ~6.2.0
copy-webpack-plugin devDependencies major 10.2.4 -> 13.0.1
mathjax devDependencies major ^2.7.9 -> ^4.0.0
mermaid devDependencies major ^10.9.0 -> ^11.0.0
mocha (source) devDependencies major 10.4.0 -> 11.7.4
node (source) volta major 20.14.0 -> 22.21.0
sinon (source) devDependencies major ^14.0.1 -> ^21.0.0
typescript (source) devDependencies major 4.9.5 -> 5.9.3
uuid dependencies major 8.3.2 -> 13.0.0
webpack-cli (source) devDependencies major 4.10.0 -> 6.0.1

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.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

Compare Source

Changes:

  • #​1034: Revert "Update deprecated dependencies"
  • #​1032: fix: probabilistic trigger v8 crash
  • #​1028: Remove need-more-info-closer workflow

This list of changes was auto generated.

v2.31.1

Compare Source

Changes:

  • #​1027: Update deprecated dependencies
  • #​1025: Don't package default readme if a path is provided and default is ignored
  • #​1024: add executes code property

This list of changes was auto generated.

v2.31.0

Compare Source

Changes:

  • #​1022: Throw error if provided readmePath or provided changelogPath could not be found
  • #​1020: Throw when unused files pattern in package.json
  • #​1015: Support "ls --tree"

This list of changes was auto generated.

v2.30.0

Compare Source

Changes:

Feature Requests:
  • #​1009: Azure - create a custom chained token credential to place the AzureCLICredential prior to the ManagedIdentityCredential
Others:
  • #​1011: Validate publisher on package
  • #​1013: Print packaged files/folders

This list of changes was auto generated.

v2.29.0

[Compare Source]

@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/[email protected]
npm WARN Found: [email protected]
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/[email protected]
npm WARN node_modules/@webpack-cli/configtest
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"4.x.x" from @webpack-cli/[email protected]
npm WARN   node_modules/@webpack-cli/configtest
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/[email protected]
npm WARN Found: [email protected]
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/[email protected]
npm WARN node_modules/@webpack-cli/info
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"4.x.x" from @webpack-cli/[email protected]
npm WARN   node_modules/@webpack-cli/info
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/[email protected]
npm WARN Found: [email protected]
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/[email protected]
npm WARN node_modules/@webpack-cli/serve
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"4.x.x" from @webpack-cli/[email protected]
npm WARN   node_modules/@webpack-cli/serve
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
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/[email protected]
npm ERR!   node_modules/@eslint-community/eslint-utils
npm ERR!     @eslint-community/eslint-utils@"^4.1.2" from [email protected]
npm ERR!     node_modules/eslint-plugin-es-x
npm ERR!     @eslint-community/eslint-utils@"^4.2.0" from [email protected]
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 [email protected]
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: [email protected]
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^8.0.1" from [email protected]
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 4 times, most recently from 82d3823 to 535d810 Compare May 6, 2025 02:39
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from cc42f8d to ae47f91 Compare May 16, 2025 02:40
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 4 times, most recently from 4382b29 to 92af0c2 Compare May 23, 2025 02:40
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from c471fba to e222256 Compare May 31, 2025 02:38
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 4 times, most recently from a9d4a5d to c13303d Compare June 8, 2025 02:46
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from cf53af2 to 842a50f Compare June 14, 2025 02:40
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from a143e41 to 8ab2db4 Compare June 24, 2025 02:42
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from a2e138f to 5d590c8 Compare June 28, 2025 02:41
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 0318a88 to 07df661 Compare July 8, 2025 02:45
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 07df661 to b440fff Compare October 21, 2025 13:13
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