New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eeacms/volto-banner

Package Overview
Dependencies
Maintainers
9
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/volto-banner - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

jest.setup.js

23

CHANGELOG.md

@@ -7,2 +7,25 @@ ### Changelog

### [3.1.5](https://github.com/eea/volto-banner/compare/3.1.4...3.1.5) - 16 January 2024
#### :bug: Bug Fixes
- fix(position): of Volto go to section skiplinks [David Ichim - [`f3247e2`](https://github.com/eea/volto-banner/commit/f3247e20aa6b5a727c31223905455a36961346c0)]
#### :house: Internal changes
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`f2b4abd`](https://github.com/eea/volto-banner/commit/f2b4abd953a72ff27beb2245f658956aed526183)]
- chore: husky, lint-staged use fixed versions [valentinab25 - [`b747b25`](https://github.com/eea/volto-banner/commit/b747b2545096a9f8eaad3596d181892a454b0473)]
- chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`380a7f3`](https://github.com/eea/volto-banner/commit/380a7f3010c489b741bc2cfda83c809b34591ded)]
#### :hammer_and_wrench: Others
- test: fix jest tests [ana-oprea - [`246d7cc`](https://github.com/eea/volto-banner/commit/246d7cc08df79b385aa7a10f0f5502d33f0b37e0)]
- test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - [`23afa55`](https://github.com/eea/volto-banner/commit/23afa55690ab5a6606f5cf5c07e7aca506cf4401)]
- test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - [`c299c27`](https://github.com/eea/volto-banner/commit/c299c27e2894fcb618e089fd36d126316697e7ec)]
- test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - [`b62902f`](https://github.com/eea/volto-banner/commit/b62902f3e32ac3768929a949e73a7f9b88d5b45d)]
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`519d284`](https://github.com/eea/volto-banner/commit/519d28474579117d60f30456518db9a51075d0c9)]
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`efb3623`](https://github.com/eea/volto-banner/commit/efb362342abaf616e2823e59a971bf8ee2aadd03)]
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`bf17a22`](https://github.com/eea/volto-banner/commit/bf17a22f2b5680efc7bf7ecc9b0a8aa85fd9a515)]
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`a1eb60d`](https://github.com/eea/volto-banner/commit/a1eb60da953e699fae34594b98c3d8c6526a30c5)]
- test: [JENKINS] Improve cypress time [valentinab25 - [`3661a39`](https://github.com/eea/volto-banner/commit/3661a39ead0079a8d8b49aa6410754e88ed9cb4e)]
### [3.1.4](https://github.com/eea/volto-banner/compare/3.1.3...3.1.4) - 29 September 2023

@@ -9,0 +32,0 @@

6

cypress.config.js

@@ -5,8 +5,8 @@ const { defineConfig } = require('cypress');

viewportWidth: 1280,
defaultCommandTimeout: 5000,
defaultCommandTimeout: 8888,
chromeWebSecurity: false,
reporter: 'junit',
video: true,
video: false,
retries: {
runMode: 1,
runMode: 2,
openMode: 0,

@@ -13,0 +13,0 @@ },

@@ -12,8 +12,10 @@ module.exports = {

'@plone/volto/(.*)$': '<rootDir>/node_modules/@plone/volto/src/$1',
'@package/(.*)$': '<rootDir>/src/$1',
'@root/(.*)$': '<rootDir>/src/$1',
'@package/(.*)$': '<rootDir>/node_modules/@plone/volto/src/$1',
'@root/(.*)$': '<rootDir>/node_modules/@plone/volto/src/$1',
'@plone/volto-quanta/(.*)$': '<rootDir>/src/addons/volto-quanta/src/$1',
'@eeacms/(.*?)/(.*)$': '<rootDir>/node_modules/@eeacms/$1/src/$2',
'@plone/volto-slate':
'@plone/volto-slate$':
'<rootDir>/node_modules/@plone/volto/packages/volto-slate/src',
'@plone/volto-slate/(.*)$':
'<rootDir>/node_modules/@plone/volto/packages/volto-slate/src/$1',
'~/(.*)$': '<rootDir>/src/$1',

@@ -23,2 +25,5 @@ 'load-volto-addons':

},
transformIgnorePatterns: [
'/node_modules/(?!(@plone|@root|@package|@eeacms)/).*/',
],
transform: {

@@ -38,2 +43,5 @@ '^.+\\.js(x)?$': 'babel-jest',

},
setupFilesAfterEnv: [
'<rootDir>/node_modules/@eeacms/volto-banner/jest.setup.js',
],
};
{
"name": "@eeacms/volto-banner",
"version": "3.1.4",
"version": "3.1.5",
"description": "@eeacms/volto-banner: Volto add-on",

@@ -23,4 +23,4 @@ "main": "src/index.js",

"babel-plugin-transform-class-properties": "^6.24.1",
"husky": "*",
"lint-staged": "*",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"md5": "^2.3.0"

@@ -27,0 +27,0 @@ },

@@ -26,3 +26,3 @@ # volto-banner

![image](https://user-images.githubusercontent.com/38378382/130647224-754af234-2de8-4d31-8eaa-6fa673df08a4.png)
![image](https://raw.githubusercontent.com/eea/volto-banner/master/docs/volto-banner.png)

@@ -29,0 +29,0 @@ ## Upgrades

@@ -23,5 +23,5 @@ ## Release

```
Release-it uses the configuration written in the [`.release-it.json`](./.release-it.json) file located in the root of the repository.
Release-it is a tool that automates 4 important steps in the release process:

@@ -34,3 +34,3 @@

To configure the authentification, you need to export GITHUB_TOKEN for [GitHub](https://github.com/settings/tokens)
To configure the authentification, you need to export GITHUB_TOKEN for [GitHub](https://github.com/settings/tokens)

@@ -40,5 +40,5 @@ ```

```
To configure npm, you can use the `npm login` command or use a configuration file with a TOKEN :
```

@@ -49,3 +49,3 @@ echo "//registry.npmjs.org/:_authToken=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" > .npmrc

#### Using release-it tool
There are 3 yarn scripts that can be run to do the release

@@ -55,10 +55,10 @@

Automatically calculates and presents 3 beta versions - patch, minor and major for you to choose ( or Other for manual input).
Automatically calculates and presents 3 beta versions - patch, minor and major for you to choose ( or Other for manual input).
```
? Select increment (next version):
❯ prepatch (0.1.1-beta.0)
preminor (0.2.0-beta.0)
premajor (1.0.0-beta.0)
Other, please specify...
? Select increment (next version):
❯ prepatch (0.1.1-beta.0)
preminor (0.2.0-beta.0)
premajor (1.0.0-beta.0)
Other, please specify...
```

@@ -69,3 +69,3 @@

Same as `yarn release-beta`, but with premajor version pre-selected.
##### yarn release

@@ -77,5 +77,5 @@

> Do not use release-it tool on master branch, the commit on CHANGELOG.md file and the version increase in the package.json file can't be done without a PULL REQUEST.
> Do not use release-it tool on master branch, the commit on CHANGELOG.md file and the version increase in the package.json file can't be done without a PULL REQUEST.
> Do not keep Pull Requests from develop to master branches open when you are doing beta releases from the develop branch. As long as a PR to master is open, an automatic script will run on every commit and will update both the version and the changelog to a production-ready state - ( MAJOR.MINOR.PATCH mandatory format for version).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc