This commit is contained in:
Rushbot 2024-09-30 15:12:22 +00:00
Родитель 951c422c9d
Коммит a06c97ddda
42 изменённых файлов: 57 добавлений и 57 удалений

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft",
"version": "0.67.2",
"version": "0.68.0",
"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.7.0",
"version": "1.7.1",
"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.66",
"version": "1.1.67",
"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.66",
"version": "0.3.67",
"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.58",
"version": "0.1.59",
"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.49",
"version": "0.3.50",
"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.67.2"
"@rushstack/heft": "0.68.0"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",

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

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

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-lint-plugin",
"version": "0.4.3",
"version": "0.4.4",
"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.67.2"
"@rushstack/heft": "0.68.0"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-localization-typings-plugin",
"version": "0.2.3",
"version": "0.2.4",
"description": "Heft plugin for generating types for localization files.",
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.67.2"
"@rushstack/heft": "^0.68.0"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/debug-certificate-manager",
"version": "1.4.0",
"version": "1.4.1",
"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.142",
"version": "2.0.143",
"description": "Loads themed styles.",
"license": "MIT",
"repository": {

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/localization-utilities",
"version": "0.12.3",
"version": "0.12.4",
"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/lookup-by-path",
"version": "0.2.2",
"version": "0.2.3",
"description": "Strongly typed trie data structure for path and URL-like strings.",
"main": "lib/index.js",
"typings": "dist/lookup-by-path.d.ts",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/module-minifier",
"version": "0.6.22",
"version": "0.6.23",
"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.2.0",
"version": "4.2.1",
"description": "",
"main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts",

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/typings-generator",
"version": "0.14.3",
"version": "0.14.4",
"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.67",
"version": "0.4.68",
"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.31",
"version": "2.6.32",
"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.67.2"
"@rushstack/heft": "^0.68.0"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/hashed-folder-copy-plugin",
"version": "1.0.58",
"version": "1.0.59",
"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.66",
"version": "2.1.67",
"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.142"
"@microsoft/load-themed-styles": "^2.0.143"
},
"dependencies": {
"loader-utils": "1.4.2"

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

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

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
"version": "0.11.66",
"version": "0.11.67",
"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.50",
"version": "5.1.51",
"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.67",
"version": "0.2.68",
"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.50",
"version": "0.4.51",
"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/webpack-workspace-resolve-plugin",
"version": "0.3.3",
"version": "0.3.4",
"description": "This plugin leverages workspace-level metadata to greatly accelerate module resolution.",
"main": "lib/index.js",
"typings": "dist/webpack-workspace-resolve-plugin.d.ts",

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

@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack4-localization-plugin",
"version": "0.18.69",
"version": "0.18.70",
"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.68",
"version": "0.13.69",
"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.66",
"version": "0.2.67",
"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.142",
"@microsoft/load-themed-styles": "^2.0.143",
"webpack": "^5"
},
"peerDependenciesMeta": {

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

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