Skip to content

[Swup] Remove package #2985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: 3.x
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
echo PHPUNIT='vendor/bin/simple-phpunit' >> $GITHUB_ENV
[ 'lowest' = '${{ matrix.dependency-version }}' ] && export SYMFONY_DEPRECATIONS_HELPER=weak

# Swup and Typed have no tests, Turbo has its own workflow file
EXCLUDED_PACKAGES="Typed|Swup|Turbo"
# Typed has no tests, Turbo has its own workflow file
EXCLUDED_PACKAGES="Typed|Turbo"

# Exclude deprecated packages when testing against lowest dependencies
if [ "${{ matrix.dependency-version }}" = "lowest" ]; then
Expand Down
140 changes: 1 addition & 139 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ packages:

linkWorkspacePackages: true

overrides:
'@swup/plugin>@swup/browserslist-config': link:node_modules/.ignored
'@swup/plugin>@swup/prettier-config': link:node_modules/.ignored
'@swup/plugin>microbundle': link:node_modules/.ignored
'@swup/plugin>prettier': link:node_modules/.ignored
'@swup/plugin>shelljs': link:node_modules/.ignored
'@swup/plugin>shelljs-live': link:node_modules/.ignored

packageExtensions:
'@symfony/ux-google-map':
dependencies:
Expand Down
5 changes: 0 additions & 5 deletions src/Swup/.gitattributes

This file was deleted.

8 changes: 0 additions & 8 deletions src/Swup/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

20 changes: 0 additions & 20 deletions src/Swup/.github/workflows/close-pull-request.yml

This file was deleted.

5 changes: 0 additions & 5 deletions src/Swup/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions src/Swup/.symfony.bundle.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions src/Swup/CHANGELOG.md

This file was deleted.

19 changes: 0 additions & 19 deletions src/Swup/LICENSE

This file was deleted.

Loading
Loading