Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f252d64

Browse filesBrowse files
committed
Bump versions [skip ci]
1 parent e4b9697 commit f252d64
Copy full SHA for f252d64

File tree

Expand file treeCollapse file tree

48 files changed

+65
-65
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

48 files changed

+65
-65
lines changed

‎apps/api-documenter/package.json

Copy file name to clipboardExpand all lines: apps/api-documenter/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.26.22",
3+
"version": "7.26.23",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

‎apps/api-extractor/package.json

Copy file name to clipboardExpand all lines: apps/api-extractor/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.52.4",
3+
"version": "7.52.5",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",

‎apps/cpu-profile-summarizer/package.json

Copy file name to clipboardExpand all lines: apps/cpu-profile-summarizer/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/cpu-profile-summarizer",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "CLI tool for running analytics on multiple V8 .cpuprofile files",
55
"repository": {
66
"type": "git",

‎apps/heft/package.json

Copy file name to clipboardExpand all lines: apps/heft/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft",
3-
"version": "0.73.1",
3+
"version": "0.73.2",
44
"description": "Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",

‎apps/lockfile-explorer/package.json

Copy file name to clipboardExpand all lines: apps/lockfile-explorer/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/lockfile-explorer",
3-
"version": "1.7.31",
3+
"version": "1.7.32",
44
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
55
"keywords": [
66
"conflict",

‎apps/rundown/package.json

Copy file name to clipboardExpand all lines: apps/rundown/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/rundown",
3-
"version": "1.1.97",
3+
"version": "1.1.98",
44
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
55
"repository": {
66
"type": "git",

‎apps/rush-mcp-server/package.json

Copy file name to clipboardExpand all lines: apps/rush-mcp-server/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/mcp-server",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Model Context Protocol server implementation for Rush",
55
"repository": {
66
"type": "git",

‎apps/trace-import/package.json

Copy file name to clipboardExpand all lines: apps/trace-import/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/trace-import",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "CLI tool for understanding how require() and \"import\" statements get resolved",
55
"repository": {
66
"type": "git",

‎eslint/eslint-bulk/package.json

Copy file name to clipboardExpand all lines: eslint/eslint-bulk/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/eslint-bulk",
3-
"version": "0.1.89",
3+
"version": "0.1.90",
44
"description": "Roll out new ESLint rules in a large monorepo without cluttering up your code with \"eslint-ignore-next-line\"",
55
"main": "index.js",
66
"license": "MIT",

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-api-extractor-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-api-extractor-plugin",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "A Heft plugin for API Extractor",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"_phase:build": "heft run --only build -- --clean"
1616
},
1717
"peerDependencies": {
18-
"@rushstack/heft": "0.73.1"
18+
"@rushstack/heft": "0.73.2"
1919
},
2020
"dependencies": {
2121
"@rushstack/node-core-library": "workspace:*",

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-dev-cert-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-dev-cert-plugin",
3-
"version": "0.4.98",
3+
"version": "0.4.99",
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.73.1"
19+
"@rushstack/heft": "^0.73.2"
2020
},
2121
"dependencies": {
2222
"@rushstack/debug-certificate-manager": "workspace:*"

‎heft-plugins/heft-isolated-typescript-transpile-plugin/package.json

Copy file name to clipboardExpand all lines: heft-plugins/heft-isolated-typescript-transpile-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-isolated-typescript-transpile-plugin",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Heft plugin for transpiling TypeScript with SWC",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"_phase:test": "heft run --only test -- --clean"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft": "^0.73.1",
21+
"@rushstack/heft": "^0.73.2",
2222
"@rushstack/heft-typescript-plugin": "workspace:^"
2323
},
2424
"devDependencies": {

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-jest-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-jest-plugin",
3-
"version": "0.16.3",
3+
"version": "0.16.4",
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.73.1",
19+
"@rushstack/heft": "^0.73.2",
2020
"jest-environment-jsdom": "^29.5.0",
2121
"jest-environment-node": "^29.5.0"
2222
},

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-lint-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-lint-plugin",
3-
"version": "0.5.33",
3+
"version": "0.5.34",
44
"description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"_phase:build": "heft run --only build -- --clean"
1616
},
1717
"peerDependencies": {
18-
"@rushstack/heft": "0.73.1"
18+
"@rushstack/heft": "0.73.2"
1919
},
2020
"dependencies": {
2121
"@rushstack/node-core-library": "workspace:*",

‎heft-plugins/heft-localization-typings-plugin/package.json

Copy file name to clipboardExpand all lines: heft-plugins/heft-localization-typings-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-localization-typings-plugin",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "Heft plugin for generating types for localization files.",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.73.1"
19+
"@rushstack/heft": "^0.73.2"
2020
},
2121
"devDependencies": {
2222
"@rushstack/heft": "workspace:*",

‎heft-plugins/heft-sass-load-themed-styles-plugin/package.json

Copy file name to clipboardExpand all lines: heft-plugins/heft-sass-load-themed-styles-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-sass-load-themed-styles-plugin",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Heft plugin that connects to heft-sass-plugin and replaces load-themed-styles theme expressions with standard CSS variables",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.73.1"
19+
"@rushstack/heft": "^0.73.2"
2020
},
2121
"dependencies": {
2222
"@microsoft/load-themed-styles": "workspace:*"

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-sass-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-sass-plugin",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"description": "Heft plugin for SASS",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"main": "lib/index.js",
1919
"types": "lib/index.d.ts",
2020
"peerDependencies": {
21-
"@rushstack/heft": "^0.73.1"
21+
"@rushstack/heft": "^0.73.2"
2222
},
2323
"dependencies": {
2424
"@rushstack/node-core-library": "workspace:*",

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-serverless-stack-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-serverless-stack-plugin",
3-
"version": "0.4.7",
3+
"version": "0.4.8",
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.73.1"
18+
"@rushstack/heft": "^0.73.2"
1919
},
2020
"dependencies": {
2121
"@rushstack/node-core-library": "workspace:*"

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-storybook-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-storybook-plugin",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
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.73.1"
19+
"@rushstack/heft": "^0.73.2"
2020
},
2121
"dependencies": {
2222
"@rushstack/node-core-library": "workspace:*",

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-typescript-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-typescript-plugin",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Heft plugin for TypeScript",
55
"repository": {
66
"type": "git",
@@ -17,7 +17,7 @@
1717
"_phase:build": "heft run --only build -- --clean"
1818
},
1919
"peerDependencies": {
20-
"@rushstack/heft": "0.73.1"
20+
"@rushstack/heft": "0.73.2"
2121
},
2222
"dependencies": {
2323
"@rushstack/node-core-library": "workspace:*",

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-webpack4-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-webpack4-plugin",
3-
"version": "0.10.98",
3+
"version": "0.10.99",
44
"description": "Heft plugin for Webpack 4",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"peerDependencies": {
26-
"@rushstack/heft": "^0.73.1",
26+
"@rushstack/heft": "^0.73.2",
2727
"@types/webpack": "^4",
2828
"webpack": "~4.47.0"
2929
},

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

Copy file name to clipboardExpand all lines: heft-plugins/heft-webpack5-plugin/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-webpack5-plugin",
3-
"version": "0.11.28",
3+
"version": "0.11.29",
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.73.1",
21+
"@rushstack/heft": "^0.73.2",
2222
"webpack": "^5.82.1"
2323
},
2424
"dependencies": {

‎libraries/debug-certificate-manager/package.json

Copy file name to clipboardExpand all lines: libraries/debug-certificate-manager/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/debug-certificate-manager",
3-
"version": "1.4.31",
3+
"version": "1.4.32",
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

Copy file name to clipboardExpand all lines: libraries/load-themed-styles/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/load-themed-styles",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Loads themed styles.",
55
"license": "MIT",
66
"repository": {

‎libraries/localization-utilities/package.json

Copy file name to clipboardExpand all lines: libraries/localization-utilities/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/localization-utilities",
3-
"version": "0.13.10",
3+
"version": "0.13.11",
44
"description": "This plugin contains some useful functions for localization.",
55
"main": "lib/index.js",
66
"typings": "dist/localization-utilities.d.ts",

‎libraries/lookup-by-path/package.json

Copy file name to clipboardExpand all lines: libraries/lookup-by-path/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/lookup-by-path",
3-
"version": "0.5.19",
3+
"version": "0.5.20",
44
"description": "Strongly typed trie data structure for path and URL-like strings.",
55
"main": "lib/index.js",
66
"typings": "dist/lookup-by-path.d.ts",

‎libraries/module-minifier/package.json

Copy file name to clipboardExpand all lines: libraries/module-minifier/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/module-minifier",
3-
"version": "0.7.17",
3+
"version": "0.7.18",
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

Copy file name to clipboardExpand all lines: libraries/package-deps-hash/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/package-deps-hash",
3-
"version": "4.3.20",
3+
"version": "4.3.21",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "dist/package-deps-hash.d.ts",

‎libraries/package-extractor/package.json

Copy file name to clipboardExpand all lines: libraries/package-extractor/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/package-extractor",
3-
"version": "0.10.24",
3+
"version": "0.10.25",
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

Copy file name to clipboardExpand all lines: libraries/stream-collator/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/stream-collator",
3-
"version": "4.1.98",
3+
"version": "4.1.99",
44
"description": "Display intelligible realtime output from concurrent processes",
55
"repository": {
66
"type": "git",

‎libraries/ts-command-line/package.json

Copy file name to clipboardExpand all lines: libraries/ts-command-line/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/ts-command-line",
3-
"version": "4.23.7",
3+
"version": "5.0.0",
44
"description": "An object-oriented command-line parser for TypeScript",
55
"repository": {
66
"type": "git",

‎libraries/typings-generator/package.json

Copy file name to clipboardExpand all lines: libraries/typings-generator/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/typings-generator",
3-
"version": "0.14.34",
3+
"version": "0.14.35",
44
"description": "This library provides functionality for automatically generating typings for non-TS files.",
55
"keywords": [
66
"dts",

‎libraries/worker-pool/package.json

Copy file name to clipboardExpand all lines: libraries/worker-pool/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/worker-pool",
3-
"version": "0.5.17",
3+
"version": "0.5.18",
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

Copy file name to clipboardExpand all lines: rigs/heft-node-rig/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-node-rig",
3-
"version": "2.8.8",
3+
"version": "2.8.9",
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.73.1"
16+
"@rushstack/heft": "^0.73.2"
1717
},
1818
"dependencies": {
1919
"@microsoft/api-extractor": "workspace:*",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.