Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSergey committed Nov 4, 2023
1 parent f94423d commit 0ab53c6
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [4.1.0]

- Added [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp)
- Added [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs)

## [4.0.0]

- A lot of fixes and optimizations
Expand Down
8 changes: 4 additions & 4 deletions book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/book",
"version": "4.0.0",
"version": "4.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -20,9 +20,9 @@
"react-helmet": "6.1.0"
},
"devDependencies": {
"@rockpack/codestyle": "4.0.0",
"@rockpack/compiler": "4.0.0",
"@rockpack/tsconfig": "4.0.0",
"@rockpack/codestyle": "4.1.0",
"@rockpack/compiler": "4.1.0",
"@rockpack/tsconfig": "4.1.0",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-helmet": "6.1.7",
Expand Down
8 changes: 4 additions & 4 deletions next/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-starter",
"version": "4.0.0",
"version": "4.1.0",
"main": "index.js",
"scripts": {
"start": "node scripts.build",
Expand Down Expand Up @@ -55,9 +55,9 @@
"yargs": "16.2.0"
},
"devDependencies": {
"@rockpack/codestyle": "4.0.0",
"@rockpack/compiler": "4.0.0",
"@rockpack/tester": "4.0.0",
"@rockpack/codestyle": "4.1.0",
"@rockpack/compiler": "4.1.0",
"@rockpack/tester": "4.1.0",
"@types/dotenv-safe": "8.1.1",
"@types/jsonwebtoken": "8.5.0",
"@types/koa": "2.11.7",
Expand Down
10 changes: 5 additions & 5 deletions next/web-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-starter",
"version": "4.0.0",
"version": "4.1.0",
"scripts": {
"start": "node scripts.build",
"build": "node scripts.build --mode=production",
Expand Down Expand Up @@ -51,10 +51,10 @@
"devDependencies": {
"@localazer/webpack-plugin": "3.1.0",
"@localazer/po2json": "3.1.0",
"@rockpack/codestyle": "4.0.0",
"@rockpack/compiler": "4.0.0",
"@rockpack/tester": "4.0.0",
"@rockpack/tsconfig": "4.0.0",
"@rockpack/codestyle": "4.1.0",
"@rockpack/compiler": "4.1.0",
"@rockpack/tester": "4.1.0",
"@rockpack/tsconfig": "4.1.0",
"@issr/babel-plugin": "2.2.0",
"@storybook/addon-actions": "5.3.21",
"@storybook/addon-backgrounds": "5.3.21",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rockpack",
"version": "4.0.0",
"version": "4.1.0",
"private": true,
"license": "MIT",
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/babel",
"version": "4.0.0",
"version": "4.1.0",
"description": "Babel presets module for Rockpack",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@babel/preset-typescript": "7.23.0",
"@babel/traverse": "7.23.0",
"@loadable/babel-plugin": "5.16.1",
"@rockpack/utils": "4.0.0",
"@rockpack/utils": "4.1.0",
"babel-plugin-import": "1.13.8",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-react-class-to-function": "1.2.2",
Expand All @@ -56,6 +56,6 @@
"valid-types": "2.0.5"
},
"devDependencies": {
"@rockpack/codestyle": "4.0.0"
"@rockpack/codestyle": "4.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/codestyle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/codestyle",
"version": "4.0.0",
"version": "4.1.0",
"description": "The best practice for ESLint and TSLint",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"@babel/eslint-parser": "7.22.15",
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@rockpack/babel": "4.0.0",
"@rockpack/utils": "4.0.0",
"@rockpack/babel": "4.1.0",
"@rockpack/utils": "4.1.0",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"deep-extend": "0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/compiler",
"version": "4.0.0",
"version": "4.1.0",
"description": "The easiest webpack config generator.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,9 +37,9 @@
"@loadable/webpack-plugin": "5.15.2",
"@mdx-js/loader": "2.3.0",
"@nuxt/friendly-errors-webpack-plugin": "2.5.2",
"@rockpack/babel": "4.0.0",
"@rockpack/codestyle": "4.0.0",
"@rockpack/utils": "4.0.0",
"@rockpack/babel": "4.1.0",
"@rockpack/codestyle": "4.1.0",
"@rockpack/utils": "4.1.0",
"@statoscope/webpack-plugin": "5.28.0",
"@svgr/webpack": "8.1.0",
"@teamsupercell/typings-for-css-modules-loader": "2.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/starter",
"version": "4.0.0",
"version": "4.1.0",
"main": "lib/index.js",
"type": "module",
"description": "Create-react-app on steroids. Create CSR/SSR Applications, with configured Webpack, Jest, ESLint's best practices rules and many optimizations",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"private": false,
"dependencies": {
"@rockpack/utils": "4.0.0",
"@rockpack/utils": "4.1.0",
"chalk": "5.3.0",
"inquirer": "9.2.11",
"latest-version": "6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/tester",
"version": "4.0.0",
"version": "4.1.0",
"description": "Small wrapper for Jest and testing best practice.",
"main": "index.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
],
"private": false,
"dependencies": {
"@rockpack/babel": "4.0.0",
"@rockpack/utils": "4.0.0",
"@rockpack/babel": "4.1.0",
"@rockpack/utils": "4.1.0",
"@testing-library/jest-dom": "5.17.0",
"babel-jest": "29.7.0",
"deep-extend": "0.6.0",
Expand All @@ -46,7 +46,7 @@
"yargs-unparser": "2.0.0"
},
"devDependencies": {
"@rockpack/codestyle": "4.0.0",
"@rockpack/codestyle": "4.1.0",
"@types/jest": "29.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/tsconfig",
"version": "4.0.0",
"version": "4.1.0",
"description": "TSConfig for Rockpack projects",
"main": "tsconfig.json",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/utils",
"version": "4.0.0",
"version": "4.1.0",
"description": "Rockpack specific utils",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0ab53c6

Please sign in to comment.