Skip to content

Commit b907021

Browse files
committed
Bump versions [skip ci]
1 parent b9a4346 commit b907021

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

eslint/eslint-bulk/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-bulk",
3-
"version": "0.1.95",
3+
"version": "0.2.0",
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",

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": "4.3.0",
3+
"version": "4.4.0",
44
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
55
"license": "MIT",
66
"repository": {

eslint/eslint-patch/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-patch",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Enhance ESLint with better support for large scale monorepos",
55
"main": "lib/usage.js",
66
"license": "MIT",

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.11.0",
3+
"version": "0.12.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.10.0",
3+
"version": "0.11.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.18.0",
3+
"version": "0.19.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-lint-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/heft-lint-plugin",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",
55
"repository": {
66
"type": "git",

rigs/heft-node-rig/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-node-rig",
3-
"version": "2.8.15",
3+
"version": "2.9.0",
44
"description": "A rig package for Node.js projects that build using Heft",
55
"license": "MIT",
66
"scripts": {

rigs/heft-web-rig/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-web-rig",
3-
"version": "0.28.16",
3+
"version": "0.28.17",
44
"description": "A rig package for web browser projects that build using Heft",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)