8000 Bump versions [skip ci] · microsoft/rushstack@1998ba8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1998ba8

Browse files
committed
Bump versions [skip ci]
1 parent 2d4c4e2 commit 1998ba8

File tree

40 files changed

+50
-50
lines changed

40 files changed

+50
-50
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.17.17",
3+
"version": "7.17.18",
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.25.0",
3+
"version": "7.25.1",
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.45.6",
3+
"version": "0.45.7",
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.192",
3+
"version": "1.0.193",
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": "2.6.0",
3+
"version": "2.6.1",
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.4.0",
3+
"version": "0.4.1",
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

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/eslint-plugin-security",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
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.9.0",
3+
"version": "0.9.1",
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.36",
3+
"version": "0.1.37",
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.45.6"
21+
"@rushstack/heft": "^0.45.7"
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.6",
3+
"version": "0.3.7",
44
"description": "Heft plugin for Jest",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"_phase:test": "heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft": "^0.45.6"
21+
"@rushstack/heft": "^0.45.7"
2222
},
2323
"dependencies": {
2424
"@jest/core": "~27.4.2",

0 commit comments

Comments
 (0)
0