Skip to content

Commit ede3833

Browse files
authored
chore: cleanup release related items (#30840)
* chore: fix the @cypress/webpack-dev-server changelog after automated released * chore: correct mistake in unsatified fixture
1 parent 3de6613 commit ede3833

File tree

2 files changed

+2
-55
lines changed

2 files changed

+2
-55
lines changed

npm/webpack-dev-server/CHANGELOG.md

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,64 +3,11 @@
33

44
### breaking
55

6-
* dropping support for webpack-dev-server 3 from @cypress/webpack-dev-server and make `@cypress/webpack-dev-server` ship with `webpack-dev-server` version 5 by default (from 4) ([#30467](https://github.com/cypress-io/cypress/issues/30467)) ([d9c21a9](https://github.com/cypress-io/cypress/commit/d9c21a9a672c38606da038a77792956239690532))
76
* release version 4.0.0 of @cypress/webpack-dev-server. ([85da287](https://github.com/cypress-io/cypress/commit/85da2870fd722ea7f08c7cfc5708780415bddf2e))
87

9-
10-
### Features
11-
12-
* support angular 19 and update tests [run ci] ([#30675](https://github.com/cypress-io/cypress/issues/30675)) ([dcdefb4](https://github.com/cypress-io/cypress/commit/dcdefb4069486d587a87de802064017ec9b67b55))
13-
* support next 15 [run ci] ([#30654](https://github.com/cypress-io/cypress/issues/30654)) ([f4aec3e](https://github.com/cypress-io/cypress/commit/f4aec3ed4671d415bfd0d5f4e199e53173653a88))
14-
15-
168
### BREAKING CHANGES
179

18-
* Cypress 14 drops support for webpack-dev-server 3. webpack/webpack-dev-server 4 and 5 are supported. @cypress/webpack-dev-server also ships with webpack-dev-server v5 by default.
19-
* support for webpack-dev-server version 3 has been removed. webpack-dev-server 3 is no longer maintained by the webpack team. To reduce overhead, Cypress is now removing support in Cypress 14.
20-
21-
* update create-react-app-configured/unconfigured
22-
23-
* updated vueclivue2-configured to use vue cli v5
24-
25-
* updated vueclivue2-unconfigured to use vue cli v5
26-
27-
* updated vueclivue3-unconfigured to use vue cli v5
28-
29-
* updated vueclivue3-configured to use vue cli v5
30-
31-
* updated vueclivue3-custom-index-html to use vue cli v5
32-
33-
* update react17 project to use webpack-dev-server v4 (default ships v5 which does not work with webpack 4)
34-
35-
* update react18 project to use webpack-dev-server v4 (default ships v5 which does not work with webpack 4)
36-
37-
* update nuxt version to avoid some issues in the preprocessed webpack config
38-
39-
* update cy in cy component scaffolding tests to run on more suites, as well as skip config warning for outdated vuecli3 as it will throw due to wds being on version 3. this is a VERY old version, and the test needs to be updated to use vuecli5 so we get wds v5 (vuecli5 support will be deprecated)
40-
41-
* no longer support cra v4 and vue/cli-service v4
42-
43-
* remove cra v4 and vue cli service v4 detect tests as they are no longer supported [run ci]
44-
45-
* chore: update cra app custom index to use cra 5 [run ci]
46-
47-
* update protocol spec snapshot [run ci]
48-
49-
* chore: remove stale references to old vuecli system tests [run ci]
50-
51-
* update webpack-dev-server-4 to actually be wds 4 [run ci]
52-
53-
* add changelog entry [run ci]
54-
55-
* update cache key and tests that should not pass [run ci]
56-
57-
* add issue to changelog entry
58-
59-
* no longer clean up default-gateway as it was shipped with webpack-dev-server 4, which is now a dev dependency [run ci]
60-
61-
* fix issues with node-ipc being out of date [run ci]
62-
63-
* move changelog to correct section [run ci]
10+
* Cypress 14 drops support for webpack-dev-server 3. webpack/webpack-dev-server 4 and 5 are supported. @cypress/webpack-dev-server now ships with webpack-dev-server v5 by default.
6411

6512
# [@cypress/webpack-dev-server-v3.11.0](https://github.com/cypress-io/cypress/compare/@cypress/webpack-dev-server-v3.10.1...@cypress/webpack-dev-server-v3.11.0) (2024-08-27)
6613

packages/frontend-shared/cypress/support/mock-graphql/stubgql-Wizard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const stubWizard: MaybeResolver<Wizard> = {
5454
__typename: 'WizardNpmPackage',
5555
id: 'typescript',
5656
satisfied: false,
57-
detectedVersion: '5.4.5',
57+
detectedVersion: '3.9.4',
5858
...wizardDeps.WIZARD_DEPENDENCY_TYPESCRIPT,
5959
},
6060
],

0 commit comments

Comments
 (0)