Skip to content

Commit 78fd8d4

Browse files
committed
Bump versions [skip ci]
1 parent ceb2cd5 commit 78fd8d4

File tree

41 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+56
-56
lines changed

apps/api-documenter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.22.16",
3+
"version": "7.22.17",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

apps/api-extractor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.35.2",
3+
"version": "7.35.3",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",

apps/heft/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft",
3-
"version": "0.53.1",
3+
"version": "0.54.0",
44
"description": "Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",

apps/lockfile-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/lockfile-explorer",
3-
"version": "1.0.26",
3+
"version": "1.0.27",
44
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
55
"keywords": [
66
"conflict",

apps/rundown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/rundown",
3-
"version": "1.0.260",
3+
"version": "1.0.261",
44
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
55
"repository": {
66
"type": "git",

apps/trace-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/trace-import",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"description": "CLI tool for understanding how require() and \"import\" statements get resolved",
55
"repository": {
66
"type": "git",

heft-plugins/heft-api-extractor-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-api-extractor-plugin",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A Heft plugin for API Extractor",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "0.53.1"
19+
"@rushstack/heft": "0.54.0"
2020
},
2121
"dependencies": {
2222
"@rushstack/heft-config-file": "workspace:*",

heft-plugins/heft-dev-cert-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-dev-cert-plugin",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "A Heft plugin for generating and using local development certificates",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.53.1"
19+
"@rushstack/heft": "^0.54.0"
2020
},
2121
"dependencies": {
2222
"@rushstack/debug-certificate-manager": "workspace:*"

heft-plugins/heft-jest-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-jest-plugin",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Heft plugin for Jest",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.53.1"
19+
"@rushstack/heft": "^0.54.0"
2020
},
2121
"dependencies": {
2222
"@jest/core": "~29.5.0",

heft-plugins/heft-lint-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-lint-plugin",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "0.53.1"
19+
"@rushstack/heft": "0.54.0"
2020
},
2121
"dependencies": {
2222
"@rushstack/node-core-library": "workspace:*",

heft-plugins/heft-sass-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-sass-plugin",
3-
"version": "0.11.8",
3+
"version": "0.11.9",
44
"description": "Heft plugin for SASS",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.53.1"
19+
"@rushstack/heft": "^0.54.0"
2020
},
2121
"dependencies": {
2222
"@rushstack/heft-config-file": "workspace:*",

heft-plugins/heft-serverless-stack-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-serverless-stack-plugin",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "Heft plugin for building apps using the Serverless Stack (SST) framework",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"_phase:test": "heft run --only test -- --clean"
1616
},
1717
"peerDependencies": {
18-
"@rushstack/heft": "^0.53.1"
18+
"@rushstack/heft": "^0.54.0"
1919
},
2020
"dependencies": {
2121
"@rushstack/node-core-library": "workspace:*"

heft-plugins/heft-storybook-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-storybook-plugin",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "Heft plugin for supporting UI development using Storybook",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.53.1"
19+
"@rushstack/heft": "^0.54.0"
2020
},
2121
"dependencies": {
2222
"@rushstack/node-core-library": "workspace:*"

heft-plugins/heft-typescript-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-typescript-plugin",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Heft plugin for TypeScript",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"_phase:test": "heft run --only test -- --clean"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft": "0.53.1"
21+
"@rushstack/heft": "0.54.0"
2222
},
2323
"dependencies": {
2424
"@rushstack/node-core-library": "workspace:*",

heft-plugins/heft-webpack4-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-webpack4-plugin",
3-
"version": "0.6.8",
3+
"version": "0.6.9",
44
"description": "Heft plugin for Webpack 4",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"peerDependencies": {
26-
"@rushstack/heft": "^0.53.1",
26+
"@rushstack/heft": "^0.54.0",
2727
"@types/webpack": "^4",
2828
"webpack": "~4.44.2"
2929
},

heft-plugins/heft-webpack5-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-webpack5-plugin",
3-
"version": "0.7.8",
3+
"version": "0.7.9",
44
"description": "Heft plugin for Webpack 5",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"_phase:test": "heft run --only test -- --clean"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft": "^0.53.1",
21+
"@rushstack/heft": "^0.54.0",
2222
"webpack": "~5.82.1"
2323
},
2424
"dependencies": {

libraries/debug-certificate-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/debug-certificate-manager",
3-
"version": "1.2.38",
3+
"version": "1.2.39",
44
"description": "Cross-platform functionality to create debug ssl certificates.",
55
"main": "lib/index.js",
66
"typings": "dist/debug-certificate-manager.d.ts",

libraries/load-themed-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/load-themed-styles",
3-
"version": "2.0.53",
3+
"version": "2.0.54",
44
"description": "Loads themed styles.",
55
"license": "MIT",
66
"repository": {

libraries/localization-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/localization-utilities",
3-
"version": "0.8.64",
3+
"version": "0.8.65",
44
"description": "This plugin contains some useful functions for localization.",
55
"main": "lib/index.js",
66
"typings": "dist/localization-utilities.d.ts",

libraries/module-minifier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/module-minifier",
3-
"version": "0.3.21",
3+
"version": "0.3.22",
44
"description": "Wrapper for terser to support bulk parallel minification.",
55
"main": "lib/index.js",
66
"typings": "dist/module-minifier.d.ts",

libraries/package-deps-hash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/package-deps-hash",
3-
"version": "4.0.27",
3+
"version": "4.0.28",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "dist/package-deps-hash.d.ts",

libraries/package-extractor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/package-extractor",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"description": "A library for bundling selected files and dependencies into a deployable package.",
55
"main": "lib/index.js",
66
"typings": "dist/package-extractor.d.ts",

libraries/stream-collator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/stream-collator",
3-
"version": "4.0.245",
3+
"version": "4.0.246",
44
"description": "Display intelligible realtime output from concurrent processes",
55
"repository": {
66
"type": "git",

libraries/terminal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/terminal",
3-
"version": "0.5.20",
3+
"version": "0.5.21",
44
"description": "User interface primitives for console applications",
55
"main": "lib/index.js",
66
"typings": "dist/terminal.d.ts",

libraries/ts-command-line/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/ts-command-line",
3-
"version": "4.14.0",
3+
"version": "4.15.0",
44
"description": "An object-oriented command-line parser for TypeScript",
55
"repository": {
66
"type": "git",

libraries/typings-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/typings-generator",
3-
"version": "0.10.20",
3+
"version": "0.10.21",
44
"description": "This library provides functionality for automatically generating typings for non-TS files.",
55
"keywords": [
66
"dts",

libraries/worker-pool/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/worker-pool",
3-
"version": "0.3.20",
3+
"version": "0.3.21",
44
"description": "Lightweight worker pool using NodeJS worker_threads",
55
"main": "lib/index.js",
66
"typings": "dist/worker-pool.d.ts",

rigs/heft-node-rig/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-node-rig",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "A rig package for Node.js projects that build using Heft",
55
"license": "MIT",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"directory": "rigs/heft-node-rig"
1414
},
1515
"peerDependencies": {
16-
"@rushstack/heft": "^0.53.1"
16+
"@rushstack/heft": "^0.54.0"
1717
},
1818
"dependencies": {
1919
"@microsoft/api-extractor": "workspace:*",

rigs/heft-web-rig/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-web-rig",
3-
"version": "0.18.5",
3+
"version": "0.18.6",
44
"description": "A rig package for web browser projects that build using Heft",
55
"license": "MIT",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"directory": "rigs/heft-web-rig"
1414
},
1515
"peerDependencies": {
16-
"@rushstack/heft": "^0.53.1"
16+
"@rushstack/heft": "^0.54.0"
1717
},
1818
"dependencies": {
1919
"@microsoft/api-extractor": "workspace:*",

webpack/hashed-folder-copy-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/hashed-folder-copy-plugin",
3-
"version": "0.2.26",
3+
"version": "0.2.27",
44
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
55
"typings": "dist/hashed-folder-copy-plugin.d.ts",
66
"main": "lib/index.js",

webpack/loader-load-themed-styles/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-load-themed-styles",
3-
"version": "2.0.51",
3+
"version": "2.0.52",
44
"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.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -22,7 +22,7 @@
2222
},
2323
"peerDependencies": {
2424
"@types/webpack": "^4",
25-
"@microsoft/load-themed-styles": "^2.0.53"
25+
"@microsoft/load-themed-styles": "^2.0.54"
2626
},
2727
"dependencies": {
2828
"loader-utils": "1.4.2"

webpack/loader-raw-script/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/loader-raw-script",
3-
"version": "1.3.299",
3+
"version": "1.3.300",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

webpack/preserve-dynamic-require-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
3-
"version": "0.10.23",
3+
"version": "0.10.24",
44
"description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack-preserve-dynamic-require-plugin.d.ts",

webpack/set-webpack-public-path-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/set-webpack-public-path-plugin",
3-
"version": "3.3.115",
3+
"version": "4.0.0",
44
"description": "This plugin sets the webpack public path at runtime.",
55
"main": "lib/index.js",
66
"typings": "dist/set-webpack-public-path-plugin.d.ts",

webpack/webpack-embedded-dependencies-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack-embedded-dependencies-plugin",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack-embedded-dependencies-plugin.d.ts",

0 commit comments

Comments
 (0)