Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-22.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-24.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/dependencies-GH-25.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-26.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dependencies-GH-27.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eighty-jeans-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-teeth-change.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tcd-devkit/commitlint-config

## 0.2.1

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/commitlint-config",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"description": "Shareable commitlint configuration for enforcing conventional commit messages.",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions packages/eslint-presets/eslint-preset-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tcd-devkit/eslint-preset-next

## 0.1.2

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

- Updated dependencies [[`4c61660`](https://github.com/TheCodeDestroyer/devkit/commit/4c6166082577da36666489e6dc6dc9be08a63f41), [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3), [`3e1ce4c`](https://github.com/TheCodeDestroyer/devkit/commit/3e1ce4c69996476ed6d65d33acbc6bbbcdb134f2), [`19ab564`](https://github.com/TheCodeDestroyer/devkit/commit/19ab5649e4e57134698a737233c9a1e5ac23cd66)]:
- @tcd-devkit/eslint-config-next@0.1.2
- @tcd-devkit/eslint-config-a11y@0.1.1
- @tcd-devkit/eslint-config-import-ts@0.1.2
- @tcd-devkit/eslint-config-react-hooks@0.0.2
- @tcd-devkit/eslint-config-react@0.1.1
- @tcd-devkit/eslint-config-ts@0.1.1
- @tcd-devkit/eslint-config@0.1.1

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-presets/eslint-preset-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-preset-next",
"version": "0.1.1",
"version": "0.1.2",
"description": "Comprehensive ESLint Flat Configuration Preset for Next.js projects. This preset bundles various @tcd-devkit ESLint configurations for a complete Next.js, React, TypeScript, and a11y linting setup.",
"keywords": [
"tcd-devkit",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-presets/eslint-preset-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tcd-devkit/eslint-preset-node

## 0.1.2

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

- Updated dependencies [[`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3), [`19ab564`](https://github.com/TheCodeDestroyer/devkit/commit/19ab5649e4e57134698a737233c9a1e5ac23cd66)]:
- @tcd-devkit/eslint-config-import-ts@0.1.2
- @tcd-devkit/eslint-config-ts@0.1.1
- @tcd-devkit/eslint-config@0.1.1

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-presets/eslint-preset-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-preset-node",
"version": "0.1.1",
"version": "0.1.2",
"description": "Comprehensive ESLint Flat Configuration Preset for Node.js projects. This preset bundles various @tcd-devkit ESLint configurations for a robust Node.js and TypeScript linting setup.",
"keywords": [
"tcd-devkit",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/eslint-config-a11y/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tcd-devkit/eslint-config-a11y

## 0.1.1

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-a11y/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-config-a11y",
"version": "0.1.0",
"version": "0.1.1",
"description": "ESLint Flat Configuration for JSX A11y. This package provides accessibility (a11y) rules for JSX using `eslint-plugin-jsx-a11y`, helping to create more accessible web applications.",
"keywords": [
"tcd-devkit",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint/eslint-config-import-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tcd-devkit/eslint-config-import-ts

## 0.1.2

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

- [#27](https://github.com/TheCodeDestroyer/devkit/pull/27) [`19ab564`](https://github.com/TheCodeDestroyer/devkit/commit/19ab5649e4e57134698a737233c9a1e5ac23cd66) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update typescript-eslint monorepo to v8.33.0

- Updated dependencies [[`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3)]:
- @tcd-devkit/eslint-config-import@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-import-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-config-import-ts",
"version": "0.1.1",
"version": "0.1.2",
"description": "ESLint Flat Configuration for TypeScript import rules. This package provides rules for `eslint-plugin-import-x` tailored for TypeScript projects, ensuring consistent and best-practice module imports.",
"keywords": [
"tcd-devkit",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/eslint-config-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tcd-devkit/eslint-config-import

## 0.1.2

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-config-import",
"version": "0.1.1",
"version": "0.1.2",
"description": "ESLint Flat Configuration for JavaScript import rules. This package provides rules for `eslint-plugin-import-x` for JavaScript projects, ensuring consistent and best-practice module imports.",
"keywords": [
"tcd-devkit",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint/eslint-config-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tcd-devkit/eslint-config-next

## 0.1.2

### Patch Changes

- [#22](https://github.com/TheCodeDestroyer/devkit/pull/22) [`4c61660`](https://github.com/TheCodeDestroyer/devkit/commit/4c6166082577da36666489e6dc6dc9be08a63f41) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @next/eslint-plugin-next to v15.4.0-canary.53

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

- [#26](https://github.com/TheCodeDestroyer/devkit/pull/26) [`3e1ce4c`](https://github.com/TheCodeDestroyer/devkit/commit/3e1ce4c69996476ed6d65d33acbc6bbbcdb134f2) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @next/eslint-plugin-next to v15.4.0-canary.55

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-config-next",
"version": "0.1.1",
"version": "0.1.2",
"description": "ESLint Flat Configuration for Next.js projects. This package provides ESLint rules specific to Next.js, integrating `@next/eslint-plugin-next` for optimal Next.js development.",
"keywords": [
"tcd-devkit",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint/eslint-config-react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tcd-devkit/eslint-config-react-hooks

## 0.0.2

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-config-react-hooks",
"version": "0.0.1",
"version": "0.0.2",
"description": "ESLint Flat Configuration for React Hooks. This package provides rules for `eslint-plugin-react-hooks`, ensuring adherence to the Rules of Hooks in React applications.",
"keywords": [
"tcd-devkit",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tcd-devkit/eslint-config-react

## 0.1.1

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-config-react",
"version": "0.1.0",
"version": "0.1.1",
"description": "ESLint Flat Configuration for React projects. This package provides core React linting rules using `eslint-plugin-react`, enforcing best practices and consistency for React applications.",
"keywords": [
"tcd-devkit",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint/eslint-config-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tcd-devkit/eslint-config-ts

## 0.1.1

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

- [#27](https://github.com/TheCodeDestroyer/devkit/pull/27) [`19ab564`](https://github.com/TheCodeDestroyer/devkit/commit/19ab5649e4e57134698a737233c9a1e5ac23cd66) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update typescript-eslint monorepo to v8.33.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-config-ts",
"version": "0.1.0",
"version": "0.1.1",
"description": "ESLint Flat Configuration for TypeScript. This package provides base TypeScript linting rules using `typescript-eslint`, enforcing consistent code style and best practices for TypeScript projects.",
"keywords": [
"tcd-devkit",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tcd-devkit/eslint-config

## 0.1.1

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "ESLint Flat Configuration for core JavaScript rules from @eslint/js, part of the @tcd-devkit.",
"keywords": [
"tcd-devkit",
Expand Down
7 changes: 7 additions & 0 deletions packages/internal-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tcd-devkit/internal-utils

## 0.0.2

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23
2 changes: 1 addition & 1 deletion packages/internal-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/internal-utils",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Internal testing utilities for ESLint rule verification within the @tcd-devkit monorepo.",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/prettier/prettier-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tcd-devkit/prettier-config-react

## 0.1.0

### Minor Changes

- [#28](https://github.com/TheCodeDestroyer/devkit/pull/28) [`fb797dc`](https://github.com/TheCodeDestroyer/devkit/commit/fb797dc8d6f47e4535e7a206a4a5f1c8f979db45) Thanks [@TheCodeDestroyer](https://github.com/TheCodeDestroyer)! - Update README with better info

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

- Updated dependencies [[`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3), [`fb797dc`](https://github.com/TheCodeDestroyer/devkit/commit/fb797dc8d6f47e4535e7a206a4a5f1c8f979db45), [`8bb895d`](https://github.com/TheCodeDestroyer/devkit/commit/8bb895db1de203039b65b05dc58528c752f6feea)]:
- @tcd-devkit/prettier-config@0.2.0

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/prettier-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/prettier-config-react",
"version": "0.0.2",
"version": "0.1.0",
"description": "Shareable Prettier configuration for React projects within the @tcd-devkit ecosystem. Extends the base @tcd-devkit/prettier-config and adds Tailwind CSS plugin support.",
"keywords": [
"tcd-devkit",
Expand Down
12 changes: 12 additions & 0 deletions packages/prettier/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tcd-devkit/prettier-config

## 0.2.0

### Minor Changes

- [#28](https://github.com/TheCodeDestroyer/devkit/pull/28) [`fb797dc`](https://github.com/TheCodeDestroyer/devkit/commit/fb797dc8d6f47e4535e7a206a4a5f1c8f979db45) Thanks [@TheCodeDestroyer](https://github.com/TheCodeDestroyer)! - Update README with better info

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

- [#28](https://github.com/TheCodeDestroyer/devkit/pull/28) [`8bb895d`](https://github.com/TheCodeDestroyer/devkit/commit/8bb895db1de203039b65b05dc58528c752f6feea) Thanks [@TheCodeDestroyer](https://github.com/TheCodeDestroyer)! - Add more alternative for import order path aliases and add styles aliases

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/prettier-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "Shareable Prettier configuration for consistent code formatting across @tcd-devkit projects. Includes plugins for sorting imports, formatting package.json, and TOML files.",
"keywords": [
"tcd-devkit",
Expand Down
8 changes: 8 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tcd-devkit/scripts

## 0.1.2

### Patch Changes

- [#24](https://github.com/TheCodeDestroyer/devkit/pull/24) [`bb6f55c`](https://github.com/TheCodeDestroyer/devkit/commit/bb6f55c85f89c498e228fada1024f2fe7013e10f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency execa to v9.6.0

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/scripts",
"version": "0.1.1",
"version": "0.1.2",
"description": "CLI tool for @tcd-devkit providing linting (ESLint, Prettier, TypeScript) and formatting (ESLint --fix, Prettier --write) capabilities for web development projects.",
"keywords": [
"tcd-devkit",
Expand Down
7 changes: 7 additions & 0 deletions packages/tsup-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tcd-devkit/tsup-config

## 0.0.2

### Patch Changes

- [#25](https://github.com/TheCodeDestroyer/devkit/pull/25) [`c3d7ba9`](https://github.com/TheCodeDestroyer/devkit/commit/c3d7ba9c3097a1780167dbb84e5217dbe4b2bae3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.23
Loading