Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
6229c75
ci(deps): bump super-linter/super-linter from 7.3.0 to 8.1.0
dependabot[bot] Sep 9, 2025
47553c0
Merge pull request #374 from Falcion/dependabot/github_actions/super-…
Falcion Sep 13, 2025
9444ec1
build(deps-dev): bump globals from 16.3.0 to 16.4.0
dependabot[bot] Sep 15, 2025
7a4b7da
build(deps-dev): bump @types/node from 24.3.1 to 24.4.0
dependabot[bot] Sep 15, 2025
fa90d6f
Merge pull request #392 from Falcion/dependabot/npm_and_yarn/globals-…
Falcion Sep 18, 2025
566a1ee
Merge pull request #394 from Falcion/dependabot/npm_and_yarn/types/no…
Falcion Sep 18, 2025
7995e75
build(deps-dev): bump @changesets/cli from 2.29.6 to 2.29.7
dependabot[bot] Sep 18, 2025
49a9cad
build(deps-dev): bump mocha from 11.7.1 to 11.7.2
dependabot[bot] Sep 18, 2025
1b9fd94
build(deps-dev): bump @typescript-eslint/parser from 8.42.0 to 8.43.0
dependabot[bot] Sep 18, 2025
605607d
Merge branch 'release/3.0.0' into dependabot/npm_and_yarn/typescript-…
Falcion Sep 18, 2025
ff5bb14
Merge pull request #395 from Falcion/dependabot/npm_and_yarn/typescri…
Falcion Sep 18, 2025
c14edfd
Merge pull request #396 from Falcion/dependabot/npm_and_yarn/changese…
Falcion Sep 18, 2025
233e8dd
Merge pull request #398 from Falcion/dependabot/npm_and_yarn/mocha-11…
Falcion Sep 18, 2025
ec76a02
feat(ecrc)!: migrate editorconfig-checker to new version
Falcion Sep 19, 2025
4ad8b42
ci(eslint)!: migrate to new version of ESLINT
Falcion Sep 19, 2025
2e314b5
ci(super-linter): remove redundant linter options
Falcion Sep 19, 2025
5f6d24e
feat(files): remove redundant files from project
Falcion Sep 24, 2025
12ce716
feat(files): migrate module-js files to default js files
Falcion Sep 24, 2025
a8e134b
build(target): update es version in target for configs
Falcion Sep 24, 2025
d042500
feat(files): advance external files from project to wiki
Falcion Sep 24, 2025
6a83c1e
build(build-deps): migrate from colors/safe to chalk
Falcion Sep 24, 2025
c64fb56
fix(mocha): convert config of mocha to esm
Falcion Sep 24, 2025
248714e
chore: lint fix
Falcion Sep 24, 2025
adfb33a
Update scripts/gen-filenames.ts
Falcion Sep 25, 2025
704edbe
Update .changeset/.gitignore
Falcion Sep 25, 2025
b13d29a
ci(eslint): install import-plugin for eslint, configure with it
Falcion Sep 27, 2025
e965624
chore(lint): force-push changes in JS&TS files
Falcion Oct 18, 2025
2b99387
ci(eslint): implement gitignore import in eslint config
Falcion Oct 18, 2025
dbbcbfa
ci(eslint): make eslint-plugin-n ignore type imports
Falcion Oct 18, 2025
8eed2dd
chore(lint): lint according files to the linter requirements
Falcion Oct 18, 2025
d7ca547
chore: make an attempt to make eslint-plugin-n ignore test files
Falcion Oct 18, 2025
9465937
chore(lint): another attempt to lint files for ESLINT
Falcion Oct 18, 2025
9f43c7f
chore(scripts): update gen-filenames.ts
Falcion Sep 25, 2025
c88bf71
chore(changeset): update .gitignore
Falcion Sep 25, 2025
54aa8ea
ci(eslint): install import-plugin for eslint, configure with it
Falcion Sep 27, 2025
7d67b96
chore(lint): force-push changes in JS&TS files
Falcion Oct 18, 2025
b906699
ci(eslint): implement gitignore import in eslint config
Falcion Oct 18, 2025
badcb79
ci(eslint): make eslint-plugin-n ignore type imports
Falcion Oct 18, 2025
613e3d8
chore(lint): lint according files to the linter requirements
Falcion Oct 18, 2025
dde69c6
chore: make an attempt to make eslint-plugin-n ignore test files
Falcion Oct 18, 2025
ba939ed
chore(lint): another attempt to lint files for ESLINT
Falcion Oct 18, 2025
a921822
Merge branch 'release/3.0.0' of https://github.com/Falcion/Patternugi…
Falcion Oct 18, 2025
2f331f7
ci(commitlint): append copilot as part of commitlint
Falcion Oct 18, 2025
4e31024
chore(release): 3.0.0
Falcion Oct 18, 2025
866425d
chore(release): 3.0.0
Falcion Oct 18, 2025
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/five-suns-buy.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/huge-cooks-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'patternugit': major
---

global project update within migration of super-linter to v8.1.0
5 changes: 0 additions & 5 deletions .changeset/new-seals-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-elephants-play.md

This file was deleted.

21 changes: 0 additions & 21 deletions .ecrc

This file was deleted.

2 changes: 0 additions & 2 deletions .ecrc-comments

This file was deleted.

4 changes: 2 additions & 2 deletions .editorconfig-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"IgnoreDefaults": false,
"SpacesAfterTabs": false,
"NoColor": false,
"Exclude": ["\\.asc$"],
"Exclude": ["\\.asc$", "*.sh"],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": true,
"Indentation": false,
"IndentSize": false,
"InsertFinalNewline": true,
"TrimTrailingWhitespace": false,
"TrimTrailingWhitespace": true,
"MaxLineLength": false
}
}
37 changes: 0 additions & 37 deletions .eslintrc.cjs

This file was deleted.

38 changes: 0 additions & 38 deletions .eslintrc.json

This file was deleted.

28 changes: 1 addition & 27 deletions .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,7 @@ body:
label: Version of an project's essence
description: What version of an project's essence are you running.
options:
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.6
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- v1.0.1
- v1.0.0
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.0
- v3.0.0
- Another or unknown
default: 1
validations:
Expand Down
98 changes: 0 additions & 98 deletions .github/keys/0x9F46C30D-pub.asc

This file was deleted.

98 changes: 0 additions & 98 deletions .github/keys/0xY0PX1FG1-pub.asc

This file was deleted.

7 changes: 0 additions & 7 deletions .github/keys/README

This file was deleted.

Loading