This commit is contained in:
Rushbot 2024-07-17 06:55:12 +00:00
Родитель b7da0df693
Коммит 946343e7e3
44 изменённых файлов: 58 добавлений и 58 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.25.6",
"version": "7.25.7",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.47.1",
"version": "7.47.2",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft",
"version": "0.66.21",
"version": "0.66.22",
"description": "Build all your JavaScript projects the same way: A way that works.",
"keywords": [
"toolchain",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/lockfile-explorer",
"version": "1.5.3",
"version": "1.5.4",
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
"keywords": [
"conflict",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/rundown",
"version": "1.1.58",
"version": "1.1.59",
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/trace-import",
"version": "0.3.58",
"version": "0.3.59",
"description": "CLI tool for understanding how require() and \"import\" statements get resolved",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/eslint-bulk",
"version": "0.1.50",
"version": "0.1.51",
"description": "Roll out new ESLint rules in a large monorepo without cluttering up your code with \"eslint-ignore-next-line\"",
"main": "index.js",
"license": "MIT",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-api-extractor-plugin",
"version": "0.3.41",
"version": "0.3.42",
"description": "A Heft plugin for API Extractor",
"repository": {
"type": "git",
@ -15,7 +15,7 @@
"_phase:build": "heft run --only build -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "0.66.21"
"@rushstack/heft": "0.66.22"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-dev-cert-plugin",
"version": "0.4.58",
"version": "0.4.59",
"description": "A Heft plugin for generating and using local development certificates",
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.66.21"
"@rushstack/heft": "^0.66.22"
},
"dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-jest-plugin",
"version": "0.12.3",
"version": "0.12.4",
"description": "Heft plugin for Jest",
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.66.21",
"@rushstack/heft": "^0.66.22",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.5.0"
},

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-lint-plugin",
"version": "0.3.42",
"version": "0.3.43",
"description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",
"repository": {
"type": "git",
@ -15,7 +15,7 @@
"_phase:build": "heft run --only build -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "0.66.21"
"@rushstack/heft": "0.66.22"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-sass-plugin",
"version": "0.14.11",
"version": "0.14.12",
"description": "Heft plugin for SASS",
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.66.21"
"@rushstack/heft": "^0.66.22"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-serverless-stack-plugin",
"version": "0.3.59",
"version": "0.3.60",
"description": "Heft plugin for building apps using the Serverless Stack (SST) framework",
"repository": {
"type": "git",
@ -15,7 +15,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.66.21"
"@rushstack/heft": "^0.66.22"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-storybook-plugin",
"version": "0.6.36",
"version": "0.6.37",
"description": "Heft plugin for supporting UI development using Storybook",
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.66.21"
"@rushstack/heft": "^0.66.22"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-typescript-plugin",
"version": "0.5.19",
"version": "0.5.20",
"description": "Heft plugin for TypeScript",
"repository": {
"type": "git",
@ -17,7 +17,7 @@
"_phase:build": "heft run --only build -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "0.66.21"
"@rushstack/heft": "0.66.22"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack4-plugin",
"version": "0.10.58",
"version": "0.10.59",
"description": "Heft plugin for Webpack 4",
"repository": {
"type": "git",
@ -23,7 +23,7 @@
}
},
"peerDependencies": {
"@rushstack/heft": "^0.66.21",
"@rushstack/heft": "^0.66.22",
"@types/webpack": "^4",
"webpack": "~4.47.0"
},

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack5-plugin",
"version": "0.10.3",
"version": "0.10.4",
"description": "Heft plugin for Webpack 5",
"repository": {
"type": "git",
@ -18,7 +18,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.66.21",
"@rushstack/heft": "^0.66.22",
"webpack": "~5.82.1"
},
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/debug-certificate-manager",
"version": "1.3.58",
"version": "1.3.59",
"description": "Cross-platform functionality to create debug ssl certificates.",
"main": "lib/index.js",
"typings": "dist/debug-certificate-manager.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-config-file",
"version": "0.15.1",
"version": "0.15.2",
"description": "Configuration file loader for @rushstack/heft",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/load-themed-styles",
"version": "2.0.134",
"version": "2.0.135",
"description": "Loads themed styles.",
"license": "MIT",
"repository": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/localization-utilities",
"version": "0.9.58",
"version": "0.9.59",
"description": "This plugin contains some useful functions for localization.",
"main": "lib/index.js",
"typings": "dist/localization-utilities.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/module-minifier",
"version": "0.6.14",
"version": "0.6.15",
"description": "Wrapper for terser to support bulk parallel minification.",
"main": "lib/index.js",
"typings": "dist/module-minifier.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/operation-graph",
"version": "0.2.27",
"version": "0.2.28",
"description": "Library for managing and executing operations in a directed acyclic graph.",
"main": "lib/index.js",
"typings": "dist/operation-graph.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/package-deps-hash",
"version": "4.1.60",
"version": "4.1.61",
"description": "",
"main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/package-extractor",
"version": "0.7.19",
"version": "0.7.20",
"description": "A library for bundling selected files and dependencies into a deployable package.",
"main": "lib/index.js",
"typings": "dist/package-extractor.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/stream-collator",
"version": "4.1.59",
"version": "4.1.60",
"description": "Display intelligible realtime output from concurrent processes",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/terminal",
"version": "0.13.1",
"version": "0.13.2",
"description": "User interface primitives for console applications",
"main": "lib/index.js",
"typings": "dist/terminal.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/ts-command-line",
"version": "4.22.1",
"version": "4.22.2",
"description": "An object-oriented command-line parser for TypeScript",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/typings-generator",
"version": "0.12.58",
"version": "0.12.59",
"description": "This library provides functionality for automatically generating typings for non-TS files.",
"keywords": [
"dts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/worker-pool",
"version": "0.4.59",
"version": "0.4.60",
"description": "Lightweight worker pool using NodeJS worker_threads",
"main": "lib/index.js",
"typings": "dist/worker-pool.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-node-rig",
"version": "2.6.20",
"version": "2.6.21",
"description": "A rig package for Node.js projects that build using Heft",
"license": "MIT",
"scripts": {
@ -13,7 +13,7 @@
"directory": "rigs/heft-node-rig"
},
"peerDependencies": {
"@rushstack/heft": "^0.66.21"
"@rushstack/heft": "^0.66.22"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-web-rig",
"version": "0.24.21",
"version": "0.24.22",
"description": "A rig package for web browser projects that build using Heft",
"license": "MIT",
"scripts": {
@ -13,7 +13,7 @@
"directory": "rigs/heft-web-rig"
},
"peerDependencies": {
"@rushstack/heft": "^0.66.21"
"@rushstack/heft": "^0.66.22"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/hashed-folder-copy-plugin",
"version": "1.0.50",
"version": "1.0.51",
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
"typings": "dist/hashed-folder-copy-plugin.d.ts",
"main": "lib/index.js",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/loader-load-themed-styles",
"version": "2.1.58",
"version": "2.1.59",
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@ -22,7 +22,7 @@
},
"peerDependencies": {
"@types/webpack": "^4",
"@microsoft/load-themed-styles": "^2.0.134"
"@microsoft/load-themed-styles": "^2.0.135"
},
"dependencies": {
"loader-utils": "1.4.2"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/loader-raw-script",
"version": "1.4.58",
"version": "1.4.59",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
"version": "0.11.58",
"version": "0.11.59",
"description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.",
"main": "lib/index.js",
"typings": "dist/webpack-preserve-dynamic-require-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/set-webpack-public-path-plugin",
"version": "5.1.42",
"version": "5.1.43",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/set-webpack-public-path-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-embedded-dependencies-plugin",
"version": "0.2.59",
"version": "0.2.60",
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.",
"main": "lib/index.js",
"typings": "dist/webpack-embedded-dependencies-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-plugin-utilities",
"version": "0.4.42",
"version": "0.4.43",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/webpack-plugin-utilities.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack4-localization-plugin",
"version": "0.18.58",
"version": "0.18.59",
"description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js",
"typings": "dist/webpack4-localization-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack4-module-minifier-plugin",
"version": "0.13.60",
"version": "0.13.61",
"description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js",
"typings": "dist/webpack4-module-minifier-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/webpack5-load-themed-styles-loader",
"version": "0.2.58",
"version": "0.2.59",
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@microsoft/load-themed-styles": "^2.0.134",
"@microsoft/load-themed-styles": "^2.0.135",
"webpack": "^5"
},
"peerDependenciesMeta": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack5-localization-plugin",
"version": "0.10.18",
"version": "0.10.19",
"description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js",
"typings": "dist/webpack5-localization-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack5-module-minifier-plugin",
"version": "5.5.61",
"version": "5.5.62",
"description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js",
"typings": "dist/webpack5-module-minifier-plugin.d.ts",