Skip to content

Commit 83f326d

Browse files
committed
feature #2985 [Swup] Remove package (smnandre)
This PR was merged into the 3.x branch. Discussion ---------- [Swup] Remove package | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #2733 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Follows #2814 This is mainly an attempt to discover what's required in term of changes. Commits ------- 5af728c [Site] Remove Swup package
2 parents 1145c9d + 5af728c commit 83f326d

40 files changed

+92
-1436
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
echo PHPUNIT='vendor/bin/simple-phpunit' >> $GITHUB_ENV
6969
[ 'lowest' = '${{ matrix.dependency-version }}' ] && export SYMFONY_DEPRECATIONS_HELPER=weak
7070
71-
# Swup and Typed have no tests, Turbo has its own workflow file
72-
EXCLUDED_PACKAGES="Typed|Swup|Turbo"
71+
# Typed has no tests, Turbo has its own workflow file
72+
EXCLUDED_PACKAGES="Typed|Turbo"
7373
7474
# Exclude deprecated packages when testing against lowest dependencies
7575
if [ "${{ matrix.dependency-version }}" = "lowest" ]; then

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ packages:
44

55
linkWorkspacePackages: true
66

7-
overrides:
8-
'@swup/plugin>@swup/browserslist-config': link:node_modules/.ignored
9-
'@swup/plugin>@swup/prettier-config': link:node_modules/.ignored
10-
'@swup/plugin>microbundle': link:node_modules/.ignored
11-
'@swup/plugin>prettier': link:node_modules/.ignored
12-
'@swup/plugin>shelljs': link:node_modules/.ignored
13-
'@swup/plugin>shelljs-live': link:node_modules/.ignored
14-
157
packageExtensions:
168
'@symfony/ux-google-map':
179
dependencies:

src/Swup/.gitattributes

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Swup/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Swup/.github/workflows/close-pull-request.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/Swup/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Swup/.symfony.bundle.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Swup/CHANGELOG.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/Swup/LICENSE

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)