Skip to content

Commit

Permalink
🦋 Release package updates (#1649)
Browse files Browse the repository at this point in the history
Bump package versions

Co-authored-by: gu-changesets-release-pr[bot] <gu-changesets-release-pr[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 80eea1d commit 232b584
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 39 deletions.
11 changes: 0 additions & 11 deletions .changeset/empty-taxis-bathe.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tidy-cycles-camp.md

This file was deleted.

2 changes: 1 addition & 1 deletion libs/@guardian/core-web-vitals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"verify-dist": "wireit"
},
"devDependencies": {
"@guardian/libs": "18.0.0",
"@guardian/libs": "18.0.1",
"@types/jest": "29.5.8",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
16 changes: 16 additions & 0 deletions libs/@guardian/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @guardian/eslint-config-typescript

## 12.0.0

### Major Changes

- 80eea1d: ## Update packages to use

- "@typescript-eslint/eslint-plugin": "8.1.0",
- "@typescript-eslint/parser": "8.1.0",
- "@stylistic/eslint-plugin": "2.6.2",
- "eslint": "8.57.0",

### Patch Changes

- Updated dependencies [80eea1d]
- @guardian/eslint-config@9.0.0

## 11.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/eslint-config-typescript",
"version": "11.0.0",
"version": "12.0.0",
"description": "ESLint config for Guardian TypeScript projects",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions libs/@guardian/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @guardian/eslint-config

## 9.0.0

### Major Changes

- 80eea1d: ## Update packages to use

- "@typescript-eslint/eslint-plugin": "8.1.0",
- "@typescript-eslint/parser": "8.1.0",
- "@stylistic/eslint-plugin": "2.6.2",
- "eslint": "8.57.0",

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/eslint-config",
"version": "8.0.1",
"version": "9.0.0",
"description": "ESLint config for Guardian JavaScript projects",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/identity-auth-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"verify-dist": "wireit"
},
"devDependencies": {
"@guardian/identity-auth": "3.0.0",
"@guardian/libs": "18.0.0",
"@guardian/identity-auth": "3.0.1",
"@guardian/libs": "18.0.1",
"@types/jest": "29.5.8",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/identity-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/identity-auth

## 3.0.1

### Patch Changes

- 80eea1d: Small refactors to allow Eslint updates

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/identity-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/identity-auth",
"version": "3.0.0",
"version": "3.0.1",
"private": false,
"description": "",
"license": "Apache-2.0",
Expand All @@ -26,7 +26,7 @@
"verify-dist": "wireit"
},
"devDependencies": {
"@guardian/libs": "18.0.0",
"@guardian/libs": "18.0.1",
"@types/jest": "29.5.8",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/libs

## 18.0.1

### Patch Changes

- 80eea1d: Small refactors to allow Eslint updates

## 18.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/libs",
"version": "18.0.0",
"version": "18.0.1",
"private": false,
"description": "A collection of JavaScript libraries and TypeScript types for Guardian projects",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/source-development-kitchen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/source-development-kitchen

## 7.0.1

### Patch Changes

- 80eea1d: Small refactors to allow Eslint updates

## 7.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/@guardian/source-development-kitchen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-development-kitchen",
"version": "7.0.0",
"version": "7.0.1",
"sideEffects": false,
"type": "module",
"exports": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@babel/core": "7.25.2",
"@emotion/react": "11.11.3",
"@guardian/libs": "18.0.0",
"@guardian/source": "7.0.0",
"@guardian/libs": "18.0.1",
"@guardian/source": "7.0.1",
"@storybook/manager-api": "8.2.7",
"@storybook/react": "8.2.7",
"@types/jest": "29.5.8",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/source

## 7.0.1

### Patch Changes

- 80eea1d: Small refactors to allow Eslint updates

## 7.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source",
"version": "7.0.0",
"version": "7.0.1",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@cobalt-ui/plugin-js": "1.4.3",
"@cobalt-ui/utils": "1.2.2",
"@emotion/react": "11.11.3",
"@guardian/libs": "18.0.0",
"@guardian/libs": "18.0.1",
"@storybook/manager-api": "8.2.7",
"@storybook/react": "8.2.7",
"@svgr/babel-preset": "8.1.0",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 232b584

Please sign in to comment.