dependabot[bot]
|
145fb478bc
|
build(deps-dev): Bump @babel/preset-env from 7.21.5 to 7.22.2
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.21.5 to 7.22.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.2/packages/babel-preset-env)
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-29 10:23:53 +00:00 |
|
|
168922ce53
|
Merge pull request #869 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.1
build(deps-dev): Bump @babel/core from 7.21.8 to 7.22.1
|
2023-05-29 11:23:08 +01:00 |
|
dependabot[bot]
|
ba454f5b96
|
build(deps-dev): Bump @babel/core from 7.21.8 to 7.22.1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.8 to 7.22.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.1/packages/babel-core)
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-29 10:20:09 +00:00 |
|
|
851aa4818e
|
Merge pull request #867 from jonnybarnes/dependabot/npm_and_yarn/css-loader-6.8.1
build(deps-dev): Bump css-loader from 6.7.4 to 6.8.1
|
2023-05-29 11:19:32 +01:00 |
|
dependabot[bot]
|
1835452a5b
|
build(deps-dev): Bump css-loader from 6.7.4 to 6.8.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.4 to 6.8.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.7.4...v6.8.1)
---
updated-dependencies:
- dependency-name: css-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-29 10:14:28 +00:00 |
|
|
3aab2608d0
|
Merge pull request #868 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.3.2
build(deps-dev): Bump postcss-loader from 7.3.1 to 7.3.2
|
2023-05-29 11:13:40 +01:00 |
|
dependabot[bot]
|
dbbed5757c
|
build(deps-dev): Bump postcss-loader from 7.3.1 to 7.3.2
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.3.1...v7.3.2)
---
updated-dependencies:
- dependency-name: postcss-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-29 10:05:07 +00:00 |
|
|
78449eca84
|
Merge pull request #866 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.24
build(deps-dev): Bump postcss from 8.4.23 to 8.4.24
|
2023-05-29 11:01:30 +01:00 |
|
dependabot[bot]
|
72f4164793
|
build(deps-dev): Bump postcss from 8.4.23 to 8.4.24
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.24.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.24)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-29 09:56:39 +00:00 |
|
|
deb23b4a50
|
Merge pull request #864 from jonnybarnes/861-css-no-longer-loads-on-prod
fix: Add unsafe-inline to style-src CSP header
|
2023-05-27 19:26:32 +01:00 |
|
|
eb82ff4ca5
|
fix: Add unsafe-inline to style-src CSP header
- Improve content-security policy for better website security
- Add `'unsafe-inline'` to the `style-src` header in `CSPHeader.php`
|
2023-05-27 18:19:42 +01:00 |
|
|
9220981db3
|
Merge pull request #862 from jonnybarnes/861-css-no-longer-loads-on-prod
Fix compiled assets for prod environments
|
2023-05-27 18:03:43 +01:00 |
|
|
f5b037265b
|
Fix compiled assets for prod environments
- Set devtool to 'eval-source-map' only in development mode in webpack.config.js
|
2023-05-27 17:21:46 +01:00 |
|
|
6dc3803f51
|
Merge pull request #859 from jonnybarnes/858-error-updating-database-on-prod
Fix article schema change
|
2023-05-27 16:55:15 +01:00 |
|
|
9c62a5daff
|
refactor: Update article schema for better flexibility.
- Update database table `articles`
- Set `url` column as nullable
|
2023-05-27 16:47:44 +01:00 |
|
|
8397a81218
|
Merge pull request #855 from jonnybarnes/recompile-assets
Recompile public assets
|
2023-05-27 15:33:47 +01:00 |
|
|
e2f81ac7d0
|
Recompile public assets
Various npm dependencies have been updated recently, so recompile
|
2023-05-27 14:41:10 +01:00 |
|
|
5a3aa824cd
|
Merge pull request #853 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.1.3
build(deps-dev): Bump spatie/laravel-ignition from 2.1.2 to 2.1.3
|
2023-05-26 14:27:19 +01:00 |
|
dependabot[bot]
|
7a462124f6
|
build(deps-dev): Bump spatie/laravel-ignition from 2.1.2 to 2.1.3
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.1.2...2.1.3)
---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-26 13:23:11 +00:00 |
|
|
5b0595e19d
|
Merge pull request #854 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.3.1
build(deps-dev): Bump postcss-loader from 7.3.0 to 7.3.1
|
2023-05-26 14:22:31 +01:00 |
|
dependabot[bot]
|
90e83d621e
|
build(deps-dev): Bump postcss-loader from 7.3.0 to 7.3.1
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.3.0...v7.3.1)
---
updated-dependencies:
- dependency-name: postcss-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-26 13:19:08 +00:00 |
|
|
326c7a868f
|
Merge pull request #852 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.84.1
build(deps-dev): Bump webpack from 5.83.1 to 5.84.1
|
2023-05-26 14:18:30 +01:00 |
|
dependabot[bot]
|
c192b3b7af
|
build(deps-dev): Bump webpack from 5.83.1 to 5.84.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.83.1 to 5.84.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.83.1...v5.84.1)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-26 13:11:42 +00:00 |
|
|
e6e2c5d5e4
|
Merge pull request #850 from jonnybarnes/dependabot/composer/laravel/horizon-5.16.0
build(deps): Bump laravel/horizon from 5.15.1 to 5.16.0
|
2023-05-26 14:10:02 +01:00 |
|
dependabot[bot]
|
f75fcef77b
|
build(deps): Bump laravel/horizon from 5.15.1 to 5.16.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.15.1 to 5.16.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.15.1...v5.16.0)
---
updated-dependencies:
- dependency-name: laravel/horizon
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-26 13:03:36 +00:00 |
|
|
a17101b751
|
Merge pull request #849 from jonnybarnes/dependabot/composer/laravel/scout-10.2.2
build(deps): Bump laravel/scout from 10.2.1 to 10.2.2
|
2023-05-26 14:01:20 +01:00 |
|
dependabot[bot]
|
f8f8dce9f9
|
build(deps): Bump laravel/scout from 10.2.1 to 10.2.2
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.2.1...v10.2.2)
---
updated-dependencies:
- dependency-name: laravel/scout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-26 12:56:37 +00:00 |
|
|
c351da2508
|
Merge pull request #848 from jonnybarnes/dependabot/composer/laravel/framework-10.12.0
build(deps): Bump laravel/framework from 10.11.0 to 10.12.0
|
2023-05-26 13:54:39 +01:00 |
|
dependabot[bot]
|
e01d49a6b3
|
build(deps): Bump laravel/framework from 10.11.0 to 10.12.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.11.0 to 10.12.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.11.0...v10.12.0)
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-24 09:56:52 +00:00 |
|
|
6618a819fe
|
Merge pull request #847 from jonnybarnes/dependabot/composer/vimeo/psalm-5.12.0
build(deps-dev): Bump vimeo/psalm from 5.11.0 to 5.12.0
|
2023-05-23 17:18:49 +01:00 |
|
dependabot[bot]
|
98815decbb
|
build(deps-dev): Bump vimeo/psalm from 5.11.0 to 5.12.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.11.0...5.12.0)
---
updated-dependencies:
- dependency-name: vimeo/psalm
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-23 09:56:39 +00:00 |
|
|
15ec1b26ce
|
Merge pull request #846 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-2.2.2
build(deps-dev): Bump @csstools/postcss-oklab-function from 2.2.1 to 2.2.2
|
2023-05-22 13:12:38 +01:00 |
|
dependabot[bot]
|
fb804f585e
|
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 2.2.1 to 2.2.2.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)
---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-22 12:06:45 +00:00 |
|
|
3248c0479d
|
Merge pull request #844 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.41.0
build(deps-dev): Bump eslint from 8.40.0 to 8.41.0
|
2023-05-22 13:01:07 +01:00 |
|
dependabot[bot]
|
3197ebebec
|
build(deps-dev): Bump eslint from 8.40.0 to 8.41.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.40.0...v8.41.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-22 11:07:21 +00:00 |
|
|
fc0b2713a8
|
Merge pull request #845 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.2
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.1 to 10.1.2
|
2023-05-22 11:58:57 +01:00 |
|
dependabot[bot]
|
713c71be98
|
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.1 to 10.1.2
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.1 to 10.1.2.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.1...10.1.2)
---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-22 10:51:37 +00:00 |
|
|
ce37a9d99c
|
Merge pull request #843 from jonnybarnes/dependabot/composer/guzzlehttp/guzzle-7.7.0
build(deps): Bump guzzlehttp/guzzle from 7.6.1 to 7.7.0
|
2023-05-22 11:50:58 +01:00 |
|
dependabot[bot]
|
0e2e305496
|
build(deps): Bump guzzlehttp/guzzle from 7.6.1 to 7.7.0
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.6.1 to 7.7.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.7/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.6.1...7.7.0)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-22 09:56:34 +00:00 |
|
|
e9845d27c3
|
Merge pull request #842 from jonnybarnes/774-fix-unit-test
Increase article title and URL column length in migration.
|
2023-05-19 14:34:53 +01:00 |
|
|
e1731d2ed3
|
Increase article title and URL column length in migration.
- Increase character lengths for `titleurl` and `url` columns in `articles` table
- Add migration file to alter column lengths in database
|
2023-05-19 14:16:28 +01:00 |
|
|
0700fb0cd2
|
Merge pull request #841 from jonnybarnes/dependabot/npm_and_yarn/css-loader-6.7.4
build(deps-dev): Bump css-loader from 6.7.3 to 6.7.4
|
2023-05-19 12:49:49 +01:00 |
|
dependabot[bot]
|
e97f89b8d4
|
build(deps-dev): Bump css-loader from 6.7.3 to 6.7.4
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.3 to 6.7.4.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.7.3...v6.7.4)
---
updated-dependencies:
- dependency-name: css-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-19 11:43:13 +00:00 |
|
|
d44e606be4
|
Merge pull request #840 from jonnybarnes/dependabot/npm_and_yarn/style-loader-3.3.3
build(deps-dev): Bump style-loader from 3.3.2 to 3.3.3
|
2023-05-19 12:42:31 +01:00 |
|
dependabot[bot]
|
cc5a843638
|
build(deps-dev): Bump style-loader from 3.3.2 to 3.3.3
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.2...v3.3.3)
---
updated-dependencies:
- dependency-name: style-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-19 11:38:46 +00:00 |
|
|
b1e0b467b1
|
Merge pull request #839 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.83.1
build(deps-dev): Bump webpack from 5.82.1 to 5.83.1
|
2023-05-19 12:38:05 +01:00 |
|
dependabot[bot]
|
11f15ad6b3
|
build(deps-dev): Bump webpack from 5.82.1 to 5.83.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.82.1 to 5.83.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.82.1...v5.83.1)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-18 09:56:44 +00:00 |
|
|
24d84fec10
|
Merge pull request #838 from jonnybarnes/dependabot/composer/fakerphp/faker-1.22.0
build(deps-dev): Bump fakerphp/faker from 1.21.0 to 1.22.0
|
2023-05-17 16:01:09 +01:00 |
|
dependabot[bot]
|
71ee35cadd
|
build(deps-dev): Bump fakerphp/faker from 1.21.0 to 1.22.0
Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/FakerPHP/Faker/compare/v1.21.0...v1.22.0)
---
updated-dependencies:
- dependency-name: fakerphp/faker
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-17 12:23:00 +00:00 |
|
|
a80d7efd36
|
Merge pull request #837 from jonnybarnes/dependabot/composer/laravel/framework-10.11.0
build(deps): Bump laravel/framework from 10.10.1 to 10.11.0
|
2023-05-17 13:22:22 +01:00 |
|