Skip to content

Commit

Permalink
chore: release main (#249)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>eslint-config: 1.2.0</summary>

##
[1.2.0](eslint-config-v1.1.0...eslint-config-v1.2.0)
(2024-10-08)


### Features

* Cleanup file-progress spinner output
([873f25e](873f25e)),
closes [#265](#265)


### Miscellaneous

* **eslint-config:** Add eslint overrides to package.json update in
MIGRATION_GUIDE.md
([4b128d0](4b128d0)),
closes [#248](#248)


### Dependencies

* Bump eslint-plugin-import-x from 4.3.0 to 4.3.1
([#254](#254))
([3bb8ab0](3bb8ab0))
* Bump eslint-plugin-jsdoc from 50.2.5 to 50.3.0
([#251](#251))
([a877a02](a877a02))
* Bump eslint-plugin-jsdoc from 50.3.0 to 50.3.1
([#258](#258))
([bec2627](bec2627))
* Bump globals from 15.9.0 to 15.10.0
([#256](#256))
([b53f46c](b53f46c))
* Bump synckit from 0.9.1 to 0.9.2
([#264](#264))
([85c5aaf](85c5aaf))
* Bump the eslint group with 2 updates
([#260](#260))
([ab360fa](ab360fa))
* Bump the typescript-eslint group with 2 updates
([#255](#255))
([4955b0c](4955b0c))
* Bump the typescript-eslint group with 2 updates
([#262](#262))
([ebe2c88](ebe2c88))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: actions-bot <[email protected]>
  • Loading branch information
dirkdev98 and actions-bot authored Oct 8, 2024
1 parent 873f25e commit 1a37adb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## [1.2.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v1.1.0...eslint-config-v1.2.0) (2024-10-08)

### Features

- Cleanup file-progress spinner output
([873f25e](https://github.com/lightbasenl/platforms/commit/873f25e9d52f15a7cde1d5b5fc94b3646aec7871)),
closes [#265](https://github.com/lightbasenl/platforms/issues/265)

### Miscellaneous

- **eslint-config:** Add eslint overrides to package.json update in MIGRATION_GUIDE.md
([4b128d0](https://github.com/lightbasenl/platforms/commit/4b128d052a18b0ea3ae13b597f7a891419b7164e)),
closes [#248](https://github.com/lightbasenl/platforms/issues/248)

### Dependencies

- Bump eslint-plugin-import-x from 4.3.0 to 4.3.1
([#254](https://github.com/lightbasenl/platforms/issues/254))
([3bb8ab0](https://github.com/lightbasenl/platforms/commit/3bb8ab00b14a7f8f4c6445edf339635226169717))
- Bump eslint-plugin-jsdoc from 50.2.5 to 50.3.0
([#251](https://github.com/lightbasenl/platforms/issues/251))
([a877a02](https://github.com/lightbasenl/platforms/commit/a877a024f3c5694eb79cdc5e1c454a8a27b45399))
- Bump eslint-plugin-jsdoc from 50.3.0 to 50.3.1
([#258](https://github.com/lightbasenl/platforms/issues/258))
([bec2627](https://github.com/lightbasenl/platforms/commit/bec26277fd4c488f7ce66d3e9cc545ab9b0ca0f8))
- Bump globals from 15.9.0 to 15.10.0
([#256](https://github.com/lightbasenl/platforms/issues/256))
([b53f46c](https://github.com/lightbasenl/platforms/commit/b53f46c0b2ba741cdec8e54d8939c95ab6998239))
- Bump synckit from 0.9.1 to 0.9.2
([#264](https://github.com/lightbasenl/platforms/issues/264))
([85c5aaf](https://github.com/lightbasenl/platforms/commit/85c5aaf1816b20d2abafa4587be446cb1b8fef1a))
- Bump the eslint group with 2 updates
([#260](https://github.com/lightbasenl/platforms/issues/260))
([ab360fa](https://github.com/lightbasenl/platforms/commit/ab360fa20a6b2d363f38d6fb1b37bffd29ff4d0d))
- Bump the typescript-eslint group with 2 updates
([#255](https://github.com/lightbasenl/platforms/issues/255))
([4955b0c](https://github.com/lightbasenl/platforms/commit/4955b0c61ae9625894db133b4b7e0f859e0b6bd4))
- Bump the typescript-eslint group with 2 updates
([#262](https://github.com/lightbasenl/platforms/issues/262))
([ebe2c88](https://github.com/lightbasenl/platforms/commit/ebe2c88ab1bf318666015d1fdfbf09a7eb2615e8))

## [1.1.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v1.0.2...eslint-config-v1.1.0) (2024-09-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightbase/eslint-config",
"version": "1.1.0",
"version": "1.2.0",
"description": "ESLint based linting and formatting configuration",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/eslint-config": "1.1.0",
"packages/eslint-config": "1.2.0",
"packages/pull-through-cache": "0.2.2"
}

0 comments on commit 1a37adb

Please sign in to comment.