Skip to content
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

2020 Refactoring 2024 🎸 Step 1 - Decomissioning WordPress version for renoirboulanger.com #48

Merged
merged 19 commits into from
Sep 29, 2024

Conversation

renoirb
Copy link
Owner

@renoirb renoirb commented Sep 26, 2024

This is to make what was started in 2020 to replace completely renoirboulanger.com that was running on WordPress.

Priorities:

  • Keep all written content and URLs
  • Remove reliance on WordPress and PHP
  • Migrate content as Markdown files

For another phase:

  • Migrate comments in the same way as the new comment system
    • PS: Displaying will be deferred, but it’s successfully migrated
  • Comments create a Git PR after having been to Akismet API (or equivalent)

@renoirb renoirb self-assigned this Sep 26, 2024
@renoirb renoirb changed the title 2020 Refactoring 2024 🎸 Decomissioning WordPress version for renoirboulanger.com 2020 Refactoring 2024 🎸 Step 1 - Decomissioning WordPress version for renoirboulanger.com Sep 26, 2024
@renoirb renoirb force-pushed the 2020-Refactoring-2024 branch 5 times, most recently from 90508d7 to 8261289 Compare September 29, 2024 16:36
dependabot bot and others added 18 commits September 29, 2024 13:24
…s, terser, jsdom, shell-quote, prismjs, browserslist

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](faisalman/ua-parser-js@0.7.21...0.7.33)
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](faisalman/ua-parser-js@0.7.21...0.7.33)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.1...4.18.2)
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.0...v1.4.2)
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.21.0 to 1.28.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.21.0...v1.28.0)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.2 to 4.20.3.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.14.2...4.20.3)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...
- dependency-name: express
  dependency-type: indirect
...
- dependency-name: qs
  dependency-type: indirect
...
- dependency-name: decode-uri-component
  dependency-type: indirect
...
- dependency-name: loader-utils
  dependency-type: indirect
...
- dependency-name: terser
  dependency-type: indirect
...
- dependency-name: jsdom
  dependency-type: indirect
...
- dependency-name: shell-quote
  dependency-type: indirect
...
- dependency-name: prismjs
  dependency-type: indirect
...
- dependency-name: browserslist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@renoirb renoirb force-pushed the 2020-Refactoring-2024 branch from 8261289 to 0eaa177 Compare September 29, 2024 18:32
@renoirb renoirb marked this pull request as ready for review September 29, 2024 18:37
@renoirb renoirb merged commit 0eaa177 into 2020 Sep 29, 2024
0 of 2 checks passed
@renoirb renoirb deleted the 2020-Refactoring-2024 branch September 29, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant