Skip to content

Commit f6967bd

Browse files
committed
Bump versions [skip ci]
1 parent c2a417f commit f6967bd

File tree

42 files changed

+53
-53
lines changed

Some content is hidden

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

42 files changed

+53
-53
lines changed

apps/api-documenter/package.json

Lines 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.19.15",
3+
"version": "7.19.16",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

apps/api-extractor/package.json

Lines 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.31.2",
3+
"version": "7.32.0",
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

Lines 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.47.11",
3+
"version": "0.48.0",
44
"description": "Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",

apps/rundown/package.json

Lines 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.0.222",
3+
"version": "1.0.223",
44
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
55
"repository": {
66
"type": "git",

eslint/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/eslint-config",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
55
"license": "MIT",
66
"repository": {

eslint/eslint-plugin-packlets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/eslint-plugin-packlets",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A lightweight alternative to NPM packages for organizing source files within a single project",
55
"license": "MIT",
66
"repository": {

eslint/eslint-plugin-security/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/eslint-plugin-security",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services",
55
"license": "MIT",
66
"repository": {

eslint/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/eslint-plugin",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package",
55
"license": "MIT",
66
"repository": {

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

Lines 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.1.66",
3+
"version": "0.1.67",
44
"description": "A Heft plugin for generating and using local development certificates",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"_phase:test": "heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft": "^0.47.11"
21+
"@rushstack/heft": "^0.48.0"
2222
},
2323
"dependencies": {
2424
"@rushstack/debug-certificate-manager": "workspace:*",

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

Lines 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.3.36",
3+
"version": "0.3.37",
44
"description": "Heft plugin for Jest",
55
"repository": {
66
"type": "git",
@@ -19,7 +19,7 @@
1919
"postinstall": "node ./includes/jestScriptTransformerPatch.js"
2020
},
2121
"peerDependencies": {
22-
"@rushstack/heft": "^0.47.11"
22+
"@rushstack/heft": "^0.48.0"
2323
},
2424
"dependencies": {
2525
"@jest/core": "~27.4.2",

0 commit comments

Comments
 (0)