This commit is contained in:
Rushbot 2024-05-29 00:10:55 +00:00
Родитель 366aba2eb9
Коммит 973ebea620
42 изменённых файлов: 56 добавлений и 56 удалений

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

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

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.45.1",
"version": "7.46.0",
"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.14",
"version": "0.66.15",
"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.4.13",
"version": "1.4.14",
"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.51",
"version": "1.1.52",
"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.51",
"version": "0.3.52",
"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.43",
"version": "0.1.44",
"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/eslint-config",
"version": "3.6.10",
"version": "3.7.0",
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
"license": "MIT",
"repository": {

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-api-extractor-plugin",
"version": "0.3.34",
"version": "0.3.35",
"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.14"
"@rushstack/heft": "0.66.15"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",

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

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

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-lint-plugin",
"version": "0.3.35",
"version": "0.3.36",
"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.14"
"@rushstack/heft": "0.66.15"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",

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

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

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack5-plugin",
"version": "0.9.51",
"version": "0.9.52",
"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.14",
"@rushstack/heft": "^0.66.15",
"webpack": "~5.82.1"
},
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor-model",
"version": "7.28.21",
"version": "7.29.0",
"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.51",
"version": "1.3.52",
"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": "@microsoft/load-themed-styles",
"version": "2.0.127",
"version": "2.0.128",
"description": "Loads themed styles.",
"license": "MIT",
"repository": {

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/localization-utilities",
"version": "0.9.51",
"version": "0.9.52",
"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.7",
"version": "0.6.8",
"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/package-deps-hash",
"version": "4.1.53",
"version": "4.1.54",
"description": "",
"main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts",

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/typings-generator",
"version": "0.12.51",
"version": "0.12.52",
"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.52",
"version": "0.4.53",
"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.12",
"version": "2.6.13",
"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.14"
"@rushstack/heft": "^0.66.15"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/hashed-folder-copy-plugin",
"version": "1.0.43",
"version": "1.0.44",
"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.51",
"version": "2.1.52",
"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.127"
"@microsoft/load-themed-styles": "^2.0.128"
},
"dependencies": {
"loader-utils": "1.4.2"

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
"version": "0.11.51",
"version": "0.11.52",
"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.35",
"version": "5.1.36",
"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.52",
"version": "0.2.53",
"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.35",
"version": "0.4.36",
"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.51",
"version": "0.18.52",
"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.53",
"version": "0.13.54",
"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.51",
"version": "0.2.52",
"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.127",
"@microsoft/load-themed-styles": "^2.0.128",
"webpack": "^5"
},
"peerDependenciesMeta": {

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

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