Commit Graph

62 Commits (main)

Author SHA1 Message Date
Dirk Baeumer 8a7bbaf943
Run OSS license tool 2024-12-03 09:47:36 +01:00
Benjamin Pasero 789c320a1c
Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017)
* Replace mkdirp with fs.mkdirSync(path, { recursive: true })
(fix #227931)

* compile
2024-09-09 22:43:29 -07:00
Robo b5a6aa14a8
feat: switch to npm as default package manager (#226927)
* feat: move from yarn to npm

* chore: skip yarn.lock files

* fix: playwright download

* chore: fix compile and hygiene

* chore: bump vsce@2.17.0

Refs 8b49e9dfdf

* test: update results for bat and sh colorizer tests

* fix: add missing lock files for windows

* fix: switch to legacy-peer-deps

* chore: update markdown-it@14.1.0

Refs 737c95a129

esbuild step in extensions-ci-pr was previously using markdown-it
from root which had userland punycode and was able to compile successfully.

* ci: increase pr timeout for windows integration tests

* chore: fix product build

* build: ignore extension dev dependency for rcedit

* build: fix working directory inside container

* build: fix dependency generation

* npm: update dependencies

* ci: use global npmrc

* ci: update cache

* ci: setup global npmrc for private npm auth

* build: fix extension bundling

* chore: sync npm dependencies

* ci: debug env variables for container

* ci: fix win32 cli pipeline

* build: fix npmrc config usage for build/ and remote/ dirs

* fix: windows build

* fix: container builds

* fix: markdown-language-features tests and bundling

```
[03:58:22] Error: Command failed: /Users/demohan/.nvm/versions/node/v20.15.1/bin/node /Users/demohan/github/vscode/extensions/markdown-language-features/esbuild-notebook.js --outputRoot /Users/demohan/github/vscode/.build/extensions/markdown-language-features
✘ [ERROR] Could not resolve "punycode"

    extensions/markdown-language-features/node_modules/markdown-it/lib/index.js:14:27:
      14 │ var punycode     = require('punycode');
         ╵                            ~~~~~~~~~~

  The package "punycode" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
```

Adds userland package based on beed9aee2c

* fix: container builds for distro

* chore: update yarn occurrences

* fixup! chore: bump vsce@2.17.0

Uses the closest version to `main` branch that does not
include d3cc84cdec
while still having the fix 8b49e9dfdf

* chore: sync npm dependencies

* chore: sync npm dependencies

* chore: sync npm dependencies

* chore: throw error when yarn is used for installation

* chore: add review feedback

* chore: switch exec => run where needed

* chore: npm sync dependencies

* fix: markdown-language-features bundling

```
✘ [ERROR] Could not resolve "punycode"

    extensions/markdown-language-features/node_modules/markdown-it/lib/index.js:14:27:
      14 │ var punycode     = require('punycode');
         ╵                            ~~~~~~~~~~

  The package "punycode" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
```

Adds missing userland package based on markdown-it/markdown-it@beed9ae,
can be removed once we update markdown-it >= 14.1.0

* ci: rename no-yarn-lock-changes.yml

* chore: sync npm dependencies

* ci: restore no-yarn-lock-changes.yml

We can disable it in a separate PR to keep the required
checks happy and also need workflow edit perms.

* chore: sync npm dependencies

* ci: rebuild cache

* ci: fix no-package-lock-changes.yml

* chore: bump distro

* chore: rm yarn.lock files

* chore: rm yarn.lock files without dependencies

* chore: add vscode-selfhost-import-aid to postinstall dirs

* chore: bump distro
2024-09-06 22:18:02 +09:00
Daniel Imms 5811c5d042
Update distro - OSS tool 2024-08-26 15:20:04 -07:00
Henning Dieterichs 551bb65397 Runs OSS tool 2024-07-22 22:49:17 +02:00
Benjamin Christopher Simmonds 9031ecddff
Update license and third party notices (#213580) 2024-05-27 17:58:05 +02:00
Benjamin Christopher Simmonds 78efad3496
Add license URIs for toml_edit and toml_datetime (#213562)
Add licene uri fr toml_edit and toml_datetime
2024-05-27 16:12:06 +02:00
Benjamin Christopher Simmonds 73497ea692
Fix copyright statement (#213543) 2024-05-27 14:05:14 +02:00
Benjamin Christopher Simmonds 0d64037060
Add license for deviceid (#213536) 2024-05-27 12:13:10 +02:00
Logan Ramos 01f02799cf
Run OSS tool (#210971) 2024-04-23 00:40:44 +02:00
Robo cf216ecd5a
chore: run oss tool for 1.88.0 (#208481)
* chore: run oss tool for 1.88.0

* chore: bump distro
2024-03-23 03:43:12 +01:00
Raymond Zhao d32a86a73e
chore: run OSS tool (#205608) 2024-02-19 15:32:06 -08:00
Alexandru Dima 523725a022
Run OSS Tool (#203132) 2024-01-23 13:13:55 +01:00
Aiday Marlen Kyzy e5e5cb8632
adding the license changes 2024-01-22 14:12:14 +01:00
Justin Chen 13075044a0
November OSS tools update (#199259)
* november endgame oss tool update

* update distro sha

* update distro sha
2023-11-29 01:47:35 +01:00
Bhavya U 34d89757d8
Update license info from OSS Tool (#194025)
* Update license info from OSS Tool

* update distro commit hash
2023-09-25 13:45:07 -07:00
Andrea Mah b448b21744
update license for OSS Tool (#188988)
* fixes to license and auto-generated thirdPartyNotices
2023-07-27 08:41:35 -07:00
Andrea Mah 03c32aab74
Revert "update licenses" (#188962)
Revert "update licenses (#188880)"

This reverts commit 71bf483f13.
2023-07-26 19:38:04 +01:00
Andrea Mah 71bf483f13
update licenses (#188880) 2023-07-26 08:19:20 -07:00
meganrogge df5c07a494
June endgame 2023-06-26 12:48:52 -07:00
meganrogge fdf2787bf3
update for May endgame 2023-05-26 13:05:44 -05:00
Johannes Rieken 70d3be4284
joh/straight warbler (#174839)
* run oss tool

* update distro
2023-02-20 14:55:06 +01:00
Rob Lourens e96c9fb0b2
Add toml to cglicenses.json (#172321)
The OSS tool doesn't understand the dual-license format
2023-01-25 01:01:04 +01:00
Martin Aeschlimann fe8043aa45
update ThirdPartyNotices for 1.74 (#167453) 2022-11-28 21:06:12 +00:00
Peng Lyu e88053d97d
Third party notices and distro update. (#164502) 2022-10-24 14:02:26 -07:00
Connor Peet 7c3740a7e7
update prepare scripts, license, lockfile 2022-10-17 11:50:49 -07:00
Connor Peet 9dd80d4921
cg: update cglicenses.json for CLI dependencies 2022-10-13 11:58:39 -07:00
Alexandru Dima 4de06d175c
Move "H.264/AVC Video Standard" to cgmanifest.json and remove unused licenses from the store (#162955)
* Move "H.264/AVC Video Standard" to cgmanifest.json and remove unused licenses from the store

* Update cgmanifest.json

Co-authored-by: Robo <hop2deep@gmail.com>

Co-authored-by: Robo <hop2deep@gmail.com>
2022-10-07 08:36:09 -07:00
Alexandru Dima 29b8a1e27f
Run OSS tool (#161956) 2022-09-27 05:21:59 -07:00
Matt Bierner dcc2652723
run oss tool (#158934) 2022-08-23 19:08:31 +02:00
Robo 3b47ac45ea
chore: include notice for H.264/AVC (#158255)
* chore: include notice for H.264/AVC

* chore: add ffmpeg to cgmanifest
2022-08-16 15:12:26 +01:00
Benjamin Pasero 4ca6be6e14
update licenses (#156124) 2022-07-25 11:20:21 +02:00
Connor Peet 16f24e23e4
chore: 1.69 OSS tool updates (#153399) 2022-06-27 18:12:11 -07:00
Alex Dima eeaeb28558
Remove no longer necessary license text 2021-11-03 14:12:29 +01:00
Alex Dima 8565b19e44
Remove manual license (LinusU/load-yaml-file#2) 2021-09-30 12:53:03 +02:00
Raymond Zhao 847ba4973e
Bump distro 2021-07-26 11:24:10 -07:00
Alex Dima 122df438a8
Run OSS Tool 2021-06-01 09:52:14 +02:00
Alex Dima 4212c6f923
Remove unnecessary entries 2021-04-26 15:33:53 +02:00
Alex Dima 0489b54682
OSS Tool 2021-04-26 14:34:12 +02:00
Ladislau Szomoru 9689508fa5 Run OSS Tool and make necessary updates 2020-11-30 15:06:18 +01:00
Jackson Kearl 6c7ad2df66 Run OSS Tool & Update Accordingly 2020-10-27 11:05:54 -07:00
Benjamin Pasero 9c37604cbc 1.50 license input 2020-09-28 08:19:49 +02:00
SteVen Batten 92a30ed265
Move tas-client to umd version and adopt in web (#106904)
* adopt tas-client-umd

* adopt in web

* fix whitespace

* adding tas-client to webignore

* upgrade tas-client-umd

* move svc imort to common

* remove unnecessary ignore
2020-09-18 10:00:39 -07:00
ChaseKnowlden e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
SteVen Batten fbc5813066 move tas-client license from manifest to licenses 2020-08-03 11:50:38 -07:00
João Moreno 7d34bf21f9 update cglicenses 2020-08-03 12:49:51 +02:00
Eric Amodio 999cb23da0 Run OSS tool for v1.47 2020-06-29 23:58:21 -04:00
Connor Peet 8630bc01af release: prep for 1.45 2020-04-27 17:37:52 -07:00
Alex Ross 3349b15e84 OSS tool 2020-03-30 18:22:12 +02:00
Daniel Imms 8dfc759232 Run OSS tool for v1.43 2020-02-24 18:00:02 -08:00