Skip to content

Commit 05015c1

Browse files
committed
chore(release): 2026.3.2
1 parent 7bbba8e commit 05015c1

14 files changed

Lines changed: 77 additions & 597 deletions

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [2026.3.2](https://github.com/motabass/gblaster/compare/2026.3.1...2026.3.2)
8+
9+
- Merge main and fix E2E test failures [`#868`](https://github.com/motabass/gblaster/pull/868)
10+
- Migrate e2e tests from Cypress to Playwright [`#865`](https://github.com/motabass/gblaster/pull/865)
11+
- chore(deps): update Angular dependencies to 21.2.3-21.2.5, nx to 22.6.1, jsdom to 29.0.1, lint-staged to 16.4.0, ng-packagr to 21.2.1, stylelint to 17.5.0, typescript-eslint to 8.57.1, and firebase-tools to 15.11.0; add analytics flag in nx.json and update .gitignore [`7d56f16`](https://github.com/motabass/gblaster/commit/7d56f16c8e2402c83da72fd6f4dc9a4186592580)
12+
- chore: add lint-interactive command to project.json and update eslint rules [`7bbba8e`](https://github.com/motabass/gblaster/commit/7bbba8ea19d715ad6b8400ea37e2fcfae73072e2)
13+
- test: update selectors in app.spec.ts and patch IDBObjectStore methods in player.spec.ts [`2cfd838`](https://github.com/motabass/gblaster/commit/2cfd838be6674c9bc4c3fd497bad440ef5531e43)
14+
715
#### [2026.3.1](https://github.com/motabass/gblaster/compare/2026.3.0...2026.3.1)
816

17+
> 13 March 2026
18+
919
- chore(deps): update w9jds/firebase-action action to v15.10.0 [`#860`](https://github.com/motabass/gblaster/pull/860)
1020
- chore(deps): update Angular and related dependencies to latest versions, including @angular/cdk@21.2.2, @angular/common@21.2.4, @angular/compiler@21.2.4, @angular/core@21.2.4, @angular/forms@21.2.4, @angular/material@21.2.2, @angular/platform-browser@21.2.4, @angular/platform-browser-dynamic@21.2.4, @angular/router@21.2.4, @angular/service-worker@21.2.4, @angular-devkit/build-angular@21.2.2, @angular/build@21.2.2, @angular/cli@21.2.2, @angular/compiler-cli@21.2.4, @angular/language-service@21.2.4, @schematics/angular@21.2.2, @types/node@25.5.0, @vitest/browser-playwright@4.1.0, @vitest/coverage-v8@4.1.0, @vitest/ui@4.1.0, eslint-plugin-cypress@6.2.0, eslint-plugin-sonarjs@4.0.2, firebase-tools@15.10.0, lint-staged@16.3.3, and vitest@4.1.0 [`79ce079`](https://github.com/motabass/gblaster/commit/79ce0793cb1eb83e733956e04ae10c485f7979ed)
1121
- chore(deps): add mise.lock and update node to v25.8.1, pnpm to v10.32.1, and set npm package manager to pnpm [`39d22ea`](https://github.com/motabass/gblaster/commit/39d22ea85a20127a02497454eae7d68c8b007502)
12-
- chore(deps): update node engine requirement to >=25.0.0 in package.json [`4da335b`](https://github.com/motabass/gblaster/commit/4da335bd0de6cbb8df8387b5c49fc6524810e0fa)
22+
- chore(release): 2026.3.1 [`7db9597`](https://github.com/motabass/gblaster/commit/7db9597229c42cf1e80369450792fdbd9aeb0a45)
1323

1424
#### [2026.3.0](https://github.com/motabass/gblaster/compare/2026.2.3...2026.3.0)
1525

docs/compodoc/changelog.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,23 @@
101101
<h3>Changelog</h3>
102102
<p>All notable changes to this project will be documented in this file. Dates are displayed in UTC.</p>
103103
<p>Generated by <a href="https://github.com/CookPete/auto-changelog"><code>auto-changelog</code></a>.</p>
104+
<h4><a href="https://github.com/motabass/gblaster/compare/2026.3.1...2026.3.2">2026.3.2</a></h4>
105+
<ul>
106+
<li>Merge main and fix E2E test failures <a href="https://github.com/motabass/gblaster/pull/868"><code>#868</code></a></li>
107+
<li>Migrate e2e tests from Cypress to Playwright <a href="https://github.com/motabass/gblaster/pull/865"><code>#865</code></a></li>
108+
<li>chore(deps): update Angular dependencies to 21.2.3-21.2.5, nx to 22.6.1, jsdom to 29.0.1, lint-staged to 16.4.0, ng-packagr to 21.2.1, stylelint to 17.5.0, typescript-eslint to 8.57.1, and firebase-tools to 15.11.0; add analytics flag in nx.json and update .gitignore <a href="https://github.com/motabass/gblaster/commit/7d56f16c8e2402c83da72fd6f4dc9a4186592580"><code>7d56f16</code></a></li>
109+
<li>chore: add lint-interactive command to project.json and update eslint rules <a href="https://github.com/motabass/gblaster/commit/7bbba8ea19d715ad6b8400ea37e2fcfae73072e2"><code>7bbba8e</code></a></li>
110+
<li>test: update selectors in app.spec.ts and patch IDBObjectStore methods in player.spec.ts <a href="https://github.com/motabass/gblaster/commit/2cfd838be6674c9bc4c3fd497bad440ef5531e43"><code>2cfd838</code></a></li>
111+
</ul>
104112
<h4><a href="https://github.com/motabass/gblaster/compare/2026.3.0...2026.3.1">2026.3.1</a></h4>
113+
<blockquote>
114+
<p>13 March 2026</p>
115+
</blockquote>
105116
<ul>
106117
<li>chore(deps): update w9jds/firebase-action action to v15.10.0 <a href="https://github.com/motabass/gblaster/pull/860"><code>#860</code></a></li>
107118
<li>chore(deps): update Angular and related dependencies to latest versions, including @angular/<a href="mailto:cdk@21.2.2">cdk@21.2.2</a>, @angular/<a href="mailto:common@21.2.4">common@21.2.4</a>, @angular/<a href="mailto:compiler@21.2.4">compiler@21.2.4</a>, @angular/<a href="mailto:core@21.2.4">core@21.2.4</a>, @angular/<a href="mailto:forms@21.2.4">forms@21.2.4</a>, @angular/<a href="mailto:material@21.2.2">material@21.2.2</a>, @angular/<a href="mailto:platform-browser@21.2.4">platform-browser@21.2.4</a>, @angular/<a href="mailto:platform-browser-dynamic@21.2.4">platform-browser-dynamic@21.2.4</a>, @angular/<a href="mailto:router@21.2.4">router@21.2.4</a>, @angular/<a href="mailto:service-worker@21.2.4">service-worker@21.2.4</a>, @angular-devkit/<a href="mailto:build-angular@21.2.2">build-angular@21.2.2</a>, @angular/<a href="mailto:build@21.2.2">build@21.2.2</a>, @angular/<a href="mailto:cli@21.2.2">cli@21.2.2</a>, @angular/<a href="mailto:compiler-cli@21.2.4">compiler-cli@21.2.4</a>, @angular/<a href="mailto:language-service@21.2.4">language-service@21.2.4</a>, @schematics/<a href="mailto:angular@21.2.2">angular@21.2.2</a>, @types/<a href="mailto:node@25.5.0">node@25.5.0</a>, @vitest/<a href="mailto:browser-playwright@4.1.0">browser-playwright@4.1.0</a>, @vitest/<a href="mailto:coverage-v8@4.1.0">coverage-v8@4.1.0</a>, @vitest/<a href="mailto:ui@4.1.0">ui@4.1.0</a>, <a href="mailto:eslint-plugin-cypress@6.2.0">eslint-plugin-cypress@6.2.0</a>, <a href="mailto:eslint-plugin-sonarjs@4.0.2">eslint-plugin-sonarjs@4.0.2</a>, <a href="mailto:firebase-tools@15.10.0">firebase-tools@15.10.0</a>, <a href="mailto:lint-staged@16.3.3">lint-staged@16.3.3</a>, and <a href="mailto:vitest@4.1.0">vitest@4.1.0</a> <a href="https://github.com/motabass/gblaster/commit/79ce0793cb1eb83e733956e04ae10c485f7979ed"><code>79ce079</code></a></li>
108119
<li>chore(deps): add mise.lock and update node to v25.8.1, pnpm to v10.32.1, and set npm package manager to pnpm <a href="https://github.com/motabass/gblaster/commit/39d22ea85a20127a02497454eae7d68c8b007502"><code>39d22ea</code></a></li>
109-
<li>chore(deps): update node engine requirement to &gt;=25.0.0 in package.json <a href="https://github.com/motabass/gblaster/commit/4da335bd0de6cbb8df8387b5c49fc6524810e0fa"><code>4da335b</code></a></li>
120+
<li>chore(release): 2026.3.1 <a href="https://github.com/motabass/gblaster/commit/7db9597229c42cf1e80369450792fdbd9aeb0a45"><code>7db9597</code></a></li>
110121
</ul>
111122
<h4><a href="https://github.com/motabass/gblaster/compare/2026.2.3...2026.3.0">2026.3.0</a></h4>
112123
<blockquote>

docs/compodoc/dependencies.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,25 @@
119119
</ol>
120120
<ul class="dependencies-list">
121121
<li>
122-
<b>@angular/cdk</b> : 21.2.2</li>
122+
<b>@angular/cdk</b> : 21.2.3</li>
123123
<li>
124-
<b>@angular/common</b> : 21.2.4</li>
124+
<b>@angular/common</b> : 21.2.5</li>
125125
<li>
126-
<b>@angular/compiler</b> : 21.2.4</li>
126+
<b>@angular/compiler</b> : 21.2.5</li>
127127
<li>
128-
<b>@angular/core</b> : 21.2.4</li>
128+
<b>@angular/core</b> : 21.2.5</li>
129129
<li>
130-
<b>@angular/forms</b> : 21.2.4</li>
130+
<b>@angular/forms</b> : 21.2.5</li>
131131
<li>
132-
<b>@angular/material</b> : 21.2.2</li>
132+
<b>@angular/material</b> : 21.2.3</li>
133133
<li>
134-
<b>@angular/platform-browser</b> : 21.2.4</li>
134+
<b>@angular/platform-browser</b> : 21.2.5</li>
135135
<li>
136-
<b>@angular/platform-browser-dynamic</b> : 21.2.4</li>
136+
<b>@angular/platform-browser-dynamic</b> : 21.2.5</li>
137137
<li>
138-
<b>@angular/router</b> : 21.2.4</li>
138+
<b>@angular/router</b> : 21.2.5</li>
139139
<li>
140-
<b>@angular/service-worker</b> : 21.2.4</li>
140+
<b>@angular/service-worker</b> : 21.2.5</li>
141141
<li>
142142
<b>@noble/hashes</b> : 2.0.1</li>
143143
<li>
@@ -158,8 +158,6 @@
158158
<b>ngx-webstorage</b> : 21.0.1</li>
159159
<li>
160160
<b>node-vibrant</b> : 4.0.4</li>
161-
<li>
162-
<b>playwright</b> : 1.58.2</li>
163161
<li>
164162
<b>rxjs</b> : 7.8.2</li>
165163
<li>

docs/compodoc/js/menu-wc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@ customElements.define('compodoc-menu', class extends HTMLElement {
252252
<li class="link">
253253
<a href="interfaces/ButtonGamepadAction.html" data-type="entity-link" >ButtonGamepadAction</a>
254254
</li>
255-
<li class="link">
256-
<a href="interfaces/Chainable.html" data-type="entity-link" >Chainable</a>
257-
</li>
258255
<li class="link">
259256
<a href="interfaces/ColorConfig.html" data-type="entity-link" >ColorConfig</a>
260257
</li>

docs/compodoc/js/menu-wc_es5.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/compodoc/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)