This commit is contained in:
Rushbot 2024-07-16 00:36:24 +00:00
Родитель c985d15077
Коммит b9274acf6e
46 изменённых файлов: 60 добавлений и 60 удалений

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

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

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.47.0",
"version": "7.47.1",
"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.19",
"version": "0.66.20",
"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.1",
"version": "1.5.2",
"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.56",
"version": "1.1.57",
"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.56",
"version": "0.3.57",
"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.48",
"version": "0.1.49",
"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.39",
"version": "0.3.40",
"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.19"
"@rushstack/heft": "0.66.20"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-dev-cert-plugin",
"version": "0.4.56",
"version": "0.4.57",
"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.19"
"@rushstack/heft": "^0.66.20"
},
"dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*"

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-lint-plugin",
"version": "0.3.40",
"version": "0.3.41",
"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.19"
"@rushstack/heft": "0.66.20"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-serverless-stack-plugin",
"version": "0.3.57",
"version": "0.3.58",
"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.19"
"@rushstack/heft": "^0.66.20"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-storybook-plugin",
"version": "0.6.34",
"version": "0.6.35",
"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.19"
"@rushstack/heft": "^0.66.20"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",

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

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

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack5-plugin",
"version": "0.10.1",
"version": "0.10.2",
"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.19",
"@rushstack/heft": "^0.66.20",
"webpack": "~5.82.1"
},
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor-model",
"version": "7.29.2",
"version": "7.29.3",
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
"repository": {
"type": "git",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/debug-certificate-manager",
"version": "1.3.56",
"version": "1.3.57",
"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.0",
"version": "0.15.1",
"description": "Configuration file loader for @rushstack/heft",
"repository": {
"type": "git",

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/localization-utilities",
"version": "0.9.56",
"version": "0.9.57",
"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.12",
"version": "0.6.13",
"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/node-core-library",
"version": "5.4.1",
"version": "5.5.0",
"description": "Core libraries that every NodeJS toolchain project should use",
"main": "lib/index.js",
"typings": "dist/node-core-library.d.ts",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/operation-graph",
"version": "0.2.25",
"version": "0.2.26",
"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.58",
"version": "4.1.59",
"description": "",
"main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/package-extractor",
"version": "0.7.17",
"version": "0.7.18",
"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.57",
"version": "4.1.58",
"description": "Display intelligible realtime output from concurrent processes",
"repository": {
"type": "git",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/terminal",
"version": "0.13.0",
"version": "0.13.1",
"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.0",
"version": "4.22.1",
"description": "An object-oriented command-line parser for TypeScript",
"repository": {
"type": "git",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/typings-generator",
"version": "0.12.56",
"version": "0.12.57",
"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.57",
"version": "0.4.58",
"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.18",
"version": "2.6.19",
"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.19"
"@rushstack/heft": "^0.66.20"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-web-rig",
"version": "0.24.19",
"version": "0.24.20",
"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.19"
"@rushstack/heft": "^0.66.20"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/hashed-folder-copy-plugin",
"version": "1.0.48",
"version": "1.0.49",
"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.56",
"version": "2.1.57",
"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.132"
"@microsoft/load-themed-styles": "^2.0.133"
},
"dependencies": {
"loader-utils": "1.4.2"

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
"version": "0.11.56",
"version": "0.11.57",
"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.40",
"version": "5.1.41",
"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.57",
"version": "0.2.58",
"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.40",
"version": "0.4.41",
"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.56",
"version": "0.18.57",
"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.58",
"version": "0.13.59",
"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.56",
"version": "0.2.57",
"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.132",
"@microsoft/load-themed-styles": "^2.0.133",
"webpack": "^5"
},
"peerDependenciesMeta": {

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack5-localization-plugin",
"version": "0.10.16",
"version": "0.10.17",
"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.59",
"version": "5.5.60",
"description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js",
"typings": "dist/webpack5-module-minifier-plugin.d.ts",