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 29, 2022
1 parent c2a417f commit f6967bd
Show file tree
Hide file tree
Showing 42 changed files with 53 additions and 53 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.19.15",
"version": "7.19.16",
"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.31.2",
"version": "7.32.0",
"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.47.11",
"version": "0.48.0",
"description": "Build all your JavaScript projects the same way: A way that works.",
"keywords": [
"toolchain",
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.0.222",
"version": "1.0.223",
"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 eslint/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/eslint-config",
"version": "3.0.1",
"version": "3.1.0",
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion eslint/eslint-plugin-packlets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/eslint-plugin-packlets",
"version": "0.5.0",
"version": "0.6.0",
"description": "A lightweight alternative to NPM packages for organizing source files within a single project",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion eslint/eslint-plugin-security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/eslint-plugin-security",
"version": "0.4.0",
"version": "0.5.0",
"description": "An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion eslint/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/eslint-plugin",
"version": "0.10.0",
"version": "0.11.0",
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package",
"license": "MIT",
"repository": {
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.1.66",
"version": "0.1.67",
"description": "A Heft plugin for generating and using local development certificates",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.11"
"@rushstack/heft": "^0.48.0"
},
"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.3.36",
"version": "0.3.37",
"description": "Heft plugin for Jest",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"postinstall": "node ./includes/jestScriptTransformerPatch.js"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.11"
"@rushstack/heft": "^0.48.0"
},
"dependencies": {
"@jest/core": "~27.4.2",
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.5.17",
"version": "0.5.18",
"description": "Heft plugin for SASS",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.11"
"@rushstack/heft": "^0.48.0"
},
"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.1.47",
"version": "0.1.48",
"description": "Heft plugin for building apps using the Serverless Stack (SST) framework",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.11"
"@rushstack/heft": "^0.48.0"
},
"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.1.82",
"version": "0.1.83",
"description": "Heft plugin for supporting UI development using Storybook",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.11"
"@rushstack/heft": "^0.48.0"
},
"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.5.17",
"version": "0.5.18",
"description": "Heft plugin for Webpack 4",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
}
},
"peerDependencies": {
"@rushstack/heft": "^0.47.11",
"@rushstack/heft": "^0.48.0",
"@types/webpack": "^4",
"webpack": "~4.44.2"
},
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.5.51",
"version": "0.5.52",
"description": "Heft plugin for Webpack 5",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.11",
"@rushstack/heft": "^0.48.0",
"webpack": "~5.68.0"
},
"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.24.2",
"version": "7.24.3",
"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.1.77",
"version": "1.1.78",
"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.11.0",
"version": "0.11.1",
"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.2",
"version": "2.0.3",
"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.8.25",
"version": "0.8.26",
"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/module-minifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/module-minifier",
"version": "0.1.32",
"version": "0.1.33",
"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": "3.52.0",
"version": "3.53.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/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": "3.2.52",
"version": "3.2.53",
"description": "",
"main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/rig-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rig-package",
"version": "0.3.15",
"version": "0.3.16",
"description": "A system for sharing tool configurations between projects without duplicating config files.",
"main": "lib/index.js",
"typings": "dist/rig-package.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.0.206",
"version": "4.0.207",
"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.3.75",
"version": "0.3.76",
"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.12.3",
"version": "4.12.4",
"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.8.1",
"version": "0.8.2",
"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.1.32",
"version": "0.1.33",
"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": "1.10.13",
"version": "1.11.0",
"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.47.11"
"@rushstack/heft": "^0.48.0"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions rigs/heft-web-rig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-web-rig",
"version": "0.11.13",
"version": "0.12.0",
"description": "A rig package for web browser projects that build using Heft",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"directory": "rigs/heft-web-rig"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.11"
"@rushstack/heft": "^0.48.0"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-serve-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rush-serve-plugin",
"version": "0.1.46",
"version": "0.1.47",
"description": "A Rush plugin that hooks into a rush action and serves output folders from all projects in the repository.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion webpack/hashed-folder-copy-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/hashed-folder-copy-plugin",
"version": "0.1.38",
"version": "0.1.39",
"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",
Expand Down
4 changes: 2 additions & 2 deletions webpack/loader-load-themed-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/loader-load-themed-styles",
"version": "1.9.180",
"version": "2.0.0",
"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",
Expand All @@ -22,7 +22,7 @@
},
"peerDependencies": {
"@types/webpack": "^4",
"@microsoft/load-themed-styles": "^1 || ^2"
"@microsoft/load-themed-styles": "^2.0.3"
},
"dependencies": {
"loader-utils": "~1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion webpack/loader-raw-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/loader-raw-script",
"version": "1.3.260",
"version": "1.3.261",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/preserve-dynamic-require-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
"version": "0.9.36",
"version": "0.9.37",
"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",
Expand Down
2 changes: 1 addition & 1 deletion webpack/set-webpack-public-path-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/set-webpack-public-path-plugin",
"version": "3.3.69",
"version": "3.3.70",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/set-webpack-public-path-plugin.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack-plugin-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-plugin-utilities",
"version": "0.1.36",
"version": "0.1.37",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/webpack-plugin-utilities.d.ts",
Expand Down

0 comments on commit f6967bd

Please sign in to comment.