Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Sep 10, 2024
1 parent 85527db commit 7c7c3bb
Show file tree
Hide file tree
Showing 49 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion apps/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.25.12",
"version": "7.25.13",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.47.7",
"version": "7.47.8",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down
2 changes: 1 addition & 1 deletion apps/heft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft",
"version": "0.67.0",
"version": "0.67.1",
"description": "Build all your JavaScript projects the same way: A way that works.",
"keywords": [
"toolchain",
Expand Down
2 changes: 1 addition & 1 deletion apps/lockfile-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/lockfile-explorer",
"version": "1.5.9",
"version": "1.5.10",
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
"keywords": [
"conflict",
Expand Down
2 changes: 1 addition & 1 deletion apps/rundown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rundown",
"version": "1.1.64",
"version": "1.1.65",
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion apps/trace-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/trace-import",
"version": "0.3.64",
"version": "0.3.65",
"description": "CLI tool for understanding how require() and \"import\" statements get resolved",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion eslint/eslint-bulk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/eslint-bulk",
"version": "0.1.56",
"version": "0.1.57",
"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",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-api-extractor-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-api-extractor-plugin",
"version": "0.3.47",
"version": "0.3.48",
"description": "A Heft plugin for API Extractor",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"_phase:build": "heft run --only build -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "0.67.0"
"@rushstack/heft": "0.67.1"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-dev-cert-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-dev-cert-plugin",
"version": "0.4.64",
"version": "0.4.65",
"description": "A Heft plugin for generating and using local development certificates",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.67.0"
"@rushstack/heft": "^0.67.1"
},
"dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-jest-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-jest-plugin",
"version": "0.12.9",
"version": "0.12.10",
"description": "Heft plugin for Jest",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.67.0",
"@rushstack/heft": "^0.67.1",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-lint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-lint-plugin",
"version": "0.4.1",
"version": "0.4.2",
"description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"_phase:build": "heft run --only build -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "0.67.0"
"@rushstack/heft": "0.67.1"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-localization-typings-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-localization-typings-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "Heft plugin for generating types for localization files.",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.67.0"
"@rushstack/heft": "^0.67.1"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-sass-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-sass-plugin",
"version": "0.14.18",
"version": "0.14.19",
"description": "Heft plugin for SASS",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.67.0"
"@rushstack/heft": "^0.67.1"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-serverless-stack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-serverless-stack-plugin",
"version": "0.3.65",
"version": "0.3.66",
"description": "Heft plugin for building apps using the Serverless Stack (SST) framework",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.67.0"
"@rushstack/heft": "^0.67.1"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-storybook-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-storybook-plugin",
"version": "0.6.42",
"version": "0.6.43",
"description": "Heft plugin for supporting UI development using Storybook",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.67.0"
"@rushstack/heft": "^0.67.1"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-typescript-plugin",
"version": "0.5.25",
"version": "0.5.26",
"description": "Heft plugin for TypeScript",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"_phase:build": "heft run --only build -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "0.67.0"
"@rushstack/heft": "0.67.1"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-webpack4-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack4-plugin",
"version": "0.10.64",
"version": "0.10.65",
"description": "Heft plugin for Webpack 4",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
}
},
"peerDependencies": {
"@rushstack/heft": "^0.67.0",
"@rushstack/heft": "^0.67.1",
"@types/webpack": "^4",
"webpack": "~4.47.0"
},
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-webpack5-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack5-plugin",
"version": "0.10.9",
"version": "0.10.10",
"description": "Heft plugin for Webpack 5",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.67.0",
"@rushstack/heft": "^0.67.1",
"webpack": "~5.82.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/api-extractor-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor-model",
"version": "7.29.6",
"version": "7.29.7",
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/debug-certificate-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/debug-certificate-manager",
"version": "1.3.64",
"version": "1.3.65",
"description": "Cross-platform functionality to create debug ssl certificates.",
"main": "lib/index.js",
"typings": "dist/debug-certificate-manager.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/heft-config-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-config-file",
"version": "0.15.5",
"version": "0.15.6",
"description": "Configuration file loader for @rushstack/heft",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/load-themed-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/load-themed-styles",
"version": "2.0.140",
"version": "2.0.141",
"description": "Loads themed styles.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/localization-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/localization-utilities",
"version": "0.12.0",
"version": "0.12.1",
"description": "This plugin contains some useful functions for localization.",
"main": "lib/index.js",
"typings": "dist/localization-utilities.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/lookup-by-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/lookup-by-path",
"version": "0.2.0",
"version": "0.2.1",
"description": "Strongly typed trie data structure for path and URL-like strings.",
"main": "lib/index.js",
"typings": "dist/lookup-by-path.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/module-minifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/module-minifier",
"version": "0.6.20",
"version": "0.6.21",
"description": "Wrapper for terser to support bulk parallel minification.",
"main": "lib/index.js",
"typings": "dist/module-minifier.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/node-core-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/node-core-library",
"version": "5.7.0",
"version": "5.8.0",
"description": "Core libraries that every NodeJS toolchain project should use",
"main": "lib/index.js",
"typings": "dist/node-core-library.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/operation-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/operation-graph",
"version": "0.2.31",
"version": "0.2.32",
"description": "Library for managing and executing operations in a directed acyclic graph.",
"main": "lib/index.js",
"typings": "dist/operation-graph.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/package-deps-hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/package-deps-hash",
"version": "4.1.66",
"version": "4.1.67",
"description": "",
"main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/package-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/package-extractor",
"version": "0.7.25",
"version": "0.7.26",
"description": "A library for bundling selected files and dependencies into a deployable package.",
"main": "lib/index.js",
"typings": "dist/package-extractor.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/stream-collator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/stream-collator",
"version": "4.1.65",
"version": "4.1.66",
"description": "Display intelligible realtime output from concurrent processes",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/terminal",
"version": "0.14.0",
"version": "0.14.1",
"description": "User interface primitives for console applications",
"main": "lib/index.js",
"typings": "dist/terminal.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/ts-command-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/ts-command-line",
"version": "4.22.6",
"version": "4.22.7",
"description": "An object-oriented command-line parser for TypeScript",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/typings-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/typings-generator",
"version": "0.14.0",
"version": "0.14.1",
"description": "This library provides functionality for automatically generating typings for non-TS files.",
"keywords": [
"dts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/worker-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/worker-pool",
"version": "0.4.65",
"version": "0.4.66",
"description": "Lightweight worker pool using NodeJS worker_threads",
"main": "lib/index.js",
"typings": "dist/worker-pool.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions rigs/heft-node-rig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-node-rig",
"version": "2.6.28",
"version": "2.6.29",
"description": "A rig package for Node.js projects that build using Heft",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"directory": "rigs/heft-node-rig"
},
"peerDependencies": {
"@rushstack/heft": "^0.67.0"
"@rushstack/heft": "^0.67.1"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down
Loading

0 comments on commit 7c7c3bb

Please sign in to comment.